Shades of Mauve Taupe #8B5D6C
Tints of Mauve Taupe #8B5D6C
RGB
CMYK
RGB Variations
Color information
#8B5D6C (or 0x8B5D6C) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 6C. RGB value is (139,93,108). Sum of RGB (Red+Green+Blue) = 139+93+108=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D6C is #74A293. Grayscale: #6C6C6C. Windows color (decimal): -7643796 or 7101835. OLE color: 7101835.
HSL color Cylindrical-coordinate representation of color #8B5D6C: hue angle of 340.43º 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 #8B5D6C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 108 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.45 |
| HSL | 340.43º | 0.2% | 0.45% | - |
| HSV(B) | 340.43º | 0.33% | 0.55% | - |
| XYZ | 17.27 | 14.4 | 16.06 | - |
| YUV | 108.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 108 | 0 | 0.33 | 0.22 | 0.45 | 340.43 | 0.2 | 0.45 |
| Hex | 8B | 5D | 6C | 0 | 21 | 16 | 2D | 154 | 14 | 2D |
| Octal | 213 | 135 | 154 | 0 | 41 | 26 | 55 | 524 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1101100 | 0 | 100001 | 10110 | 101101 | 101010100 | 10100 | 101101 |
Color Harmonies of #8B5D6C
Complementary color
Monochromatic Colors of #8B5D6C
Black with #8B5D6C
Text Example
Text Example
White with #8B5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D6C; }
p { color: rgb(139,93,108); }
H1.HeaderClassName
{
color: #8B5D6C;
}
.AnyTagClassName
{
color: #8B5D6C;
}
</style>
background-color css
<style>
a { background-color: #8B5D6C; }
a { background-color: rgb(139,93,108); }
div.DivClassName
{
background-color: #8B5D6C;
}
.BgClassName
{
background-color: #8B5D6C;
}
</style>
border-color css
<style>
span { border-color: #8B5D6C; }
span { border-color: rgb(139,93,108); }
td.TdClassName
{
border-color: #8B5D6C;
}
.TagClassName
{
border-color: #8B5D6C;
}
</style>