#8A24E9
A medium, vivid purple closely aligning with Blueviolet.
About #8A24E9
Visually, #8A24E9 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(138, 36, 233).
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 85% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A24E9
RGB138, 36, 233
HSL271.1°, 81.7%, 52.7%
CMYK41%, 85%, 0%, 9%
HSV271.1°, 84.5%, 91.4%
LAB42.1, 73.5, -78.9
XYZ25.8, 12.5, 78.2
Decimal9053417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.72:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A24E9;
}
.text-color {
color: #8A24E9;
}
.border-color {
border: 2px solid #8A24E9;
}