Shades of Mauve Taupe #8F5774
Tints of Mauve Taupe #8F5774
RGB
CMYK
RGB Variations
Color information
#8F5774 (or 0x8F5774) is known color: Mauve Taupe. HEX triplet: 8F, 57 and 74. RGB value is (143,87,116). Sum of RGB (Red+Green+Blue) = 143+87+116=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5774 is #70A88B. Grayscale: #6A6A6A. Windows color (decimal): -7383180 or 7624591. OLE color: 7624591.
HSL color Cylindrical-coordinate representation of color #8F5774: hue angle of 328.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5774 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 116 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.44 |
| HSL | 328.93º | 0.24% | 0.45% | - |
| HSV(B) | 328.93º | 0.39% | 0.56% | - |
| XYZ | 17.89 | 13.92 | 18.27 | - |
| YUV | 107.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 116 | 0 | 0.39 | 0.19 | 0.44 | 328.93 | 0.24 | 0.45 |
| Hex | 8F | 57 | 74 | 0 | 27 | 13 | 2C | 149 | 18 | 2D |
| Octal | 217 | 127 | 164 | 0 | 47 | 23 | 54 | 511 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1110100 | 0 | 100111 | 10011 | 101100 | 101001001 | 11000 | 101101 |
Color Harmonies of #8F5774
Complementary color
Monochromatic Colors of #8F5774
Black with #8F5774
Text Example
Text Example
White with #8F5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5774; }
p { color: rgb(143,87,116); }
H1.HeaderClassName
{
color: #8F5774;
}
.AnyTagClassName
{
color: #8F5774;
}
</style>
background-color css
<style>
a { background-color: #8F5774; }
a { background-color: rgb(143,87,116); }
div.DivClassName
{
background-color: #8F5774;
}
.BgClassName
{
background-color: #8F5774;
}
</style>
border-color css
<style>
span { border-color: #8F5774; }
span { border-color: rgb(143,87,116); }
td.TdClassName
{
border-color: #8F5774;
}
.TagClassName
{
border-color: #8F5774;
}
</style>