Shades of Mauve Taupe #8E5A6D
Tints of Mauve Taupe #8E5A6D
RGB
CMYK
RGB Variations
Color information
#8E5A6D (or 0x8E5A6D) is known color: Mauve Taupe. HEX triplet: 8E, 5A and 6D. RGB value is (142,90,109). Sum of RGB (Red+Green+Blue) = 142+90+109=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A6D is #71A592. Grayscale: #6B6B6B. Windows color (decimal): -7447955 or 7166606. OLE color: 7166606.
HSL color Cylindrical-coordinate representation of color #8E5A6D: hue angle of 338.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5A6D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 109 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.44 |
| HSL | 338.08º | 0.22% | 0.45% | - |
| HSV(B) | 338.08º | 0.37% | 0.56% | - |
| XYZ | 17.57 | 14.17 | 16.28 | - |
| YUV | 107.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 109 | 0 | 0.37 | 0.23 | 0.44 | 338.08 | 0.22 | 0.45 |
| Hex | 8E | 5A | 6D | 0 | 25 | 17 | 2C | 152 | 16 | 2D |
| Octal | 216 | 132 | 155 | 0 | 45 | 27 | 54 | 522 | 26 | 55 |
| Binary | 10001110 | 1011010 | 1101101 | 0 | 100101 | 10111 | 101100 | 101010010 | 10110 | 101101 |
Color Harmonies of #8E5A6D
Complementary color
Monochromatic Colors of #8E5A6D
Black with #8E5A6D
Text Example
Text Example
White with #8E5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A6D; }
p { color: rgb(142,90,109); }
H1.HeaderClassName
{
color: #8E5A6D;
}
.AnyTagClassName
{
color: #8E5A6D;
}
</style>
background-color css
<style>
a { background-color: #8E5A6D; }
a { background-color: rgb(142,90,109); }
div.DivClassName
{
background-color: #8E5A6D;
}
.BgClassName
{
background-color: #8E5A6D;
}
</style>
border-color css
<style>
span { border-color: #8E5A6D; }
span { border-color: rgb(142,90,109); }
td.TdClassName
{
border-color: #8E5A6D;
}
.TagClassName
{
border-color: #8E5A6D;
}
</style>