Shades of Mamba #836B8D
Tints of Mamba #836B8D
RGB
CMYK
RGB Variations
Color information
#836B8D (or 0x836B8D) is known color: Mamba. HEX triplet: 83, 6B and 8D. RGB value is (131,107,141). Sum of RGB (Red+Green+Blue) = 131+107+141=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #836B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B8D is #7C9472. Grayscale: #757575. Windows color (decimal): -8164467 or 9268099. OLE color: 9268099.
HSL color Cylindrical-coordinate representation of color #836B8D: hue angle of 282.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836B8D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 107 | 141 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.45 |
| HSL | 282.35º | 0.14% | 0.49% | - |
| HSV(B) | 282.35º | 0.24% | 0.55% | - |
| XYZ | 19.43 | 17.26 | 27.51 | - |
| YUV | 118.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 141 | 0.07 | 0.24 | 0 | 0.45 | 282.35 | 0.14 | 0.49 |
| Hex | 83 | 6B | 8D | 7 | 18 | 0 | 2D | 11A | E | 31 |
| Octal | 203 | 153 | 215 | 7 | 30 | 0 | 55 | 432 | 16 | 61 |
| Binary | 10000011 | 1101011 | 10001101 | 111 | 11000 | 0 | 101101 | 100011010 | 1110 | 110001 |
Color Harmonies of #836B8D
Complementary color
Monochromatic Colors of #836B8D
Black with #836B8D
Text Example
Text Example
White with #836B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B8D; }
p { color: rgb(131,107,141); }
H1.HeaderClassName
{
color: #836B8D;
}
.AnyTagClassName
{
color: #836B8D;
}
</style>
background-color css
<style>
a { background-color: #836B8D; }
a { background-color: rgb(131,107,141); }
div.DivClassName
{
background-color: #836B8D;
}
.BgClassName
{
background-color: #836B8D;
}
</style>
border-color css
<style>
span { border-color: #836B8D; }
span { border-color: rgb(131,107,141); }
td.TdClassName
{
border-color: #836B8D;
}
.TagClassName
{
border-color: #836B8D;
}
</style>