Shades of Mamba #836A8A
Tints of Mamba #836A8A
RGB
CMYK
RGB Variations
Color information
#836A8A (or 0x836A8A) is known color: Mamba. HEX triplet: 83, 6A and 8A. RGB value is (131,106,138). Sum of RGB (Red+Green+Blue) = 131+106+138=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #836A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A8A is #7C9575. Grayscale: #757575. Windows color (decimal): -8164726 or 9071235. OLE color: 9071235.
HSL color Cylindrical-coordinate representation of color #836A8A: hue angle of 286.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836A8A is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 106 | 138 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.46 |
| HSL | 286.88º | 0.13% | 0.48% | - |
| HSV(B) | 286.88º | 0.23% | 0.54% | - |
| XYZ | 19.1 | 16.97 | 26.31 | - |
| YUV | 117.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 138 | 0.05 | 0.23 | 0 | 0.46 | 286.88 | 0.13 | 0.48 |
| Hex | 83 | 6A | 8A | 5 | 17 | 0 | 2E | 11F | D | 30 |
| Octal | 203 | 152 | 212 | 5 | 27 | 0 | 56 | 437 | 15 | 60 |
| Binary | 10000011 | 1101010 | 10001010 | 101 | 10111 | 0 | 101110 | 100011111 | 1101 | 110000 |
Color Harmonies of #836A8A
Complementary color
Monochromatic Colors of #836A8A
Black with #836A8A
Text Example
Text Example
White with #836A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A8A; }
p { color: rgb(131,106,138); }
H1.HeaderClassName
{
color: #836A8A;
}
.AnyTagClassName
{
color: #836A8A;
}
</style>
background-color css
<style>
a { background-color: #836A8A; }
a { background-color: rgb(131,106,138); }
div.DivClassName
{
background-color: #836A8A;
}
.BgClassName
{
background-color: #836A8A;
}
</style>
border-color css
<style>
span { border-color: #836A8A; }
span { border-color: rgb(131,106,138); }
td.TdClassName
{
border-color: #836A8A;
}
.TagClassName
{
border-color: #836A8A;
}
</style>