Shades of Mamba #80658B
Tints of Mamba #80658B
RGB
CMYK
RGB Variations
Color information
#80658B (or 0x80658B) is known color: Mamba. HEX triplet: 80, 65 and 8B. RGB value is (128,101,139). Sum of RGB (Red+Green+Blue) = 128+101+139=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #80658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80658B is #7F9A74. Grayscale: #717171. Windows color (decimal): -8362613 or 9135488. OLE color: 9135488.
HSL color Cylindrical-coordinate representation of color #80658B: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80658B is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 101 | 139 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.45 |
| HSL | 282.63º | 0.16% | 0.47% | - |
| HSV(B) | 282.63º | 0.27% | 0.55% | - |
| XYZ | 18.22 | 15.76 | 26.51 | - |
| YUV | 113.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 139 | 0.08 | 0.27 | 0 | 0.45 | 282.63 | 0.16 | 0.47 |
| Hex | 80 | 65 | 8B | 8 | 1B | 0 | 2D | 11B | 10 | 2F |
| Octal | 200 | 145 | 213 | 10 | 33 | 0 | 55 | 433 | 20 | 57 |
| Binary | 10000000 | 1100101 | 10001011 | 1000 | 11011 | 0 | 101101 | 100011011 | 10000 | 101111 |
Color Harmonies of #80658B
Complementary color
Monochromatic Colors of #80658B
Black with #80658B
Text Example
Text Example
White with #80658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80658B; }
p { color: rgb(128,101,139); }
H1.HeaderClassName
{
color: #80658B;
}
.AnyTagClassName
{
color: #80658B;
}
</style>
background-color css
<style>
a { background-color: #80658B; }
a { background-color: rgb(128,101,139); }
div.DivClassName
{
background-color: #80658B;
}
.BgClassName
{
background-color: #80658B;
}
</style>
border-color css
<style>
span { border-color: #80658B; }
span { border-color: rgb(128,101,139); }
td.TdClassName
{
border-color: #80658B;
}
.TagClassName
{
border-color: #80658B;
}
</style>