#925FA0
A medium, muted magenta closely aligning with Darkslateblue.
About #925FA0
At its core, #925FA0 is a medium and muted hue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 146 red, 95 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 41% Magenta, 0% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#925FA0
RGB146, 95, 160
HSL287.1°, 25.5%, 50.0%
CMYK9%, 41%, 0%, 37%
HSV287.1°, 40.6%, 62.7%
LAB48.0, 32.3, -27.0
XYZ22.3, 16.8, 35.3
Decimal9592736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.37:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925FA0;
}
.text-color {
color: #925FA0;
}
.border-color {
border: 2px solid #925FA0;
}