#9275D3
A light, moderate purple closely aligning with Mediumpurple.
About #9275D3
The hex code #9275D3 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 117, and 211.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 31% C, 45% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9275D3
RGB146, 117, 211
HSL258.5°, 51.6%, 64.3%
CMYK31%, 45%, 0%, 17%
HSV258.5°, 44.5%, 82.7%
LAB55.6, 31.6, -44.6
XYZ30.0, 23.5, 64.6
Decimal9598419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9275D3;
}
.text-color {
color: #9275D3;
}
.border-color {
border: 2px solid #9275D3;
}