#9266C5
A medium, moderate purple closely aligning with Mediumpurple.
About #9266C5
At its core, #9266C5 is a medium and moderate hue. It is closely associated with the named CSS color Mediumpurple. Its digital footprint relies on 146 parts red, 102 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 26% cyan and 48% magenta inks. 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 medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9266C5
RGB146, 102, 197
HSL267.8°, 45.0%, 58.6%
CMYK26%, 48%, 0%, 23%
HSV267.8°, 48.2%, 77.3%
LAB51.4, 36.7, -43.2
XYZ26.7, 19.6, 55.2
Decimal9594565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9266C5;
}
.text-color {
color: #9266C5;
}
.border-color {
border: 2px solid #9266C5;
}