#8A24DB
A medium, vivid purple closely aligning with Blueviolet.
About #8A24DB
When working with digital screens, the color #8A24DB is rendered by mixing light. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 138 red, 36 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 37% C, 84% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A24DB
RGB138, 36, 219
HSL273.4°, 71.8%, 50.0%
CMYK37%, 84%, 0%, 14%
HSV273.4°, 83.6%, 85.9%
LAB40.9, 70.5, -72.9
XYZ23.9, 11.8, 68.0
Decimal9053403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.98:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A24DB;
}
.text-color {
color: #8A24DB;
}
.border-color {
border: 2px solid #8A24DB;
}