#8316BD
A medium, vivid purple closely aligning with Darkorchid.
About #8316BD
When working with digital screens, the color #8316BD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 131 red, 22 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 31% C, 88% M, 0% Y, and 26% 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#8316BD
RGB131, 22, 189
HSL279.2°, 79.1%, 41.4%
CMYK31%, 88%, 0%, 26%
HSV279.2°, 88.4%, 74.1%
LAB36.1, 66.8, -63.3
XYZ18.8, 9.1, 48.9
Decimal8591037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.46:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8316BD;
}
.text-color {
color: #8316BD;
}
.border-color {
border: 2px solid #8316BD;
}