#9924E9
A medium, vivid purple closely aligning with Blueviolet.
About #9924E9
The hex code #9924E9 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 36, and 233.
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 85% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9924E9
RGB153, 36, 233
HSL275.6°, 81.7%, 52.7%
CMYK34%, 85%, 0%, 9%
HSV275.6°, 84.5%, 91.4%
LAB44.1, 75.5, -75.5
XYZ28.5, 13.9, 78.3
Decimal10036457
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9924E9;
}
.text-color {
color: #9924E9;
}
.border-color {
border: 2px solid #9924E9;
}