Shades of Mauve Taupe #9F5574
Tints of Mauve Taupe #9F5574
RGB
CMYK
RGB Variations
Color information
#9F5574 (or 0x9F5574) is known color: Mauve Taupe. HEX triplet: 9F, 55 and 74. RGB value is (159,85,116). Sum of RGB (Red+Green+Blue) = 159+85+116=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5574 is #60AA8B. Grayscale: #6E6E6E. Windows color (decimal): -6335116 or 7624095. OLE color: 7624095.
HSL color Cylindrical-coordinate representation of color #9F5574: hue angle of 334.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5574 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 116 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.38 |
| HSL | 334.86º | 0.3% | 0.48% | - |
| HSV(B) | 334.86º | 0.47% | 0.62% | - |
| XYZ | 20.7 | 15.13 | 18.35 | - |
| YUV | 110.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 116 | 0 | 0.47 | 0.27 | 0.38 | 334.86 | 0.3 | 0.48 |
| Hex | 9F | 55 | 74 | 0 | 2F | 1B | 26 | 14F | 1E | 30 |
| Octal | 237 | 125 | 164 | 0 | 57 | 33 | 46 | 517 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1110100 | 0 | 101111 | 11011 | 100110 | 101001111 | 11110 | 110000 |
Color Harmonies of #9F5574
Complementary color
Monochromatic Colors of #9F5574
Black with #9F5574
Text Example
Text Example
White with #9F5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5574; }
p { color: rgb(159,85,116); }
H1.HeaderClassName
{
color: #9F5574;
}
.AnyTagClassName
{
color: #9F5574;
}
</style>
background-color css
<style>
a { background-color: #9F5574; }
a { background-color: rgb(159,85,116); }
div.DivClassName
{
background-color: #9F5574;
}
.BgClassName
{
background-color: #9F5574;
}
</style>
border-color css
<style>
span { border-color: #9F5574; }
span { border-color: rgb(159,85,116); }
td.TdClassName
{
border-color: #9F5574;
}
.TagClassName
{
border-color: #9F5574;
}
</style>