Shades of Mamba #80648D
Tints of Mamba #80648D
RGB
CMYK
RGB Variations
Color information
#80648D (or 0x80648D) is known color: Mamba. HEX triplet: 80, 64 and 8D. RGB value is (128,100,141). Sum of RGB (Red+Green+Blue) = 128+100+141=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #80648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80648D is #7F9B72. Grayscale: #707070. Windows color (decimal): -8362867 or 9266304. OLE color: 9266304.
HSL color Cylindrical-coordinate representation of color #80648D: hue angle of 280.98º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80648D is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 100 | 141 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.45 |
| HSL | 280.98º | 0.17% | 0.47% | - |
| HSV(B) | 280.98º | 0.29% | 0.55% | - |
| XYZ | 18.27 | 15.63 | 27.25 | - |
| YUV | 113.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 141 | 0.09 | 0.29 | 0 | 0.45 | 280.98 | 0.17 | 0.47 |
| Hex | 80 | 64 | 8D | 9 | 1D | 0 | 2D | 119 | 11 | 2F |
| Octal | 200 | 144 | 215 | 11 | 35 | 0 | 55 | 431 | 21 | 57 |
| Binary | 10000000 | 1100100 | 10001101 | 1001 | 11101 | 0 | 101101 | 100011001 | 10001 | 101111 |
Color Harmonies of #80648D
Complementary color
Monochromatic Colors of #80648D
Black with #80648D
Text Example
Text Example
White with #80648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80648D; }
p { color: rgb(128,100,141); }
H1.HeaderClassName
{
color: #80648D;
}
.AnyTagClassName
{
color: #80648D;
}
</style>
background-color css
<style>
a { background-color: #80648D; }
a { background-color: rgb(128,100,141); }
div.DivClassName
{
background-color: #80648D;
}
.BgClassName
{
background-color: #80648D;
}
</style>
border-color css
<style>
span { border-color: #80648D; }
span { border-color: rgb(128,100,141); }
td.TdClassName
{
border-color: #80648D;
}
.TagClassName
{
border-color: #80648D;
}
</style>