Shades of Mamba #836F8B
Tints of Mamba #836F8B
RGB
CMYK
RGB Variations
Color information
#836F8B (or 0x836F8B) is known color: Mamba. HEX triplet: 83, 6F and 8B. RGB value is (131,111,139). Sum of RGB (Red+Green+Blue) = 131+111+139=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #836F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F8B is #7C9074. Grayscale: #787878. Windows color (decimal): -8163445 or 9138051. OLE color: 9138051.
HSL color Cylindrical-coordinate representation of color #836F8B: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836F8B is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 111 | 139 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.45 |
| HSL | 282.86º | 0.11% | 0.49% | - |
| HSV(B) | 282.86º | 0.2% | 0.55% | - |
| XYZ | 19.7 | 18.06 | 26.87 | - |
| YUV | 120.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 139 | 0.06 | 0.20 | 0 | 0.45 | 282.86 | 0.11 | 0.49 |
| Hex | 83 | 6F | 8B | 6 | 14 | 0 | 2D | 11B | B | 31 |
| Octal | 203 | 157 | 213 | 6 | 24 | 0 | 55 | 433 | 13 | 61 |
| Binary | 10000011 | 1101111 | 10001011 | 110 | 10100 | 0 | 101101 | 100011011 | 1011 | 110001 |
Color Harmonies of #836F8B
Complementary color
Monochromatic Colors of #836F8B
Black with #836F8B
Text Example
Text Example
White with #836F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F8B; }
p { color: rgb(131,111,139); }
H1.HeaderClassName
{
color: #836F8B;
}
.AnyTagClassName
{
color: #836F8B;
}
</style>
background-color css
<style>
a { background-color: #836F8B; }
a { background-color: rgb(131,111,139); }
div.DivClassName
{
background-color: #836F8B;
}
.BgClassName
{
background-color: #836F8B;
}
</style>
border-color css
<style>
span { border-color: #836F8B; }
span { border-color: rgb(131,111,139); }
td.TdClassName
{
border-color: #836F8B;
}
.TagClassName
{
border-color: #836F8B;
}
</style>