#8307A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #8307A0
At its core, #8307A0 is a dark and vivid hue. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 131 red, 7 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 96% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8307A0
RGB131, 7, 160
HSL288.6°, 91.6%, 32.7%
CMYK18%, 96%, 0%, 37%
HSV288.6°, 95.6%, 62.7%
LAB33.0, 63.8, -51.1
XYZ15.8, 7.5, 33.9
Decimal8587168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.39:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.02:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8307A0;
}
.text-color {
color: #8307A0;
}
.border-color {
border: 2px solid #8307A0;
}