Shades of Mamba #816593
Tints of Mamba #816593
RGB
CMYK
RGB Variations
Color information
#816593 (or 0x816593) is known color: Mamba. HEX triplet: 81, 65 and 93. RGB value is (129,101,147). Sum of RGB (Red+Green+Blue) = 129+101+147=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #816593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816593 is #7E9A6C. Grayscale: #727272. Windows color (decimal): -8297069 or 9659777. OLE color: 9659777.
HSL color Cylindrical-coordinate representation of color #816593: hue angle of 276.52º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #816593 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 101 | 147 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.42 |
| HSL | 276.52º | 0.19% | 0.49% | - |
| HSV(B) | 276.52º | 0.31% | 0.58% | - |
| XYZ | 18.97 | 16.08 | 29.71 | - |
| YUV | 114.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 147 | 0.12 | 0.31 | 0 | 0.42 | 276.52 | 0.19 | 0.49 |
| Hex | 81 | 65 | 93 | C | 1F | 0 | 2A | 115 | 13 | 31 |
| Octal | 201 | 145 | 223 | 14 | 37 | 0 | 52 | 425 | 23 | 61 |
| Binary | 10000001 | 1100101 | 10010011 | 1100 | 11111 | 0 | 101010 | 100010101 | 10011 | 110001 |
Color Harmonies of #816593
Complementary color
Monochromatic Colors of #816593
Black with #816593
Text Example
Text Example
White with #816593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816593; }
p { color: rgb(129,101,147); }
H1.HeaderClassName
{
color: #816593;
}
.AnyTagClassName
{
color: #816593;
}
</style>
background-color css
<style>
a { background-color: #816593; }
a { background-color: rgb(129,101,147); }
div.DivClassName
{
background-color: #816593;
}
.BgClassName
{
background-color: #816593;
}
</style>
border-color css
<style>
span { border-color: #816593; }
span { border-color: rgb(129,101,147); }
td.TdClassName
{
border-color: #816593;
}
.TagClassName
{
border-color: #816593;
}
</style>