Shades of Mamba #80658F
Tints of Mamba #80658F
RGB
CMYK
RGB Variations
Color information
#80658F (or 0x80658F) is known color: Mamba. HEX triplet: 80, 65 and 8F. RGB value is (128,101,143). Sum of RGB (Red+Green+Blue) = 128+101+143=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #80658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80658F is #7F9A70. Grayscale: #717171. Windows color (decimal): -8362609 or 9397632. OLE color: 9397632.
HSL color Cylindrical-coordinate representation of color #80658F: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80658F is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 101 | 143 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.44 |
| HSL | 278.57º | 0.17% | 0.48% | - |
| HSV(B) | 278.57º | 0.29% | 0.56% | - |
| XYZ | 18.51 | 15.88 | 28.08 | - |
| YUV | 113.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 143 | 0.10 | 0.29 | 0 | 0.44 | 278.57 | 0.17 | 0.48 |
| Hex | 80 | 65 | 8F | A | 1D | 0 | 2C | 117 | 11 | 30 |
| Octal | 200 | 145 | 217 | 12 | 35 | 0 | 54 | 427 | 21 | 60 |
| Binary | 10000000 | 1100101 | 10001111 | 1010 | 11101 | 0 | 101100 | 100010111 | 10001 | 110000 |
Color Harmonies of #80658F
Complementary color
Monochromatic Colors of #80658F
Black with #80658F
Text Example
Text Example
White with #80658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80658F; }
p { color: rgb(128,101,143); }
H1.HeaderClassName
{
color: #80658F;
}
.AnyTagClassName
{
color: #80658F;
}
</style>
background-color css
<style>
a { background-color: #80658F; }
a { background-color: rgb(128,101,143); }
div.DivClassName
{
background-color: #80658F;
}
.BgClassName
{
background-color: #80658F;
}
</style>
border-color css
<style>
span { border-color: #80658F; }
span { border-color: rgb(128,101,143); }
td.TdClassName
{
border-color: #80658F;
}
.TagClassName
{
border-color: #80658F;
}
</style>