Shades of Mauve Taupe #8B5E6E
Tints of Mauve Taupe #8B5E6E
RGB
CMYK
RGB Variations
Color information
#8B5E6E (or 0x8B5E6E) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 6E. RGB value is (139,94,110). Sum of RGB (Red+Green+Blue) = 139+94+110=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E6E is #74A191. Grayscale: #6D6D6D. Windows color (decimal): -7643538 or 7233163. OLE color: 7233163.
HSL color Cylindrical-coordinate representation of color #8B5E6E: hue angle of 338.67º 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 #8B5E6E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 94 | 110 | - |
CMYK | 0 | 0.32 | 0.21 | 0.45 |
HSL | 338.67º | 0.19% | 0.46% | - |
HSV(B) | 338.67º | 0.32% | 0.55% | - |
XYZ | 17.46 | 14.62 | 16.65 | - |
YUV | 109.28 | 128.41 | 149.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 94 | 110 | 0 | 0.32 | 0.21 | 0.45 | 338.67 | 0.19 | 0.46 |
Hex | 8B | 5E | 6E | 0 | 20 | 15 | 2D | 153 | 13 | 2E |
Octal | 213 | 136 | 156 | 0 | 40 | 25 | 55 | 523 | 23 | 56 |
Binary | 10001011 | 1011110 | 1101110 | 0 | 100000 | 10101 | 101101 | 101010011 | 10011 | 101110 |
Color Harmonies of #8B5E6E
Complementary color
Monochromatic Colors of #8B5E6E
Black with #8B5E6E
Text Example
Text Example
White with #8B5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E6E; }
p { color: rgb(139,94,110); }
H1.HeaderClassName
{
color: #8B5E6E;
}
.AnyTagClassName
{
color: #8B5E6E;
}
</style>
background-color css
<style>
a { background-color: #8B5E6E; }
a { background-color: rgb(139,94,110); }
div.DivClassName
{
background-color: #8B5E6E;
}
.BgClassName
{
background-color: #8B5E6E;
}
</style>
border-color css
<style>
span { border-color: #8B5E6E; }
span { border-color: rgb(139,94,110); }
td.TdClassName
{
border-color: #8B5E6E;
}
.TagClassName
{
border-color: #8B5E6E;
}
</style>