Shades of Mauve Taupe #9F5970
Tints of Mauve Taupe #9F5970
RGB
CMYK
RGB Variations
Color information
#9F5970 (or 0x9F5970) is known color: Mauve Taupe. HEX triplet: 9F, 59 and 70. RGB value is (159,89,112). Sum of RGB (Red+Green+Blue) = 159+89+112=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5970 is #60A68F. Grayscale: #707070. Windows color (decimal): -6334096 or 7362975. OLE color: 7362975.
HSL color Cylindrical-coordinate representation of color #9F5970: hue angle of 340.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5970 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 112 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.38 |
| HSL | 340.29º | 0.28% | 0.49% | - |
| HSV(B) | 340.29º | 0.44% | 0.62% | - |
| XYZ | 20.8 | 15.69 | 17.26 | - |
| YUV | 112.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 112 | 0 | 0.44 | 0.30 | 0.38 | 340.29 | 0.28 | 0.49 |
| Hex | 9F | 59 | 70 | 0 | 2C | 1E | 26 | 154 | 1C | 31 |
| Octal | 237 | 131 | 160 | 0 | 54 | 36 | 46 | 524 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1110000 | 0 | 101100 | 11110 | 100110 | 101010100 | 11100 | 110001 |
Color Harmonies of #9F5970
Complementary color
Monochromatic Colors of #9F5970
Black with #9F5970
Text Example
Text Example
White with #9F5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5970; }
p { color: rgb(159,89,112); }
H1.HeaderClassName
{
color: #9F5970;
}
.AnyTagClassName
{
color: #9F5970;
}
</style>
background-color css
<style>
a { background-color: #9F5970; }
a { background-color: rgb(159,89,112); }
div.DivClassName
{
background-color: #9F5970;
}
.BgClassName
{
background-color: #9F5970;
}
</style>
border-color css
<style>
span { border-color: #9F5970; }
span { border-color: rgb(159,89,112); }
td.TdClassName
{
border-color: #9F5970;
}
.TagClassName
{
border-color: #9F5970;
}
</style>