Shades of Mamba #81658B
Tints of Mamba #81658B
RGB
CMYK
RGB Variations
Color information
#81658B (or 0x81658B) is known color: Mamba. HEX triplet: 81, 65 and 8B. RGB value is (129,101,139). Sum of RGB (Red+Green+Blue) = 129+101+139=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #81658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81658B is #7E9A74. Grayscale: #717171. Windows color (decimal): -8297077 or 9135489. OLE color: 9135489.
HSL color Cylindrical-coordinate representation of color #81658B: hue angle of 284.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81658B is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 101 | 139 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.45 |
| HSL | 284.21º | 0.16% | 0.47% | - |
| HSV(B) | 284.21º | 0.27% | 0.55% | - |
| XYZ | 18.37 | 15.84 | 26.52 | - |
| YUV | 113.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 139 | 0.07 | 0.27 | 0 | 0.45 | 284.21 | 0.16 | 0.47 |
| Hex | 81 | 65 | 8B | 7 | 1B | 0 | 2D | 11C | 10 | 2F |
| Octal | 201 | 145 | 213 | 7 | 33 | 0 | 55 | 434 | 20 | 57 |
| Binary | 10000001 | 1100101 | 10001011 | 111 | 11011 | 0 | 101101 | 100011100 | 10000 | 101111 |
Color Harmonies of #81658B
Complementary color
Monochromatic Colors of #81658B
Black with #81658B
Text Example
Text Example
White with #81658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81658B; }
p { color: rgb(129,101,139); }
H1.HeaderClassName
{
color: #81658B;
}
.AnyTagClassName
{
color: #81658B;
}
</style>
background-color css
<style>
a { background-color: #81658B; }
a { background-color: rgb(129,101,139); }
div.DivClassName
{
background-color: #81658B;
}
.BgClassName
{
background-color: #81658B;
}
</style>
border-color css
<style>
span { border-color: #81658B; }
span { border-color: rgb(129,101,139); }
td.TdClassName
{
border-color: #81658B;
}
.TagClassName
{
border-color: #81658B;
}
</style>