#83165F
A dark, vivid magenta closely aligning with Purple.
About #83165F
At its core, #83165F is a dark and vivid hue. Its closest recognized web color is Purple. This translates to an RGB value of rgb(131, 22, 95).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. The HSL representation is 319.8° hue, 71.2% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83165F
RGB131, 22, 95
HSL319.8°, 71.2%, 30.0%
CMYK0%, 83%, 27%, 49%
HSV319.8°, 83.2%, 51.4%
LAB30.0, 50.6, -15.0
XYZ11.7, 6.2, 11.4
Decimal8590943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.35:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.94:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83165F;
}
.text-color {
color: #83165F;
}
.border-color {
border: 2px solid #83165F;
}