Blue Violet Hex Code — #8A2BE2
RGB, HSL, and CMYK values for Blue Violet.
Blue Violet Color Values
| Format | Value |
|---|---|
| HEX | #8A2BE2 |
| RGB | rgb(138, 43, 226) |
| HSL | hsl(271, 76%, 53%) |
| CMYK | cmyk(39%, 81%, 0%, 11%) |
Want to explore more shades? Use our Color Converter
About Blue Violet
Color psychology: Creativity, uniqueness.
Blue Violet (#8A2BE2) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where creativity, uniqueness are desired associations.
How to Use Blue Violet in CSS
/* Using HEX */ color: #8A2BE2; background-color: #8A2BE2; /* Using RGB */ color: rgb(138, 43, 226); /* Using HSL */ color: hsl(271, 76%, 53%);