Shades of Mauve Taupe #8C5A6D
Tints of Mauve Taupe #8C5A6D
RGB
CMYK
RGB Variations
Color information
#8C5A6D (or 0x8C5A6D) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 6D. RGB value is (140,90,109). Sum of RGB (Red+Green+Blue) = 140+90+109=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A6D is #73A592. Grayscale: #6B6B6B. Windows color (decimal): -7579027 or 7166604. OLE color: 7166604.
HSL color Cylindrical-coordinate representation of color #8C5A6D: hue angle of 337.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A6D is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 109 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.45 |
| HSL | 337.2º | 0.22% | 0.45% | - |
| HSV(B) | 337.2º | 0.36% | 0.55% | - |
| XYZ | 17.23 | 13.99 | 16.26 | - |
| YUV | 107.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 109 | 0 | 0.36 | 0.22 | 0.45 | 337.2 | 0.22 | 0.45 |
| Hex | 8C | 5A | 6D | 0 | 24 | 16 | 2D | 151 | 16 | 2D |
| Octal | 214 | 132 | 155 | 0 | 44 | 26 | 55 | 521 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1101101 | 0 | 100100 | 10110 | 101101 | 101010001 | 10110 | 101101 |
Color Harmonies of #8C5A6D
Complementary color
Monochromatic Colors of #8C5A6D
Black with #8C5A6D
Text Example
Text Example
White with #8C5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A6D; }
p { color: rgb(140,90,109); }
H1.HeaderClassName
{
color: #8C5A6D;
}
.AnyTagClassName
{
color: #8C5A6D;
}
</style>
background-color css
<style>
a { background-color: #8C5A6D; }
a { background-color: rgb(140,90,109); }
div.DivClassName
{
background-color: #8C5A6D;
}
.BgClassName
{
background-color: #8C5A6D;
}
</style>
border-color css
<style>
span { border-color: #8C5A6D; }
span { border-color: rgb(140,90,109); }
td.TdClassName
{
border-color: #8C5A6D;
}
.TagClassName
{
border-color: #8C5A6D;
}
</style>