Shades of Mauve Taupe #9E5A6E
Tints of Mauve Taupe #9E5A6E
RGB
CMYK
RGB Variations
Color information
#9E5A6E (or 0x9E5A6E) is known color: Mauve Taupe. HEX triplet: 9E, 5A and 6E. RGB value is (158,90,110). Sum of RGB (Red+Green+Blue) = 158+90+110=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A6E is #61A591. Grayscale: #707070. Windows color (decimal): -6399378 or 7232158. OLE color: 7232158.
HSL color Cylindrical-coordinate representation of color #9E5A6E: hue angle of 342.35º 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 #9E5A6E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 110 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.38 |
| HSL | 342.35º | 0.27% | 0.49% | - |
| HSV(B) | 342.35º | 0.43% | 0.62% | - |
| XYZ | 20.57 | 15.71 | 16.7 | - |
| YUV | 112.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 110 | 0 | 0.43 | 0.30 | 0.38 | 342.35 | 0.27 | 0.49 |
| Hex | 9E | 5A | 6E | 0 | 2B | 1E | 26 | 156 | 1B | 31 |
| Octal | 236 | 132 | 156 | 0 | 53 | 36 | 46 | 526 | 33 | 61 |
| Binary | 10011110 | 1011010 | 1101110 | 0 | 101011 | 11110 | 100110 | 101010110 | 11011 | 110001 |
Color Harmonies of #9E5A6E
Complementary color
Monochromatic Colors of #9E5A6E
Black with #9E5A6E
Text Example
Text Example
White with #9E5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A6E; }
p { color: rgb(158,90,110); }
H1.HeaderClassName
{
color: #9E5A6E;
}
.AnyTagClassName
{
color: #9E5A6E;
}
</style>
background-color css
<style>
a { background-color: #9E5A6E; }
a { background-color: rgb(158,90,110); }
div.DivClassName
{
background-color: #9E5A6E;
}
.BgClassName
{
background-color: #9E5A6E;
}
</style>
border-color css
<style>
span { border-color: #9E5A6E; }
span { border-color: rgb(158,90,110); }
td.TdClassName
{
border-color: #9E5A6E;
}
.TagClassName
{
border-color: #9E5A6E;
}
</style>