Shades of Mauve Taupe #9E5576
Tints of Mauve Taupe #9E5576
RGB
CMYK
RGB Variations
Color information
#9E5576 (or 0x9E5576) is known color: Mauve Taupe. HEX triplet: 9E, 55 and 76. RGB value is (158,85,118). Sum of RGB (Red+Green+Blue) = 158+85+118=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5576 is #61AA89. Grayscale: #6E6E6E. Windows color (decimal): -6400650 or 7755166. OLE color: 7755166.
HSL color Cylindrical-coordinate representation of color #9E5576: hue angle of 332.88º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5576 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 118 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.38 |
| HSL | 332.88º | 0.3% | 0.48% | - |
| HSV(B) | 332.88º | 0.46% | 0.62% | - |
| XYZ | 20.62 | 15.07 | 18.96 | - |
| YUV | 110.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 118 | 0 | 0.46 | 0.25 | 0.38 | 332.88 | 0.3 | 0.48 |
| Hex | 9E | 55 | 76 | 0 | 2E | 19 | 26 | 14D | 1E | 30 |
| Octal | 236 | 125 | 166 | 0 | 56 | 31 | 46 | 515 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1110110 | 0 | 101110 | 11001 | 100110 | 101001101 | 11110 | 110000 |
Color Harmonies of #9E5576
Complementary color
Monochromatic Colors of #9E5576
Black with #9E5576
Text Example
Text Example
White with #9E5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5576; }
p { color: rgb(158,85,118); }
H1.HeaderClassName
{
color: #9E5576;
}
.AnyTagClassName
{
color: #9E5576;
}
</style>
background-color css
<style>
a { background-color: #9E5576; }
a { background-color: rgb(158,85,118); }
div.DivClassName
{
background-color: #9E5576;
}
.BgClassName
{
background-color: #9E5576;
}
</style>
border-color css
<style>
span { border-color: #9E5576; }
span { border-color: rgb(158,85,118); }
td.TdClassName
{
border-color: #9E5576;
}
.TagClassName
{
border-color: #9E5576;
}
</style>