Medium Purple Hex Code — #9370DB
RGB, HSL, and CMYK values for Medium Purple.
Last updated: April 6, 2026
Medium Purple Color Values
| Format | Value |
|---|---|
| HEX | #9370DB |
| RGB | rgb(147, 112, 219) |
| HSL | hsl(260, 60%, 65%) |
| CMYK | cmyk(33%, 49%, 0%, 14%) |
About Medium Purple
Color psychology: Imagination, spirituality.
Medium Purple (#9370DB) is a medium shade of purple with a hue angle of 260° on the color wheel, 60% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where imagination, spirituality are desired associations.
In color theory, Medium Purple sits in the cool section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Medium Purple in Design
Web Design
Use Medium Purple 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
Medium Purple conveys imagination, spirituality — 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:33% M:49% Y:0% K:14%) 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 Medium Purple work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Medium Purple in CSS
/* Using HEX */ color: #9370DB; background-color: #9370DB; /* Using RGB */ color: rgb(147, 112, 219); /* Using HSL — best for creating variations */ color: hsl(260, 60%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(147, 112, 219, 0.5); /* Lighter variant for hover states */ background-color: hsl(260, 60%, 75%); /* Darker variant for active states */ background-color: hsl(260, 60%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Medium Purple without changing its core hue or saturation.
Colors That Go With Medium Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Medium Purple?
What is Medium Purple in RGB and when should I use RGB?
How to use Medium Purple in CSS with different color formats?
What is the HSL value of Medium Purple and why is HSL useful for designers?
What is the CMYK value of Medium Purple for print design?
What colors pair well with Medium Purple in design projects?
Is Medium Purple (#9370DB) 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.