#8A24FF
A medium, vivid purple closely aligning with Blueviolet.
About #8A24FF
At its core, #8A24FF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 36, and 255.
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 86% Magenta, 0% Yellow, and 0% Black. With a hue angle of 267.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A24FF
RGB138, 36, 255
HSL267.9°, 100.0%, 57.1%
CMYK46%, 86%, 0%, 0%
HSV267.9°, 85.9%, 100.0%
LAB44.1, 78.3, -88.0
XYZ29.2, 13.9, 95.8
Decimal9053439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.31:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A24FF;
}
.text-color {
color: #8A24FF;
}
.border-color {
border: 2px solid #8A24FF;
}