#9266A0
A medium, muted magenta closely aligning with Plum.
About #9266A0
The hex code #9266A0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 146 red, 102 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 36% Magenta, 0% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9266A0
RGB146, 102, 160
HSL285.5°, 23.4%, 51.4%
CMYK9%, 36%, 0%, 37%
HSV285.5°, 36.2%, 62.7%
LAB49.7, 28.3, -24.5
XYZ23.0, 18.2, 35.6
Decimal9594528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9266A0;
}
.text-color {
color: #9266A0;
}
.border-color {
border: 2px solid #9266A0;
}