Shades of Mauve Taupe #8F5870
Tints of Mauve Taupe #8F5870
RGB
CMYK
RGB Variations
Color information
#8F5870 (or 0x8F5870) is known color: Mauve Taupe. HEX triplet: 8F, 58 and 70. RGB value is (143,88,112). Sum of RGB (Red+Green+Blue) = 143+88+112=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5870 is #70A78F. Grayscale: #6B6B6B. Windows color (decimal): -7382928 or 7362703. OLE color: 7362703.
HSL color Cylindrical-coordinate representation of color #8F5870: hue angle of 333.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5870 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 112 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.44 |
| HSL | 333.82º | 0.24% | 0.45% | - |
| HSV(B) | 333.82º | 0.38% | 0.56% | - |
| XYZ | 17.74 | 13.99 | 17.09 | - |
| YUV | 107.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 112 | 0 | 0.38 | 0.22 | 0.44 | 333.82 | 0.24 | 0.45 |
| Hex | 8F | 58 | 70 | 0 | 26 | 16 | 2C | 14E | 18 | 2D |
| Octal | 217 | 130 | 160 | 0 | 46 | 26 | 54 | 516 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1110000 | 0 | 100110 | 10110 | 101100 | 101001110 | 11000 | 101101 |
Color Harmonies of #8F5870
Complementary color
Monochromatic Colors of #8F5870
Black with #8F5870
Text Example
Text Example
White with #8F5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5870; }
p { color: rgb(143,88,112); }
H1.HeaderClassName
{
color: #8F5870;
}
.AnyTagClassName
{
color: #8F5870;
}
</style>
background-color css
<style>
a { background-color: #8F5870; }
a { background-color: rgb(143,88,112); }
div.DivClassName
{
background-color: #8F5870;
}
.BgClassName
{
background-color: #8F5870;
}
</style>
border-color css
<style>
span { border-color: #8F5870; }
span { border-color: rgb(143,88,112); }
td.TdClassName
{
border-color: #8F5870;
}
.TagClassName
{
border-color: #8F5870;
}
</style>