Shades of Mamba #81698E
Tints of Mamba #81698E
RGB
CMYK
RGB Variations
Color information
#81698E (or 0x81698E) is known color: Mamba. HEX triplet: 81, 69 and 8E. RGB value is (129,105,142). Sum of RGB (Red+Green+Blue) = 129+105+142=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #81698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81698E is #7E9671. Grayscale: #747474. Windows color (decimal): -8296050 or 9333121. OLE color: 9333121.
HSL color Cylindrical-coordinate representation of color #81698E: hue angle of 278.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81698E is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 105 | 142 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.44 |
| HSL | 278.92º | 0.15% | 0.48% | - |
| HSV(B) | 278.92º | 0.26% | 0.56% | - |
| XYZ | 18.99 | 16.72 | 27.82 | - |
| YUV | 116.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 142 | 0.09 | 0.26 | 0 | 0.44 | 278.92 | 0.15 | 0.48 |
| Hex | 81 | 69 | 8E | 9 | 1A | 0 | 2C | 117 | F | 30 |
| Octal | 201 | 151 | 216 | 11 | 32 | 0 | 54 | 427 | 17 | 60 |
| Binary | 10000001 | 1101001 | 10001110 | 1001 | 11010 | 0 | 101100 | 100010111 | 1111 | 110000 |
Color Harmonies of #81698E
Complementary color
Monochromatic Colors of #81698E
Black with #81698E
Text Example
Text Example
White with #81698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81698E; }
p { color: rgb(129,105,142); }
H1.HeaderClassName
{
color: #81698E;
}
.AnyTagClassName
{
color: #81698E;
}
</style>
background-color css
<style>
a { background-color: #81698E; }
a { background-color: rgb(129,105,142); }
div.DivClassName
{
background-color: #81698E;
}
.BgClassName
{
background-color: #81698E;
}
</style>
border-color css
<style>
span { border-color: #81698E; }
span { border-color: rgb(129,105,142); }
td.TdClassName
{
border-color: #81698E;
}
.TagClassName
{
border-color: #81698E;
}
</style>