Shades of Mamba #816A8B
Tints of Mamba #816A8B
RGB
CMYK
RGB Variations
Color information
#816A8B (or 0x816A8B) is known color: Mamba. HEX triplet: 81, 6A and 8B. RGB value is (129,106,139). Sum of RGB (Red+Green+Blue) = 129+106+139=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #816A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A8B is #7E9574. Grayscale: #747474. Windows color (decimal): -8295797 or 9136769. OLE color: 9136769.
HSL color Cylindrical-coordinate representation of color #816A8B: hue angle of 281.82º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816A8B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 129 | 106 | 139 | - |
CMYK | 0.07 | 0.24 | 0 | 0.45 |
HSL | 281.82º | 0.13% | 0.48% | - |
HSV(B) | 281.82º | 0.24% | 0.55% | - |
XYZ | 18.87 | 16.84 | 26.68 | - |
YUV | 116.64 | 140.62 | 136.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 106 | 139 | 0.07 | 0.24 | 0 | 0.45 | 281.82 | 0.13 | 0.48 |
Hex | 81 | 6A | 8B | 7 | 18 | 0 | 2D | 11A | D | 30 |
Octal | 201 | 152 | 213 | 7 | 30 | 0 | 55 | 432 | 15 | 60 |
Binary | 10000001 | 1101010 | 10001011 | 111 | 11000 | 0 | 101101 | 100011010 | 1101 | 110000 |
Color Harmonies of #816A8B
Complementary color
Monochromatic Colors of #816A8B
Black with #816A8B
Text Example
Text Example
White with #816A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A8B; }
p { color: rgb(129,106,139); }
H1.HeaderClassName
{
color: #816A8B;
}
.AnyTagClassName
{
color: #816A8B;
}
</style>
background-color css
<style>
a { background-color: #816A8B; }
a { background-color: rgb(129,106,139); }
div.DivClassName
{
background-color: #816A8B;
}
.BgClassName
{
background-color: #816A8B;
}
</style>
border-color css
<style>
span { border-color: #816A8B; }
span { border-color: rgb(129,106,139); }
td.TdClassName
{
border-color: #816A8B;
}
.TagClassName
{
border-color: #816A8B;
}
</style>