#83005F
A dark, vivid magenta closely aligning with Purple.
About #83005F
At its core, #83005F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 131 red, 0 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 27% Yellow, and 49% Black. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83005F
RGB131, 0, 95
HSL316.5°, 100.0%, 25.7%
CMYK0%, 100%, 27%, 49%
HSV316.5°, 100.0%, 51.4%
LAB28.5, 54.9, -17.3
XYZ11.4, 5.7, 11.3
Decimal8585311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.86:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.42:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83005F;
}
.text-color {
color: #83005F;
}
.border-color {
border: 2px solid #83005F;
}