Shades of Mauve Taupe #8D5A6D
Tints of Mauve Taupe #8D5A6D
RGB
CMYK
RGB Variations
Color information
#8D5A6D (or 0x8D5A6D) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 6D. RGB value is (141,90,109). Sum of RGB (Red+Green+Blue) = 141+90+109=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A6D is #72A592. Grayscale: #6B6B6B. Windows color (decimal): -7513491 or 7166605. OLE color: 7166605.
HSL color Cylindrical-coordinate representation of color #8D5A6D: hue angle of 337.65º 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 #8D5A6D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 109 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.45 |
| HSL | 337.65º | 0.22% | 0.45% | - |
| HSV(B) | 337.65º | 0.36% | 0.55% | - |
| XYZ | 17.4 | 14.08 | 16.27 | - |
| YUV | 107.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 109 | 0 | 0.36 | 0.23 | 0.45 | 337.65 | 0.22 | 0.45 |
| Hex | 8D | 5A | 6D | 0 | 24 | 17 | 2D | 152 | 16 | 2D |
| Octal | 215 | 132 | 155 | 0 | 44 | 27 | 55 | 522 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1101101 | 0 | 100100 | 10111 | 101101 | 101010010 | 10110 | 101101 |
Color Harmonies of #8D5A6D
Complementary color
Monochromatic Colors of #8D5A6D
Black with #8D5A6D
Text Example
Text Example
White with #8D5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A6D; }
p { color: rgb(141,90,109); }
H1.HeaderClassName
{
color: #8D5A6D;
}
.AnyTagClassName
{
color: #8D5A6D;
}
</style>
background-color css
<style>
a { background-color: #8D5A6D; }
a { background-color: rgb(141,90,109); }
div.DivClassName
{
background-color: #8D5A6D;
}
.BgClassName
{
background-color: #8D5A6D;
}
</style>
border-color css
<style>
span { border-color: #8D5A6D; }
span { border-color: rgb(141,90,109); }
td.TdClassName
{
border-color: #8D5A6D;
}
.TagClassName
{
border-color: #8D5A6D;
}
</style>