Shades of Mauve Taupe #8D5E6E
Tints of Mauve Taupe #8D5E6E
RGB
CMYK
RGB Variations
Color information
#8D5E6E (or 0x8D5E6E) is known color: Mauve Taupe. HEX triplet: 8D, 5E and 6E. RGB value is (141,94,110). Sum of RGB (Red+Green+Blue) = 141+94+110=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E6E is #72A191. Grayscale: #6D6D6D. Windows color (decimal): -7512466 or 7233165. OLE color: 7233165.
HSL color Cylindrical-coordinate representation of color #8D5E6E: hue angle of 339.57º 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 #8D5E6E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 110 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.45 |
| HSL | 339.57º | 0.2% | 0.46% | - |
| HSV(B) | 339.57º | 0.33% | 0.55% | - |
| XYZ | 17.8 | 14.79 | 16.67 | - |
| YUV | 109.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 110 | 0 | 0.33 | 0.22 | 0.45 | 339.57 | 0.2 | 0.46 |
| Hex | 8D | 5E | 6E | 0 | 21 | 16 | 2D | 154 | 14 | 2E |
| Octal | 215 | 136 | 156 | 0 | 41 | 26 | 55 | 524 | 24 | 56 |
| Binary | 10001101 | 1011110 | 1101110 | 0 | 100001 | 10110 | 101101 | 101010100 | 10100 | 101110 |
Color Harmonies of #8D5E6E
Complementary color
Monochromatic Colors of #8D5E6E
Black with #8D5E6E
Text Example
Text Example
White with #8D5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E6E; }
p { color: rgb(141,94,110); }
H1.HeaderClassName
{
color: #8D5E6E;
}
.AnyTagClassName
{
color: #8D5E6E;
}
</style>
background-color css
<style>
a { background-color: #8D5E6E; }
a { background-color: rgb(141,94,110); }
div.DivClassName
{
background-color: #8D5E6E;
}
.BgClassName
{
background-color: #8D5E6E;
}
</style>
border-color css
<style>
span { border-color: #8D5E6E; }
span { border-color: rgb(141,94,110); }
td.TdClassName
{
border-color: #8D5E6E;
}
.TagClassName
{
border-color: #8D5E6E;
}
</style>