Shades of Mauve Taupe #9E5477
Tints of Mauve Taupe #9E5477
RGB
CMYK
RGB Variations
Color information
#9E5477 (or 0x9E5477) is known color: Mauve Taupe. HEX triplet: 9E, 54 and 77. RGB value is (158,84,119). Sum of RGB (Red+Green+Blue) = 158+84+119=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5477 is #61AB88. Grayscale: #6E6E6E. Windows color (decimal): -6400905 or 7820446. OLE color: 7820446.
HSL color Cylindrical-coordinate representation of color #9E5477: hue angle of 331.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5477 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 119 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.38 |
| HSL | 331.62º | 0.31% | 0.47% | - |
| HSV(B) | 331.62º | 0.47% | 0.62% | - |
| XYZ | 20.6 | 14.94 | 19.25 | - |
| YUV | 110.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 119 | 0 | 0.47 | 0.25 | 0.38 | 331.62 | 0.31 | 0.47 |
| Hex | 9E | 54 | 77 | 0 | 2F | 19 | 26 | 14C | 1F | 2F |
| Octal | 236 | 124 | 167 | 0 | 57 | 31 | 46 | 514 | 37 | 57 |
| Binary | 10011110 | 1010100 | 1110111 | 0 | 101111 | 11001 | 100110 | 101001100 | 11111 | 101111 |
Color Harmonies of #9E5477
Complementary color
Monochromatic Colors of #9E5477
Black with #9E5477
Text Example
Text Example
White with #9E5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5477; }
p { color: rgb(158,84,119); }
H1.HeaderClassName
{
color: #9E5477;
}
.AnyTagClassName
{
color: #9E5477;
}
</style>
background-color css
<style>
a { background-color: #9E5477; }
a { background-color: rgb(158,84,119); }
div.DivClassName
{
background-color: #9E5477;
}
.BgClassName
{
background-color: #9E5477;
}
</style>
border-color css
<style>
span { border-color: #9E5477; }
span { border-color: rgb(158,84,119); }
td.TdClassName
{
border-color: #9E5477;
}
.TagClassName
{
border-color: #9E5477;
}
</style>