#83248A
A dark, moderate magenta closely aligning with Purple.
About #83248A
The precise color #83248A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(131, 36, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 5% cyan and 74% magenta inks. The HSL representation is 295.9° hue, 58.6% saturation, and 34.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83248A
RGB131, 36, 138
HSL295.9°, 58.6%, 34.1%
CMYK5%, 74%, 0%, 46%
HSV295.9°, 73.9%, 54.1%
LAB33.8, 52.9, -36.3
XYZ14.6, 7.9, 24.8
Decimal8594570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.13:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.77:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83248A;
}
.text-color {
color: #83248A;
}
.border-color {
border: 2px solid #83248A;
}