Shades of Mamba #816888
Tints of Mamba #816888
RGB
CMYK
RGB Variations
Color information
#816888 (or 0x816888) is known color: Mamba. HEX triplet: 81, 68 and 88. RGB value is (129,104,136). Sum of RGB (Red+Green+Blue) = 129+104+136=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #816888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816888 is #7E9777. Grayscale: #737373. Windows color (decimal): -8296312 or 8939649. OLE color: 8939649.
HSL color Cylindrical-coordinate representation of color #816888: hue angle of 286.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816888 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 104 | 136 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.47 |
| HSL | 286.88º | 0.13% | 0.47% | - |
| HSV(B) | 286.88º | 0.24% | 0.53% | - |
| XYZ | 18.45 | 16.35 | 25.48 | - |
| YUV | 115.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 136 | 0.05 | 0.24 | 0 | 0.47 | 286.88 | 0.13 | 0.47 |
| Hex | 81 | 68 | 88 | 5 | 18 | 0 | 2F | 11F | D | 2F |
| Octal | 201 | 150 | 210 | 5 | 30 | 0 | 57 | 437 | 15 | 57 |
| Binary | 10000001 | 1101000 | 10001000 | 101 | 11000 | 0 | 101111 | 100011111 | 1101 | 101111 |
Color Harmonies of #816888
Complementary color
Monochromatic Colors of #816888
Black with #816888
Text Example
Text Example
White with #816888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816888; }
p { color: rgb(129,104,136); }
H1.HeaderClassName
{
color: #816888;
}
.AnyTagClassName
{
color: #816888;
}
</style>
background-color css
<style>
a { background-color: #816888; }
a { background-color: rgb(129,104,136); }
div.DivClassName
{
background-color: #816888;
}
.BgClassName
{
background-color: #816888;
}
</style>
border-color css
<style>
span { border-color: #816888; }
span { border-color: rgb(129,104,136); }
td.TdClassName
{
border-color: #816888;
}
.TagClassName
{
border-color: #816888;
}
</style>