Shades of Mamba #816C8B
Tints of Mamba #816C8B
RGB
CMYK
RGB Variations
Color information
#816C8B (or 0x816C8B) is known color: Mamba. HEX triplet: 81, 6C and 8B. RGB value is (129,108,139). Sum of RGB (Red+Green+Blue) = 129+108+139=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #816C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C8B is #7E9374. Grayscale: #757575. Windows color (decimal): -8295285 or 9137281. OLE color: 9137281.
HSL color Cylindrical-coordinate representation of color #816C8B: hue angle of 280.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816C8B is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 108 | 139 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.45 |
| HSL | 280.65º | 0.13% | 0.48% | - |
| HSV(B) | 280.65º | 0.22% | 0.55% | - |
| XYZ | 19.08 | 17.26 | 26.75 | - |
| YUV | 117.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 139 | 0.07 | 0.22 | 0 | 0.45 | 280.65 | 0.13 | 0.48 |
| Hex | 81 | 6C | 8B | 7 | 16 | 0 | 2D | 119 | D | 30 |
| Octal | 201 | 154 | 213 | 7 | 26 | 0 | 55 | 431 | 15 | 60 |
| Binary | 10000001 | 1101100 | 10001011 | 111 | 10110 | 0 | 101101 | 100011001 | 1101 | 110000 |
Color Harmonies of #816C8B
Complementary color
Monochromatic Colors of #816C8B
Black with #816C8B
Text Example
Text Example
White with #816C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C8B; }
p { color: rgb(129,108,139); }
H1.HeaderClassName
{
color: #816C8B;
}
.AnyTagClassName
{
color: #816C8B;
}
</style>
background-color css
<style>
a { background-color: #816C8B; }
a { background-color: rgb(129,108,139); }
div.DivClassName
{
background-color: #816C8B;
}
.BgClassName
{
background-color: #816C8B;
}
</style>
border-color css
<style>
span { border-color: #816C8B; }
span { border-color: rgb(129,108,139); }
td.TdClassName
{
border-color: #816C8B;
}
.TagClassName
{
border-color: #816C8B;
}
</style>