Shades of Mauve Taupe #8E5B6E
Tints of Mauve Taupe #8E5B6E
RGB
CMYK
RGB Variations
Color information
#8E5B6E (or 0x8E5B6E) is known color: Mauve Taupe. HEX triplet: 8E, 5B and 6E. RGB value is (142,91,110). Sum of RGB (Red+Green+Blue) = 142+91+110=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B6E is #71A491. Grayscale: #6C6C6C. Windows color (decimal): -7447698 or 7232398. OLE color: 7232398.
HSL color Cylindrical-coordinate representation of color #8E5B6E: hue angle of 337.65º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5B6E is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 110 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.44 |
| HSL | 337.65º | 0.22% | 0.46% | - |
| HSV(B) | 337.65º | 0.36% | 0.56% | - |
| XYZ | 17.71 | 14.36 | 16.59 | - |
| YUV | 108.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 110 | 0 | 0.36 | 0.23 | 0.44 | 337.65 | 0.22 | 0.46 |
| Hex | 8E | 5B | 6E | 0 | 24 | 17 | 2C | 152 | 16 | 2E |
| Octal | 216 | 133 | 156 | 0 | 44 | 27 | 54 | 522 | 26 | 56 |
| Binary | 10001110 | 1011011 | 1101110 | 0 | 100100 | 10111 | 101100 | 101010010 | 10110 | 101110 |
Color Harmonies of #8E5B6E
Complementary color
Monochromatic Colors of #8E5B6E
Black with #8E5B6E
Text Example
Text Example
White with #8E5B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B6E; }
p { color: rgb(142,91,110); }
H1.HeaderClassName
{
color: #8E5B6E;
}
.AnyTagClassName
{
color: #8E5B6E;
}
</style>
background-color css
<style>
a { background-color: #8E5B6E; }
a { background-color: rgb(142,91,110); }
div.DivClassName
{
background-color: #8E5B6E;
}
.BgClassName
{
background-color: #8E5B6E;
}
</style>
border-color css
<style>
span { border-color: #8E5B6E; }
span { border-color: rgb(142,91,110); }
td.TdClassName
{
border-color: #8E5B6E;
}
.TagClassName
{
border-color: #8E5B6E;
}
</style>