Shades of Mamba #816E8C
Tints of Mamba #816E8C
RGB
CMYK
RGB Variations
Color information
#816E8C (or 0x816E8C) is known color: Mamba. HEX triplet: 81, 6E and 8C. RGB value is (129,110,140). Sum of RGB (Red+Green+Blue) = 129+110+140=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #816E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816E8C is #7E9173. Grayscale: #777777. Windows color (decimal): -8294772 or 9203329. OLE color: 9203329.
HSL color Cylindrical-coordinate representation of color #816E8C: hue angle of 278º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816E8C is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 110 | 140 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.45 |
| HSL | 278º | 0.12% | 0.49% | - |
| HSV(B) | 278º | 0.21% | 0.55% | - |
| XYZ | 19.36 | 17.71 | 27.21 | - |
| YUV | 119.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 140 | 0.08 | 0.21 | 0 | 0.45 | 278 | 0.12 | 0.49 |
| Hex | 81 | 6E | 8C | 8 | 15 | 0 | 2D | 116 | C | 31 |
| Octal | 201 | 156 | 214 | 10 | 25 | 0 | 55 | 426 | 14 | 61 |
| Binary | 10000001 | 1101110 | 10001100 | 1000 | 10101 | 0 | 101101 | 100010110 | 1100 | 110001 |
Color Harmonies of #816E8C
Complementary color
Monochromatic Colors of #816E8C
Black with #816E8C
Text Example
Text Example
White with #816E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E8C; }
p { color: rgb(129,110,140); }
H1.HeaderClassName
{
color: #816E8C;
}
.AnyTagClassName
{
color: #816E8C;
}
</style>
background-color css
<style>
a { background-color: #816E8C; }
a { background-color: rgb(129,110,140); }
div.DivClassName
{
background-color: #816E8C;
}
.BgClassName
{
background-color: #816E8C;
}
</style>
border-color css
<style>
span { border-color: #816E8C; }
span { border-color: rgb(129,110,140); }
td.TdClassName
{
border-color: #816E8C;
}
.TagClassName
{
border-color: #816E8C;
}
</style>