Shades of Mamba #836C8A
Tints of Mamba #836C8A
RGB
CMYK
RGB Variations
Color information
#836C8A (or 0x836C8A) is known color: Mamba. HEX triplet: 83, 6C and 8A. RGB value is (131,108,138). Sum of RGB (Red+Green+Blue) = 131+108+138=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #836C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C8A is #7C9375. Grayscale: #767676. Windows color (decimal): -8164214 or 9071747. OLE color: 9071747.
HSL color Cylindrical-coordinate representation of color #836C8A: hue angle of 286º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836C8A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 108 | 138 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.46 |
| HSL | 286º | 0.12% | 0.48% | - |
| HSV(B) | 286º | 0.22% | 0.54% | - |
| XYZ | 19.31 | 17.39 | 26.38 | - |
| YUV | 118.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 138 | 0.05 | 0.22 | 0 | 0.46 | 286 | 0.12 | 0.48 |
| Hex | 83 | 6C | 8A | 5 | 16 | 0 | 2E | 11E | C | 30 |
| Octal | 203 | 154 | 212 | 5 | 26 | 0 | 56 | 436 | 14 | 60 |
| Binary | 10000011 | 1101100 | 10001010 | 101 | 10110 | 0 | 101110 | 100011110 | 1100 | 110000 |
Color Harmonies of #836C8A
Complementary color
Monochromatic Colors of #836C8A
Black with #836C8A
Text Example
Text Example
White with #836C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C8A; }
p { color: rgb(131,108,138); }
H1.HeaderClassName
{
color: #836C8A;
}
.AnyTagClassName
{
color: #836C8A;
}
</style>
background-color css
<style>
a { background-color: #836C8A; }
a { background-color: rgb(131,108,138); }
div.DivClassName
{
background-color: #836C8A;
}
.BgClassName
{
background-color: #836C8A;
}
</style>
border-color css
<style>
span { border-color: #836C8A; }
span { border-color: rgb(131,108,138); }
td.TdClassName
{
border-color: #836C8A;
}
.TagClassName
{
border-color: #836C8A;
}
</style>