Shades of Mamba #806C8E
Tints of Mamba #806C8E
RGB
CMYK
RGB Variations
Color information
#806C8E (or 0x806C8E) is known color: Mamba. HEX triplet: 80, 6C and 8E. RGB value is (128,108,142). Sum of RGB (Red+Green+Blue) = 128+108+142=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #806C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C8E is #7F9371. Grayscale: #757575. Windows color (decimal): -8360818 or 9333888. OLE color: 9333888.
HSL color Cylindrical-coordinate representation of color #806C8E: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806C8E is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 108 | 142 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.44 |
| HSL | 275.29º | 0.14% | 0.49% | - |
| HSV(B) | 275.29º | 0.24% | 0.56% | - |
| XYZ | 19.15 | 17.27 | 27.91 | - |
| YUV | 117.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 142 | 0.10 | 0.24 | 0 | 0.44 | 275.29 | 0.14 | 0.49 |
| Hex | 80 | 6C | 8E | A | 18 | 0 | 2C | 113 | E | 31 |
| Octal | 200 | 154 | 216 | 12 | 30 | 0 | 54 | 423 | 16 | 61 |
| Binary | 10000000 | 1101100 | 10001110 | 1010 | 11000 | 0 | 101100 | 100010011 | 1110 | 110001 |
Color Harmonies of #806C8E
Complementary color
Monochromatic Colors of #806C8E
Black with #806C8E
Text Example
Text Example
White with #806C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C8E; }
p { color: rgb(128,108,142); }
H1.HeaderClassName
{
color: #806C8E;
}
.AnyTagClassName
{
color: #806C8E;
}
</style>
background-color css
<style>
a { background-color: #806C8E; }
a { background-color: rgb(128,108,142); }
div.DivClassName
{
background-color: #806C8E;
}
.BgClassName
{
background-color: #806C8E;
}
</style>
border-color css
<style>
span { border-color: #806C8E; }
span { border-color: rgb(128,108,142); }
td.TdClassName
{
border-color: #806C8E;
}
.TagClassName
{
border-color: #806C8E;
}
</style>