Shades of Mamba #836A8E
Tints of Mamba #836A8E
RGB
CMYK
RGB Variations
Color information
#836A8E (or 0x836A8E) is known color: Mamba. HEX triplet: 83, 6A and 8E. RGB value is (131,106,142). Sum of RGB (Red+Green+Blue) = 131+106+142=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #836A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A8E is #7C9571. Grayscale: #757575. Windows color (decimal): -8164722 or 9333379. OLE color: 9333379.
HSL color Cylindrical-coordinate representation of color #836A8E: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836A8E is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 106 | 142 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.44 |
| HSL | 281.67º | 0.15% | 0.49% | - |
| HSV(B) | 281.67º | 0.25% | 0.56% | - |
| XYZ | 19.4 | 17.09 | 27.87 | - |
| YUV | 117.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 142 | 0.08 | 0.25 | 0 | 0.44 | 281.67 | 0.15 | 0.49 |
| Hex | 83 | 6A | 8E | 8 | 19 | 0 | 2C | 11A | F | 31 |
| Octal | 203 | 152 | 216 | 10 | 31 | 0 | 54 | 432 | 17 | 61 |
| Binary | 10000011 | 1101010 | 10001110 | 1000 | 11001 | 0 | 101100 | 100011010 | 1111 | 110001 |
Color Harmonies of #836A8E
Complementary color
Monochromatic Colors of #836A8E
Black with #836A8E
Text Example
Text Example
White with #836A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A8E; }
p { color: rgb(131,106,142); }
H1.HeaderClassName
{
color: #836A8E;
}
.AnyTagClassName
{
color: #836A8E;
}
</style>
background-color css
<style>
a { background-color: #836A8E; }
a { background-color: rgb(131,106,142); }
div.DivClassName
{
background-color: #836A8E;
}
.BgClassName
{
background-color: #836A8E;
}
</style>
border-color css
<style>
span { border-color: #836A8E; }
span { border-color: rgb(131,106,142); }
td.TdClassName
{
border-color: #836A8E;
}
.TagClassName
{
border-color: #836A8E;
}
</style>