#8316F0
A medium, vivid purple closely aligning with Blueviolet.
About #8316F0
When working with digital screens, the color #8316F0 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. Its digital footprint relies on 131 parts red, 22 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 45% C, 91% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#8316F0
RGB131, 22, 240
HSL270.0°, 87.9%, 51.4%
CMYK45%, 91%, 0%, 6%
HSV270.0°, 90.8%, 94.1%
LAB40.7, 77.5, -85.2
XYZ25.4, 11.7, 83.4
Decimal8591088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.29:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8316F0;
}
.text-color {
color: #8316F0;
}
.border-color {
border: 2px solid #8316F0;
}