Shades of Mauve Taupe #8B5E6F
Tints of Mauve Taupe #8B5E6F
RGB
CMYK
RGB Variations
Color information
#8B5E6F (or 0x8B5E6F) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 6F. RGB value is (139,94,111). Sum of RGB (Red+Green+Blue) = 139+94+111=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E6F is #74A190. Grayscale: #6D6D6D. Windows color (decimal): -7643537 or 7298699. OLE color: 7298699.
HSL color Cylindrical-coordinate representation of color #8B5E6F: hue angle of 337.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E6F is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 111 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.45 |
| HSL | 337.33º | 0.19% | 0.46% | - |
| HSV(B) | 337.33º | 0.32% | 0.55% | - |
| XYZ | 17.52 | 14.64 | 16.94 | - |
| YUV | 109.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 111 | 0 | 0.32 | 0.20 | 0.45 | 337.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 6F | 0 | 20 | 14 | 2D | 151 | 13 | 2E |
| Octal | 213 | 136 | 157 | 0 | 40 | 24 | 55 | 521 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1101111 | 0 | 100000 | 10100 | 101101 | 101010001 | 10011 | 101110 |
Color Harmonies of #8B5E6F
Complementary color
Monochromatic Colors of #8B5E6F
Black with #8B5E6F
Text Example
Text Example
White with #8B5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E6F; }
p { color: rgb(139,94,111); }
H1.HeaderClassName
{
color: #8B5E6F;
}
.AnyTagClassName
{
color: #8B5E6F;
}
</style>
background-color css
<style>
a { background-color: #8B5E6F; }
a { background-color: rgb(139,94,111); }
div.DivClassName
{
background-color: #8B5E6F;
}
.BgClassName
{
background-color: #8B5E6F;
}
</style>
border-color css
<style>
span { border-color: #8B5E6F; }
span { border-color: rgb(139,94,111); }
td.TdClassName
{
border-color: #8B5E6F;
}
.TagClassName
{
border-color: #8B5E6F;
}
</style>