#831675
A dark, vivid magenta closely aligning with Purple.
About #831675
The hex code #831675 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(131, 22, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 83% magenta, 11% yellow, and 49% black. With a hue angle of 307.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#831675
RGB131, 22, 117
HSL307.7°, 71.2%, 30.0%
CMYK0%, 83%, 11%, 49%
HSV307.7°, 83.2%, 51.4%
LAB31.1, 53.8, -27.5
XYZ12.9, 6.7, 17.4
Decimal8590965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.99:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.59:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831675;
}
.text-color {
color: #831675;
}
.border-color {
border: 2px solid #831675;
}