Shades of Mamba #816A8D
Tints of Mamba #816A8D
RGB
CMYK
RGB Variations
Color information
#816A8D (or 0x816A8D) is known color: Mamba. HEX triplet: 81, 6A and 8D. RGB value is (129,106,141). Sum of RGB (Red+Green+Blue) = 129+106+141=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #816A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A8D is #7E9572. Grayscale: #747474. Windows color (decimal): -8295795 or 9267841. OLE color: 9267841.
HSL color Cylindrical-coordinate representation of color #816A8D: hue angle of 279.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816A8D is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 106 | 141 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.45 |
| HSL | 279.43º | 0.14% | 0.48% | - |
| HSV(B) | 279.43º | 0.25% | 0.55% | - |
| XYZ | 19.02 | 16.9 | 27.46 | - |
| YUV | 116.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 141 | 0.09 | 0.25 | 0 | 0.45 | 279.43 | 0.14 | 0.48 |
| Hex | 81 | 6A | 8D | 9 | 19 | 0 | 2D | 117 | E | 30 |
| Octal | 201 | 152 | 215 | 11 | 31 | 0 | 55 | 427 | 16 | 60 |
| Binary | 10000001 | 1101010 | 10001101 | 1001 | 11001 | 0 | 101101 | 100010111 | 1110 | 110000 |
Color Harmonies of #816A8D
Complementary color
Monochromatic Colors of #816A8D
Black with #816A8D
Text Example
Text Example
White with #816A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A8D; }
p { color: rgb(129,106,141); }
H1.HeaderClassName
{
color: #816A8D;
}
.AnyTagClassName
{
color: #816A8D;
}
</style>
background-color css
<style>
a { background-color: #816A8D; }
a { background-color: rgb(129,106,141); }
div.DivClassName
{
background-color: #816A8D;
}
.BgClassName
{
background-color: #816A8D;
}
</style>
border-color css
<style>
span { border-color: #816A8D; }
span { border-color: rgb(129,106,141); }
td.TdClassName
{
border-color: #816A8D;
}
.TagClassName
{
border-color: #816A8D;
}
</style>