#8A2CFF
A medium, vivid purple closely aligning with Blueviolet.
About #8A2CFF
At its core, #8A2CFF 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, 44, and 255.
For print applications, it's crucial to understand its CMYK makeup. The color uses 46% Cyan, 83% Magenta, 0% Yellow, and 0% Black. The HSL representation is 266.7° hue, 100.0% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A2CFF
RGB138, 44, 255
HSL266.7°, 100.0%, 58.6%
CMYK46%, 83%, 0%, 0%
HSV266.7°, 82.7%, 100.0%
LAB44.8, 76.0, -86.8
XYZ29.4, 14.4, 95.8
Decimal9055487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A2CFF;
}
.text-color {
color: #8A2CFF;
}
.border-color {
border: 2px solid #8A2CFF;
}