#9283AF
A light, muted purple closely aligning with Lightslategray.
About #9283AF
The hex code #9283AF represents a beautifully specific shade of purple. It is closely associated with the named CSS color Lightslategray. This translates to an RGB value of rgb(146, 131, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 17% Cyan, 25% Magenta, 0% Yellow, and 31% Black. The HSL representation is 260.5° hue, 21.6% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9283AF
RGB146, 131, 175
HSL260.5°, 21.6%, 60.0%
CMYK17%, 25%, 0%, 31%
HSV260.5°, 25.1%, 68.6%
LAB57.5, 14.7, -21.1
XYZ27.7, 25.4, 44.0
Decimal9601967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9283AF;
}
.text-color {
color: #9283AF;
}
.border-color {
border: 2px solid #9283AF;
}