#9250BD
A medium, moderate purple closely aligning with Mediumpurple.
About #9250BD
When working with digital screens, the color #9250BD is rendered by mixing light. Its closest recognized web color is Mediumpurple. Its digital footprint relies on 146 parts red, 80 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 58% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9250BD
RGB146, 80, 189
HSL276.3°, 45.2%, 52.7%
CMYK23%, 58%, 0%, 26%
HSV276.3°, 57.7%, 74.1%
LAB46.3, 46.9, -46.7
XYZ23.9, 15.5, 49.9
Decimal9588925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9250BD;
}
.text-color {
color: #9250BD;
}
.border-color {
border: 2px solid #9250BD;
}