Shades of Mamba #83648E
Tints of Mamba #83648E
RGB
CMYK
RGB Variations
Color information
#83648E (or 0x83648E) is known color: Mamba. HEX triplet: 83, 64 and 8E. RGB value is (131,100,142). Sum of RGB (Red+Green+Blue) = 131+100+142=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #83648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83648E is #7C9B71. Grayscale: #717171. Windows color (decimal): -8166258 or 9331843. OLE color: 9331843.
HSL color Cylindrical-coordinate representation of color #83648E: hue angle of 284.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83648E is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 100 | 142 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.44 |
| HSL | 284.29º | 0.17% | 0.47% | - |
| HSV(B) | 284.29º | 0.3% | 0.56% | - |
| XYZ | 18.8 | 15.89 | 27.67 | - |
| YUV | 114.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 142 | 0.08 | 0.30 | 0 | 0.44 | 284.29 | 0.17 | 0.47 |
| Hex | 83 | 64 | 8E | 8 | 1E | 0 | 2C | 11C | 11 | 2F |
| Octal | 203 | 144 | 216 | 10 | 36 | 0 | 54 | 434 | 21 | 57 |
| Binary | 10000011 | 1100100 | 10001110 | 1000 | 11110 | 0 | 101100 | 100011100 | 10001 | 101111 |
Color Harmonies of #83648E
Complementary color
Monochromatic Colors of #83648E
Black with #83648E
Text Example
Text Example
White with #83648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83648E; }
p { color: rgb(131,100,142); }
H1.HeaderClassName
{
color: #83648E;
}
.AnyTagClassName
{
color: #83648E;
}
</style>
background-color css
<style>
a { background-color: #83648E; }
a { background-color: rgb(131,100,142); }
div.DivClassName
{
background-color: #83648E;
}
.BgClassName
{
background-color: #83648E;
}
</style>
border-color css
<style>
span { border-color: #83648E; }
span { border-color: rgb(131,100,142); }
td.TdClassName
{
border-color: #83648E;
}
.TagClassName
{
border-color: #83648E;
}
</style>