Shades of Mauve Taupe #9E5A76
Tints of Mauve Taupe #9E5A76
RGB
CMYK
RGB Variations
Color information
#9E5A76 (or 0x9E5A76) is known color: Mauve Taupe. HEX triplet: 9E, 5A and 76. RGB value is (158,90,118). Sum of RGB (Red+Green+Blue) = 158+90+118=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A76 is #61A589. Grayscale: #717171. Windows color (decimal): -6399370 or 7756446. OLE color: 7756446.
HSL color Cylindrical-coordinate representation of color #9E5A76: hue angle of 335.29º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A76 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 118 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.38 |
| HSL | 335.29º | 0.27% | 0.49% | - |
| HSV(B) | 335.29º | 0.43% | 0.62% | - |
| XYZ | 21.03 | 15.89 | 19.1 | - |
| YUV | 113.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 118 | 0 | 0.43 | 0.25 | 0.38 | 335.29 | 0.27 | 0.49 |
| Hex | 9E | 5A | 76 | 0 | 2B | 19 | 26 | 14F | 1B | 31 |
| Octal | 236 | 132 | 166 | 0 | 53 | 31 | 46 | 517 | 33 | 61 |
| Binary | 10011110 | 1011010 | 1110110 | 0 | 101011 | 11001 | 100110 | 101001111 | 11011 | 110001 |
Color Harmonies of #9E5A76
Complementary color
Monochromatic Colors of #9E5A76
Black with #9E5A76
Text Example
Text Example
White with #9E5A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A76; }
p { color: rgb(158,90,118); }
H1.HeaderClassName
{
color: #9E5A76;
}
.AnyTagClassName
{
color: #9E5A76;
}
</style>
background-color css
<style>
a { background-color: #9E5A76; }
a { background-color: rgb(158,90,118); }
div.DivClassName
{
background-color: #9E5A76;
}
.BgClassName
{
background-color: #9E5A76;
}
</style>
border-color css
<style>
span { border-color: #9E5A76; }
span { border-color: rgb(158,90,118); }
td.TdClassName
{
border-color: #9E5A76;
}
.TagClassName
{
border-color: #9E5A76;
}
</style>