#83245F
A dark, moderate magenta closely aligning with Purple.
About #83245F
At its core, #83245F is a dark and moderate hue. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(131, 36, 95).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. With a hue angle of 322.7 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83245F
RGB131, 36, 95
HSL322.7°, 56.9%, 32.7%
CMYK0%, 73%, 27%, 49%
HSV322.7°, 72.5%, 51.4%
LAB31.6, 46.0, -12.5
XYZ12.1, 6.9, 11.5
Decimal8594527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.81:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83245F;
}
.text-color {
color: #83245F;
}
.border-color {
border: 2px solid #83245F;
}