#8A2CF8
A medium, vivid purple closely aligning with Blueviolet.
About #8A2CF8
When working with digital screens, the color #8A2CF8 is rendered by mixing light. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 44, and 248.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 44% cyan and 82% magenta inks. With a hue angle of 267.6 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A2CF8
RGB138, 44, 248
HSL267.6°, 93.6%, 57.3%
CMYK44%, 82%, 0%, 3%
HSV267.6°, 82.3%, 97.3%
LAB44.2, 74.5, -83.9
XYZ28.3, 14.0, 90.0
Decimal9055480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A2CF8;
}
.text-color {
color: #8A2CF8;
}
.border-color {
border: 2px solid #8A2CF8;
}