#92577C
A medium, muted magenta closely aligning with Palevioletred.
About #92577C
Visually, #92577C is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 146 red, 87 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 40% M, 15% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92577C
RGB146, 87, 124
HSL322.4°, 25.3%, 45.7%
CMYK0%, 40%, 15%, 43%
HSV322.4°, 40.4%, 57.3%
LAB44.8, 29.9, -10.5
XYZ18.9, 14.4, 20.8
Decimal9590652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #92577C;
}
.text-color {
color: #92577C;
}
.border-color {
border: 2px solid #92577C;
}