Shades of Mamba #816C8D
Tints of Mamba #816C8D
RGB
CMYK
RGB Variations
Color information
#816C8D (or 0x816C8D) is known color: Mamba. HEX triplet: 81, 6C and 8D. RGB value is (129,108,141). Sum of RGB (Red+Green+Blue) = 129+108+141=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #816C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C8D is #7E9372. Grayscale: #757575. Windows color (decimal): -8295283 or 9268353. OLE color: 9268353.
HSL color Cylindrical-coordinate representation of color #816C8D: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816C8D is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 108 | 141 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.45 |
| HSL | 278.18º | 0.13% | 0.49% | - |
| HSV(B) | 278.18º | 0.23% | 0.55% | - |
| XYZ | 19.22 | 17.32 | 27.53 | - |
| YUV | 118.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 141 | 0.09 | 0.23 | 0 | 0.45 | 278.18 | 0.13 | 0.49 |
| Hex | 81 | 6C | 8D | 9 | 17 | 0 | 2D | 116 | D | 31 |
| Octal | 201 | 154 | 215 | 11 | 27 | 0 | 55 | 426 | 15 | 61 |
| Binary | 10000001 | 1101100 | 10001101 | 1001 | 10111 | 0 | 101101 | 100010110 | 1101 | 110001 |
Color Harmonies of #816C8D
Complementary color
Monochromatic Colors of #816C8D
Black with #816C8D
Text Example
Text Example
White with #816C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C8D; }
p { color: rgb(129,108,141); }
H1.HeaderClassName
{
color: #816C8D;
}
.AnyTagClassName
{
color: #816C8D;
}
</style>
background-color css
<style>
a { background-color: #816C8D; }
a { background-color: rgb(129,108,141); }
div.DivClassName
{
background-color: #816C8D;
}
.BgClassName
{
background-color: #816C8D;
}
</style>
border-color css
<style>
span { border-color: #816C8D; }
span { border-color: rgb(129,108,141); }
td.TdClassName
{
border-color: #816C8D;
}
.TagClassName
{
border-color: #816C8D;
}
</style>