#832483
A dark, moderate magenta closely aligning with Purple.
About #832483
Visually, #832483 is defined as a moderate magenta. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(131, 36, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 73% magenta, 0% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#832483
RGB131, 36, 131
HSL300.0°, 56.9%, 32.7%
CMYK0%, 73%, 0%, 49%
HSV300.0°, 72.5%, 51.4%
LAB33.4, 51.7, -32.6
XYZ14.1, 7.7, 22.2
Decimal8594563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #832483;
}
.text-color {
color: #832483;
}
.border-color {
border: 2px solid #832483;
}