#8316CC
A medium, vivid purple closely aligning with Blueviolet.
About #8316CC
The precise color #8316CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(131, 22, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 36% C, 89% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8316CC
RGB131, 22, 204
HSL275.9°, 80.5%, 44.3%
CMYK36%, 89%, 0%, 20%
HSV275.9°, 89.2%, 80.0%
LAB37.4, 69.9, -70.0
XYZ20.5, 9.8, 57.9
Decimal8591052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.11:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.80:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8316CC;
}
.text-color {
color: #8316CC;
}
.border-color {
border: 2px solid #8316CC;
}