Shades of Mauve Taupe #9E5374
Tints of Mauve Taupe #9E5374
RGB
CMYK
RGB Variations
Color information
#9E5374 (or 0x9E5374) is known color: Mauve Taupe. HEX triplet: 9E, 53 and 74. RGB value is (158,83,116). Sum of RGB (Red+Green+Blue) = 158+83+116=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5374 is #61AC8B. Grayscale: #6D6D6D. Windows color (decimal): -6401164 or 7623582. OLE color: 7623582.
HSL color Cylindrical-coordinate representation of color #9E5374: hue angle of 333.6º 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 #9E5374 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 116 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.38 |
| HSL | 333.6º | 0.31% | 0.47% | - |
| HSV(B) | 333.6º | 0.47% | 0.62% | - |
| XYZ | 20.35 | 14.72 | 18.29 | - |
| YUV | 109.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 116 | 0 | 0.47 | 0.27 | 0.38 | 333.6 | 0.31 | 0.47 |
| Hex | 9E | 53 | 74 | 0 | 2F | 1B | 26 | 14E | 1F | 2F |
| Octal | 236 | 123 | 164 | 0 | 57 | 33 | 46 | 516 | 37 | 57 |
| Binary | 10011110 | 1010011 | 1110100 | 0 | 101111 | 11011 | 100110 | 101001110 | 11111 | 101111 |
Color Harmonies of #9E5374
Complementary color
Monochromatic Colors of #9E5374
Black with #9E5374
Text Example
Text Example
White with #9E5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5374; }
p { color: rgb(158,83,116); }
H1.HeaderClassName
{
color: #9E5374;
}
.AnyTagClassName
{
color: #9E5374;
}
</style>
background-color css
<style>
a { background-color: #9E5374; }
a { background-color: rgb(158,83,116); }
div.DivClassName
{
background-color: #9E5374;
}
.BgClassName
{
background-color: #9E5374;
}
</style>
border-color css
<style>
span { border-color: #9E5374; }
span { border-color: rgb(158,83,116); }
td.TdClassName
{
border-color: #9E5374;
}
.TagClassName
{
border-color: #9E5374;
}
</style>