Shades of Mamba #816D8B
Tints of Mamba #816D8B
RGB
CMYK
RGB Variations
Color information
#816D8B (or 0x816D8B) is known color: Mamba. HEX triplet: 81, 6D and 8B. RGB value is (129,109,139). Sum of RGB (Red+Green+Blue) = 129+109+139=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #816D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D8B is #7E9274. Grayscale: #767676. Windows color (decimal): -8295029 or 9137537. OLE color: 9137537.
HSL color Cylindrical-coordinate representation of color #816D8B: hue angle of 280º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816D8B is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 109 | 139 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.45 |
| HSL | 280º | 0.12% | 0.49% | - |
| HSV(B) | 280º | 0.22% | 0.55% | - |
| XYZ | 19.18 | 17.47 | 26.79 | - |
| YUV | 118.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 139 | 0.07 | 0.22 | 0 | 0.45 | 280 | 0.12 | 0.49 |
| Hex | 81 | 6D | 8B | 7 | 16 | 0 | 2D | 118 | C | 31 |
| Octal | 201 | 155 | 213 | 7 | 26 | 0 | 55 | 430 | 14 | 61 |
| Binary | 10000001 | 1101101 | 10001011 | 111 | 10110 | 0 | 101101 | 100011000 | 1100 | 110001 |
Color Harmonies of #816D8B
Complementary color
Monochromatic Colors of #816D8B
Black with #816D8B
Text Example
Text Example
White with #816D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D8B; }
p { color: rgb(129,109,139); }
H1.HeaderClassName
{
color: #816D8B;
}
.AnyTagClassName
{
color: #816D8B;
}
</style>
background-color css
<style>
a { background-color: #816D8B; }
a { background-color: rgb(129,109,139); }
div.DivClassName
{
background-color: #816D8B;
}
.BgClassName
{
background-color: #816D8B;
}
</style>
border-color css
<style>
span { border-color: #816D8B; }
span { border-color: rgb(129,109,139); }
td.TdClassName
{
border-color: #816D8B;
}
.TagClassName
{
border-color: #816D8B;
}
</style>