Shades of Mamba #836591
Tints of Mamba #836591
RGB
CMYK
RGB Variations
Color information
#836591 (or 0x836591) is known color: Mamba. HEX triplet: 83, 65 and 91. RGB value is (131,101,145). Sum of RGB (Red+Green+Blue) = 131+101+145=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #836591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836591 is #7C9A6E. Grayscale: #727272. Windows color (decimal): -8165999 or 9528707. OLE color: 9528707.
HSL color Cylindrical-coordinate representation of color #836591: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #836591 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 101 | 145 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.43 |
| HSL | 280.91º | 0.18% | 0.48% | - |
| HSV(B) | 280.91º | 0.3% | 0.57% | - |
| XYZ | 19.12 | 16.18 | 28.9 | - |
| YUV | 114.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 145 | 0.10 | 0.30 | 0 | 0.43 | 280.91 | 0.18 | 0.48 |
| Hex | 83 | 65 | 91 | A | 1E | 0 | 2B | 119 | 12 | 30 |
| Octal | 203 | 145 | 221 | 12 | 36 | 0 | 53 | 431 | 22 | 60 |
| Binary | 10000011 | 1100101 | 10010001 | 1010 | 11110 | 0 | 101011 | 100011001 | 10010 | 110000 |
Color Harmonies of #836591
Complementary color
Monochromatic Colors of #836591
Black with #836591
Text Example
Text Example
White with #836591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836591; }
p { color: rgb(131,101,145); }
H1.HeaderClassName
{
color: #836591;
}
.AnyTagClassName
{
color: #836591;
}
</style>
background-color css
<style>
a { background-color: #836591; }
a { background-color: rgb(131,101,145); }
div.DivClassName
{
background-color: #836591;
}
.BgClassName
{
background-color: #836591;
}
</style>
border-color css
<style>
span { border-color: #836591; }
span { border-color: rgb(131,101,145); }
td.TdClassName
{
border-color: #836591;
}
.TagClassName
{
border-color: #836591;
}
</style>