Shades of Mamba #856E8D
Tints of Mamba #856E8D
RGB
CMYK
RGB Variations
Color information
#856E8D (or 0x856E8D) is known color: Mamba. HEX triplet: 85, 6E and 8D. RGB value is (133,110,141). Sum of RGB (Red+Green+Blue) = 133+110+141=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #856E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8D is #7A9172. Grayscale: #787878. Windows color (decimal): -8032627 or 9268869. OLE color: 9268869.
HSL color Cylindrical-coordinate representation of color #856E8D: hue angle of 284.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856E8D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 110 | 141 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.45 |
| HSL | 284.52º | 0.12% | 0.49% | - |
| HSV(B) | 284.52º | 0.22% | 0.55% | - |
| XYZ | 20.06 | 18.06 | 27.63 | - |
| YUV | 120.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 141 | 0.06 | 0.22 | 0 | 0.45 | 284.52 | 0.12 | 0.49 |
| Hex | 85 | 6E | 8D | 6 | 16 | 0 | 2D | 11D | C | 31 |
| Octal | 205 | 156 | 215 | 6 | 26 | 0 | 55 | 435 | 14 | 61 |
| Binary | 10000101 | 1101110 | 10001101 | 110 | 10110 | 0 | 101101 | 100011101 | 1100 | 110001 |
Color Harmonies of #856E8D
Complementary color
Monochromatic Colors of #856E8D
Black with #856E8D
Text Example
Text Example
White with #856E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E8D; }
p { color: rgb(133,110,141); }
H1.HeaderClassName
{
color: #856E8D;
}
.AnyTagClassName
{
color: #856E8D;
}
</style>
background-color css
<style>
a { background-color: #856E8D; }
a { background-color: rgb(133,110,141); }
div.DivClassName
{
background-color: #856E8D;
}
.BgClassName
{
background-color: #856E8D;
}
</style>
border-color css
<style>
span { border-color: #856E8D; }
span { border-color: rgb(133,110,141); }
td.TdClassName
{
border-color: #856E8D;
}
.TagClassName
{
border-color: #856E8D;
}
</style>