Shades of Mamba #81658C
Tints of Mamba #81658C
RGB
CMYK
RGB Variations
Color information
#81658C (or 0x81658C) is known color: Mamba. HEX triplet: 81, 65 and 8C. RGB value is (129,101,140). Sum of RGB (Red+Green+Blue) = 129+101+140=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #81658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81658C is #7E9A73. Grayscale: #717171. Windows color (decimal): -8297076 or 9201025. OLE color: 9201025.
HSL color Cylindrical-coordinate representation of color #81658C: hue angle of 283.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81658C is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 101 | 140 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.45 |
| HSL | 283.08º | 0.16% | 0.47% | - |
| HSV(B) | 283.08º | 0.28% | 0.55% | - |
| XYZ | 18.44 | 15.87 | 26.9 | - |
| YUV | 113.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 140 | 0.08 | 0.28 | 0 | 0.45 | 283.08 | 0.16 | 0.47 |
| Hex | 81 | 65 | 8C | 8 | 1C | 0 | 2D | 11B | 10 | 2F |
| Octal | 201 | 145 | 214 | 10 | 34 | 0 | 55 | 433 | 20 | 57 |
| Binary | 10000001 | 1100101 | 10001100 | 1000 | 11100 | 0 | 101101 | 100011011 | 10000 | 101111 |
Color Harmonies of #81658C
Complementary color
Monochromatic Colors of #81658C
Black with #81658C
Text Example
Text Example
White with #81658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81658C; }
p { color: rgb(129,101,140); }
H1.HeaderClassName
{
color: #81658C;
}
.AnyTagClassName
{
color: #81658C;
}
</style>
background-color css
<style>
a { background-color: #81658C; }
a { background-color: rgb(129,101,140); }
div.DivClassName
{
background-color: #81658C;
}
.BgClassName
{
background-color: #81658C;
}
</style>
border-color css
<style>
span { border-color: #81658C; }
span { border-color: rgb(129,101,140); }
td.TdClassName
{
border-color: #81658C;
}
.TagClassName
{
border-color: #81658C;
}
</style>