Shades of Mamba #806691
Tints of Mamba #806691
RGB
CMYK
RGB Variations
Color information
#806691 (or 0x806691) is known color: Mamba. HEX triplet: 80, 66 and 91. RGB value is (128,102,145). Sum of RGB (Red+Green+Blue) = 128+102+145=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #806691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806691 is #7F996E. Grayscale: #727272. Windows color (decimal): -8362351 or 9528960. OLE color: 9528960.
HSL color Cylindrical-coordinate representation of color #806691: hue angle of 276.28º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806691 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 102 | 145 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.43 |
| HSL | 276.28º | 0.17% | 0.48% | - |
| HSV(B) | 276.28º | 0.3% | 0.57% | - |
| XYZ | 18.76 | 16.14 | 28.91 | - |
| YUV | 114.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 145 | 0.12 | 0.30 | 0 | 0.43 | 276.28 | 0.17 | 0.48 |
| Hex | 80 | 66 | 91 | C | 1E | 0 | 2B | 114 | 11 | 30 |
| Octal | 200 | 146 | 221 | 14 | 36 | 0 | 53 | 424 | 21 | 60 |
| Binary | 10000000 | 1100110 | 10010001 | 1100 | 11110 | 0 | 101011 | 100010100 | 10001 | 110000 |
Color Harmonies of #806691
Complementary color
Monochromatic Colors of #806691
Black with #806691
Text Example
Text Example
White with #806691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806691; }
p { color: rgb(128,102,145); }
H1.HeaderClassName
{
color: #806691;
}
.AnyTagClassName
{
color: #806691;
}
</style>
background-color css
<style>
a { background-color: #806691; }
a { background-color: rgb(128,102,145); }
div.DivClassName
{
background-color: #806691;
}
.BgClassName
{
background-color: #806691;
}
</style>
border-color css
<style>
span { border-color: #806691; }
span { border-color: rgb(128,102,145); }
td.TdClassName
{
border-color: #806691;
}
.TagClassName
{
border-color: #806691;
}
</style>