Shades of Mamba #806A8B
Tints of Mamba #806A8B
RGB
CMYK
RGB Variations
Color information
#806A8B (or 0x806A8B) is known color: Mamba. HEX triplet: 80, 6A and 8B. RGB value is (128,106,139). Sum of RGB (Red+Green+Blue) = 128+106+139=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #806A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A8B is #7F9574. Grayscale: #747474. Windows color (decimal): -8361333 or 9136768. OLE color: 9136768.
HSL color Cylindrical-coordinate representation of color #806A8B: hue angle of 280º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806A8B is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 106 | 139 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.45 |
| HSL | 280º | 0.13% | 0.48% | - |
| HSV(B) | 280º | 0.24% | 0.55% | - |
| XYZ | 18.72 | 16.76 | 26.67 | - |
| YUV | 116.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 139 | 0.08 | 0.24 | 0 | 0.45 | 280 | 0.13 | 0.48 |
| Hex | 80 | 6A | 8B | 8 | 18 | 0 | 2D | 118 | D | 30 |
| Octal | 200 | 152 | 213 | 10 | 30 | 0 | 55 | 430 | 15 | 60 |
| Binary | 10000000 | 1101010 | 10001011 | 1000 | 11000 | 0 | 101101 | 100011000 | 1101 | 110000 |
Color Harmonies of #806A8B
Complementary color
Monochromatic Colors of #806A8B
Black with #806A8B
Text Example
Text Example
White with #806A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A8B; }
p { color: rgb(128,106,139); }
H1.HeaderClassName
{
color: #806A8B;
}
.AnyTagClassName
{
color: #806A8B;
}
</style>
background-color css
<style>
a { background-color: #806A8B; }
a { background-color: rgb(128,106,139); }
div.DivClassName
{
background-color: #806A8B;
}
.BgClassName
{
background-color: #806A8B;
}
</style>
border-color css
<style>
span { border-color: #806A8B; }
span { border-color: rgb(128,106,139); }
td.TdClassName
{
border-color: #806A8B;
}
.TagClassName
{
border-color: #806A8B;
}
</style>