#8307CC
A medium, vivid purple closely aligning with Darkviolet.
About #8307CC
When working with digital screens, the color #8307CC is rendered by mixing light. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 7, and 204.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 97% magenta inks. The HSL representation is 277.8° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8307CC
RGB131, 7, 204
HSL277.8°, 93.4%, 41.4%
CMYK36%, 97%, 0%, 20%
HSV277.8°, 96.6%, 80.0%
LAB36.6, 72.2, -71.3
XYZ20.3, 9.3, 57.9
Decimal8587212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.32:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
7.00:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8307CC;
}
.text-color {
color: #8307CC;
}
.border-color {
border: 2px solid #8307CC;
}