Violet Hex Code — #EE82EE
RGB, HSL, and CMYK values for Violet.
Last updated: April 6, 2026
Violet Color Values
| Format | Value |
|---|---|
| HEX | #EE82EE |
| RGB | rgb(238, 130, 238) |
| HSL | hsl(300, 76%, 72%) |
| CMYK | cmyk(0%, 45%, 0%, 7%) |
About Violet
Color psychology: Inspiration, sensitivity.
Violet (#EE82EE) is a light shade of purple with a hue angle of 300° on the color wheel, 76% saturation, and 72% lightness. It's commonly used in web design, graphic design, and branding where inspiration, sensitivity are desired associations.
In color theory, Violet sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Violet in Design
Web Design
Use Violet as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Violet conveys inspiration, sensitivity — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:45% Y:0% K:7%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Violet work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Violet in CSS
/* Using HEX */ color: #EE82EE; background-color: #EE82EE; /* Using RGB */ color: rgb(238, 130, 238); /* Using HSL — best for creating variations */ color: hsl(300, 76%, 72%); /* Transparent overlay (50% opacity) */ background-color: rgba(238, 130, 238, 0.5); /* Lighter variant for hover states */ background-color: hsl(300, 76%, 82%); /* Darker variant for active states */ background-color: hsl(300, 76%, 62%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Violet without changing its core hue or saturation.
Colors That Go With Violet
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Violet?
What is Violet in RGB and when should I use RGB?
How to use Violet in CSS with different color formats?
What is the HSL value of Violet and why is HSL useful for designers?
What is the CMYK value of Violet for print design?
What colors pair well with Violet in design projects?
Is Violet (#EE82EE) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.