Shades of Mamba #856990
Tints of Mamba #856990
RGB
CMYK
RGB Variations
Color information
#856990 (or 0x856990) is known color: Mamba. HEX triplet: 85, 69 and 90. RGB value is (133,105,144). Sum of RGB (Red+Green+Blue) = 133+105+144=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #856990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856990 is #7A966F. Grayscale: #757575. Windows color (decimal): -8033904 or 9464197. OLE color: 9464197.
HSL color Cylindrical-coordinate representation of color #856990: hue angle of 283.08º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856990 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 105 | 144 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.44 |
| HSL | 283.08º | 0.16% | 0.49% | - |
| HSV(B) | 283.08º | 0.27% | 0.56% | - |
| XYZ | 19.76 | 17.1 | 28.65 | - |
| YUV | 117.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 144 | 0.08 | 0.27 | 0 | 0.44 | 283.08 | 0.16 | 0.49 |
| Hex | 85 | 69 | 90 | 8 | 1B | 0 | 2C | 11B | 10 | 31 |
| Octal | 205 | 151 | 220 | 10 | 33 | 0 | 54 | 433 | 20 | 61 |
| Binary | 10000101 | 1101001 | 10010000 | 1000 | 11011 | 0 | 101100 | 100011011 | 10000 | 110001 |
Color Harmonies of #856990
Complementary color
Monochromatic Colors of #856990
Black with #856990
Text Example
Text Example
White with #856990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856990; }
p { color: rgb(133,105,144); }
H1.HeaderClassName
{
color: #856990;
}
.AnyTagClassName
{
color: #856990;
}
</style>
background-color css
<style>
a { background-color: #856990; }
a { background-color: rgb(133,105,144); }
div.DivClassName
{
background-color: #856990;
}
.BgClassName
{
background-color: #856990;
}
</style>
border-color css
<style>
span { border-color: #856990; }
span { border-color: rgb(133,105,144); }
td.TdClassName
{
border-color: #856990;
}
.TagClassName
{
border-color: #856990;
}
</style>