Shades of Mauve Taupe #9E5870
Tints of Mauve Taupe #9E5870
RGB
CMYK
RGB Variations
Color information
#9E5870 (or 0x9E5870) is known color: Mauve Taupe. HEX triplet: 9E, 58 and 70. RGB value is (158,88,112). Sum of RGB (Red+Green+Blue) = 158+88+112=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5870 is #61A78F. Grayscale: #6F6F6F. Windows color (decimal): -6399888 or 7362718. OLE color: 7362718.
HSL color Cylindrical-coordinate representation of color #9E5870: hue angle of 339.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5870 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 112 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.38 |
| HSL | 339.43º | 0.28% | 0.48% | - |
| HSV(B) | 339.43º | 0.44% | 0.62% | - |
| XYZ | 20.51 | 15.42 | 17.22 | - |
| YUV | 111.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 112 | 0 | 0.44 | 0.29 | 0.38 | 339.43 | 0.28 | 0.48 |
| Hex | 9E | 58 | 70 | 0 | 2C | 1D | 26 | 153 | 1C | 30 |
| Octal | 236 | 130 | 160 | 0 | 54 | 35 | 46 | 523 | 34 | 60 |
| Binary | 10011110 | 1011000 | 1110000 | 0 | 101100 | 11101 | 100110 | 101010011 | 11100 | 110000 |
Color Harmonies of #9E5870
Complementary color
Monochromatic Colors of #9E5870
Black with #9E5870
Text Example
Text Example
White with #9E5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5870; }
p { color: rgb(158,88,112); }
H1.HeaderClassName
{
color: #9E5870;
}
.AnyTagClassName
{
color: #9E5870;
}
</style>
background-color css
<style>
a { background-color: #9E5870; }
a { background-color: rgb(158,88,112); }
div.DivClassName
{
background-color: #9E5870;
}
.BgClassName
{
background-color: #9E5870;
}
</style>
border-color css
<style>
span { border-color: #9E5870; }
span { border-color: rgb(158,88,112); }
td.TdClassName
{
border-color: #9E5870;
}
.TagClassName
{
border-color: #9E5870;
}
</style>