Shades of Mauve Taupe #8B5D6D
Tints of Mauve Taupe #8B5D6D
RGB
CMYK
RGB Variations
Color information
#8B5D6D (or 0x8B5D6D) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 6D. RGB value is (139,93,109). Sum of RGB (Red+Green+Blue) = 139+93+109=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D6D is #74A292. Grayscale: #6C6C6C. Windows color (decimal): -7643795 or 7167371. OLE color: 7167371.
HSL color Cylindrical-coordinate representation of color #8B5D6D: hue angle of 339.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D6D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 109 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.45 |
| HSL | 339.13º | 0.2% | 0.45% | - |
| HSV(B) | 339.13º | 0.33% | 0.55% | - |
| XYZ | 17.32 | 14.42 | 16.34 | - |
| YUV | 108.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 109 | 0 | 0.33 | 0.22 | 0.45 | 339.13 | 0.2 | 0.45 |
| Hex | 8B | 5D | 6D | 0 | 21 | 16 | 2D | 153 | 14 | 2D |
| Octal | 213 | 135 | 155 | 0 | 41 | 26 | 55 | 523 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1101101 | 0 | 100001 | 10110 | 101101 | 101010011 | 10100 | 101101 |
Color Harmonies of #8B5D6D
Complementary color
Monochromatic Colors of #8B5D6D
Black with #8B5D6D
Text Example
Text Example
White with #8B5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D6D; }
p { color: rgb(139,93,109); }
H1.HeaderClassName
{
color: #8B5D6D;
}
.AnyTagClassName
{
color: #8B5D6D;
}
</style>
background-color css
<style>
a { background-color: #8B5D6D; }
a { background-color: rgb(139,93,109); }
div.DivClassName
{
background-color: #8B5D6D;
}
.BgClassName
{
background-color: #8B5D6D;
}
</style>
border-color css
<style>
span { border-color: #8B5D6D; }
span { border-color: rgb(139,93,109); }
td.TdClassName
{
border-color: #8B5D6D;
}
.TagClassName
{
border-color: #8B5D6D;
}
</style>