Violet Hex Code — #EE82EE
RGB, HSL, and CMYK values for Violet.
Violet Color Values
| Format | Value |
|---|---|
| HEX | #EE82EE |
| RGB | rgb(238, 130, 238) |
| HSL | hsl(300, 76%, 72%) |
| CMYK | cmyk(0%, 45%, 0%, 7%) |
Want to explore more shades? Use our Color Converter
About Violet
Color psychology: Inspiration, sensitivity.
Violet (#EE82EE) is a light shade of purple. It's commonly used in web design, graphic design, and branding where inspiration, sensitivity are desired associations.
How to Use Violet in CSS
/* Using HEX */ color: #EE82EE; background-color: #EE82EE; /* Using RGB */ color: rgb(238, 130, 238); /* Using HSL */ color: hsl(300, 76%, 72%);