Shades of Mauve Taupe #8D5A6C
Tints of Mauve Taupe #8D5A6C
RGB
CMYK
RGB Variations
Color information
#8D5A6C (or 0x8D5A6C) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 6C. RGB value is (141,90,108). Sum of RGB (Red+Green+Blue) = 141+90+108=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A6C is #72A593. Grayscale: #6B6B6B. Windows color (decimal): -7513492 or 7101069. OLE color: 7101069.
HSL color Cylindrical-coordinate representation of color #8D5A6C: hue angle of 338.82º 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 #8D5A6C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 108 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.45 |
| HSL | 338.82º | 0.22% | 0.45% | - |
| HSV(B) | 338.82º | 0.36% | 0.55% | - |
| XYZ | 17.35 | 14.06 | 15.99 | - |
| YUV | 107.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 108 | 0 | 0.36 | 0.23 | 0.45 | 338.82 | 0.22 | 0.45 |
| Hex | 8D | 5A | 6C | 0 | 24 | 17 | 2D | 153 | 16 | 2D |
| Octal | 215 | 132 | 154 | 0 | 44 | 27 | 55 | 523 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1101100 | 0 | 100100 | 10111 | 101101 | 101010011 | 10110 | 101101 |
Color Harmonies of #8D5A6C
Complementary color
Monochromatic Colors of #8D5A6C
Black with #8D5A6C
Text Example
Text Example
White with #8D5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A6C; }
p { color: rgb(141,90,108); }
H1.HeaderClassName
{
color: #8D5A6C;
}
.AnyTagClassName
{
color: #8D5A6C;
}
</style>
background-color css
<style>
a { background-color: #8D5A6C; }
a { background-color: rgb(141,90,108); }
div.DivClassName
{
background-color: #8D5A6C;
}
.BgClassName
{
background-color: #8D5A6C;
}
</style>
border-color css
<style>
span { border-color: #8D5A6C; }
span { border-color: rgb(141,90,108); }
td.TdClassName
{
border-color: #8D5A6C;
}
.TagClassName
{
border-color: #8D5A6C;
}
</style>