Shades of Mauve Taupe #8D5E6C
Tints of Mauve Taupe #8D5E6C
RGB
CMYK
RGB Variations
Color information
#8D5E6C (or 0x8D5E6C) is known color: Mauve Taupe. HEX triplet: 8D, 5E and 6C. RGB value is (141,94,108). Sum of RGB (Red+Green+Blue) = 141+94+108=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E6C is #72A193. Grayscale: #6D6D6D. Windows color (decimal): -7512468 or 7102093. OLE color: 7102093.
HSL color Cylindrical-coordinate representation of color #8D5E6C: hue angle of 342.13º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5E6C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 94 | 108 | - |
CMYK | 0 | 0.33 | 0.23 | 0.45 |
HSL | 342.13º | 0.2% | 0.46% | - |
HSV(B) | 342.13º | 0.33% | 0.55% | - |
XYZ | 17.69 | 14.75 | 16.1 | - |
YUV | 109.65 | 127.07 | 150.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 94 | 108 | 0 | 0.33 | 0.23 | 0.45 | 342.13 | 0.2 | 0.46 |
Hex | 8D | 5E | 6C | 0 | 21 | 17 | 2D | 156 | 14 | 2E |
Octal | 215 | 136 | 154 | 0 | 41 | 27 | 55 | 526 | 24 | 56 |
Binary | 10001101 | 1011110 | 1101100 | 0 | 100001 | 10111 | 101101 | 101010110 | 10100 | 101110 |
Color Harmonies of #8D5E6C
Complementary color
Monochromatic Colors of #8D5E6C
Black with #8D5E6C
Text Example
Text Example
White with #8D5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E6C; }
p { color: rgb(141,94,108); }
H1.HeaderClassName
{
color: #8D5E6C;
}
.AnyTagClassName
{
color: #8D5E6C;
}
</style>
background-color css
<style>
a { background-color: #8D5E6C; }
a { background-color: rgb(141,94,108); }
div.DivClassName
{
background-color: #8D5E6C;
}
.BgClassName
{
background-color: #8D5E6C;
}
</style>
border-color css
<style>
span { border-color: #8D5E6C; }
span { border-color: rgb(141,94,108); }
td.TdClassName
{
border-color: #8D5E6C;
}
.TagClassName
{
border-color: #8D5E6C;
}
</style>