Shades of Mamba #82658C
Tints of Mamba #82658C
RGB
CMYK
RGB Variations
Color information
#82658C (or 0x82658C) is known color: Mamba. HEX triplet: 82, 65 and 8C. RGB value is (130,101,140). Sum of RGB (Red+Green+Blue) = 130+101+140=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #82658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82658C is #7D9A73. Grayscale: #717171. Windows color (decimal): -8231540 or 9201026. OLE color: 9201026.
HSL color Cylindrical-coordinate representation of color #82658C: hue angle of 284.62º 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 #82658C is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 101 | 140 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.45 |
| HSL | 284.62º | 0.16% | 0.47% | - |
| HSV(B) | 284.62º | 0.28% | 0.55% | - |
| XYZ | 18.59 | 15.95 | 26.91 | - |
| YUV | 114.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 140 | 0.07 | 0.28 | 0 | 0.45 | 284.62 | 0.16 | 0.47 |
| Hex | 82 | 65 | 8C | 7 | 1C | 0 | 2D | 11D | 10 | 2F |
| Octal | 202 | 145 | 214 | 7 | 34 | 0 | 55 | 435 | 20 | 57 |
| Binary | 10000010 | 1100101 | 10001100 | 111 | 11100 | 0 | 101101 | 100011101 | 10000 | 101111 |
Color Harmonies of #82658C
Complementary color
Monochromatic Colors of #82658C
Black with #82658C
Text Example
Text Example
White with #82658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82658C; }
p { color: rgb(130,101,140); }
H1.HeaderClassName
{
color: #82658C;
}
.AnyTagClassName
{
color: #82658C;
}
</style>
background-color css
<style>
a { background-color: #82658C; }
a { background-color: rgb(130,101,140); }
div.DivClassName
{
background-color: #82658C;
}
.BgClassName
{
background-color: #82658C;
}
</style>
border-color css
<style>
span { border-color: #82658C; }
span { border-color: rgb(130,101,140); }
td.TdClassName
{
border-color: #82658C;
}
.TagClassName
{
border-color: #82658C;
}
</style>