#83337C
A dark, moderate magenta closely aligning with Purple.
About #83337C
At its core, #83337C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 131 red, 51 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 61% Magenta, 5% Yellow, and 49% Black. With a hue angle of 305.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83337C
RGB131, 51, 124
HSL305.3°, 44.0%, 35.7%
CMYK0%, 61%, 5%, 49%
HSV305.3°, 61.1%, 51.4%
LAB35.3, 44.1, -25.2
XYZ14.2, 8.6, 20.0
Decimal8598396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83337C;
}
.text-color {
color: #83337C;
}
.border-color {
border: 2px solid #83337C;
}