Shades of Mamba #856E8B
Tints of Mamba #856E8B
RGB
CMYK
RGB Variations
Color information
#856E8B (or 0x856E8B) is known color: Mamba. HEX triplet: 85, 6E and 8B. RGB value is (133,110,139). Sum of RGB (Red+Green+Blue) = 133+110+139=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #856E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8B is #7A9174. Grayscale: #787878. Windows color (decimal): -8032629 or 9137797. OLE color: 9137797.
HSL color Cylindrical-coordinate representation of color #856E8B: hue angle of 287.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856E8B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 110 | 139 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.45 |
| HSL | 287.59º | 0.12% | 0.49% | - |
| HSV(B) | 287.59º | 0.21% | 0.55% | - |
| XYZ | 19.91 | 18 | 26.85 | - |
| YUV | 120.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 139 | 0.04 | 0.21 | 0 | 0.45 | 287.59 | 0.12 | 0.49 |
| Hex | 85 | 6E | 8B | 4 | 15 | 0 | 2D | 120 | C | 31 |
| Octal | 205 | 156 | 213 | 4 | 25 | 0 | 55 | 440 | 14 | 61 |
| Binary | 10000101 | 1101110 | 10001011 | 100 | 10101 | 0 | 101101 | 100100000 | 1100 | 110001 |
Color Harmonies of #856E8B
Complementary color
Monochromatic Colors of #856E8B
Black with #856E8B
Text Example
Text Example
White with #856E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E8B; }
p { color: rgb(133,110,139); }
H1.HeaderClassName
{
color: #856E8B;
}
.AnyTagClassName
{
color: #856E8B;
}
</style>
background-color css
<style>
a { background-color: #856E8B; }
a { background-color: rgb(133,110,139); }
div.DivClassName
{
background-color: #856E8B;
}
.BgClassName
{
background-color: #856E8B;
}
</style>
border-color css
<style>
span { border-color: #856E8B; }
span { border-color: rgb(133,110,139); }
td.TdClassName
{
border-color: #856E8B;
}
.TagClassName
{
border-color: #856E8B;
}
</style>