Shades of Mamba #836A8D
Tints of Mamba #836A8D
RGB
CMYK
RGB Variations
Color information
#836A8D (or 0x836A8D) is known color: Mamba. HEX triplet: 83, 6A and 8D. RGB value is (131,106,141). Sum of RGB (Red+Green+Blue) = 131+106+141=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #836A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A8D is #7C9572. Grayscale: #757575. Windows color (decimal): -8164723 or 9267843. OLE color: 9267843.
HSL color Cylindrical-coordinate representation of color #836A8D: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836A8D is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 106 | 141 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.45 |
| HSL | 282.86º | 0.14% | 0.48% | - |
| HSV(B) | 282.86º | 0.25% | 0.55% | - |
| XYZ | 19.32 | 17.06 | 27.47 | - |
| YUV | 117.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 141 | 0.07 | 0.25 | 0 | 0.45 | 282.86 | 0.14 | 0.48 |
| Hex | 83 | 6A | 8D | 7 | 19 | 0 | 2D | 11B | E | 30 |
| Octal | 203 | 152 | 215 | 7 | 31 | 0 | 55 | 433 | 16 | 60 |
| Binary | 10000011 | 1101010 | 10001101 | 111 | 11001 | 0 | 101101 | 100011011 | 1110 | 110000 |
Color Harmonies of #836A8D
Complementary color
Monochromatic Colors of #836A8D
Black with #836A8D
Text Example
Text Example
White with #836A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A8D; }
p { color: rgb(131,106,141); }
H1.HeaderClassName
{
color: #836A8D;
}
.AnyTagClassName
{
color: #836A8D;
}
</style>
background-color css
<style>
a { background-color: #836A8D; }
a { background-color: rgb(131,106,141); }
div.DivClassName
{
background-color: #836A8D;
}
.BgClassName
{
background-color: #836A8D;
}
</style>
border-color css
<style>
span { border-color: #836A8D; }
span { border-color: rgb(131,106,141); }
td.TdClassName
{
border-color: #836A8D;
}
.TagClassName
{
border-color: #836A8D;
}
</style>