Shades of Mauve Taupe #8E5870
Tints of Mauve Taupe #8E5870
RGB
CMYK
RGB Variations
Color information
#8E5870 (or 0x8E5870) is known color: Mauve Taupe. HEX triplet: 8E, 58 and 70. RGB value is (142,88,112). Sum of RGB (Red+Green+Blue) = 142+88+112=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5870 is #71A78F. Grayscale: #6A6A6A. Windows color (decimal): -7448464 or 7362702. OLE color: 7362702.
HSL color Cylindrical-coordinate representation of color #8E5870: hue angle of 333.33º degrees, saturation: 0.23, 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 #8E5870 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 112 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.44 |
| HSL | 333.33º | 0.23% | 0.45% | - |
| HSV(B) | 333.33º | 0.38% | 0.56% | - |
| XYZ | 17.57 | 13.9 | 17.09 | - |
| YUV | 106.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 112 | 0 | 0.38 | 0.21 | 0.44 | 333.33 | 0.23 | 0.45 |
| Hex | 8E | 58 | 70 | 0 | 26 | 15 | 2C | 14D | 17 | 2D |
| Octal | 216 | 130 | 160 | 0 | 46 | 25 | 54 | 515 | 27 | 55 |
| Binary | 10001110 | 1011000 | 1110000 | 0 | 100110 | 10101 | 101100 | 101001101 | 10111 | 101101 |
Color Harmonies of #8E5870
Complementary color
Monochromatic Colors of #8E5870
Black with #8E5870
Text Example
Text Example
White with #8E5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5870; }
p { color: rgb(142,88,112); }
H1.HeaderClassName
{
color: #8E5870;
}
.AnyTagClassName
{
color: #8E5870;
}
</style>
background-color css
<style>
a { background-color: #8E5870; }
a { background-color: rgb(142,88,112); }
div.DivClassName
{
background-color: #8E5870;
}
.BgClassName
{
background-color: #8E5870;
}
</style>
border-color css
<style>
span { border-color: #8E5870; }
span { border-color: rgb(142,88,112); }
td.TdClassName
{
border-color: #8E5870;
}
.TagClassName
{
border-color: #8E5870;
}
</style>