Shades of Mamba #826693
Tints of Mamba #826693
RGB
CMYK
RGB Variations
Color information
#826693 (or 0x826693) is known color: Mamba. HEX triplet: 82, 66 and 93. RGB value is (130,102,147). Sum of RGB (Red+Green+Blue) = 130+102+147=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #826693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826693 is #7D996C. Grayscale: #737373. Windows color (decimal): -8231277 or 9660034. OLE color: 9660034.
HSL color Cylindrical-coordinate representation of color #826693: hue angle of 277.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826693 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 102 | 147 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.42 |
| HSL | 277.33º | 0.18% | 0.49% | - |
| HSV(B) | 277.33º | 0.31% | 0.58% | - |
| XYZ | 19.22 | 16.36 | 29.75 | - |
| YUV | 115.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 147 | 0.12 | 0.31 | 0 | 0.42 | 277.33 | 0.18 | 0.49 |
| Hex | 82 | 66 | 93 | C | 1F | 0 | 2A | 115 | 12 | 31 |
| Octal | 202 | 146 | 223 | 14 | 37 | 0 | 52 | 425 | 22 | 61 |
| Binary | 10000010 | 1100110 | 10010011 | 1100 | 11111 | 0 | 101010 | 100010101 | 10010 | 110001 |
Color Harmonies of #826693
Complementary color
Monochromatic Colors of #826693
Black with #826693
Text Example
Text Example
White with #826693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826693; }
p { color: rgb(130,102,147); }
H1.HeaderClassName
{
color: #826693;
}
.AnyTagClassName
{
color: #826693;
}
</style>
background-color css
<style>
a { background-color: #826693; }
a { background-color: rgb(130,102,147); }
div.DivClassName
{
background-color: #826693;
}
.BgClassName
{
background-color: #826693;
}
</style>
border-color css
<style>
span { border-color: #826693; }
span { border-color: rgb(130,102,147); }
td.TdClassName
{
border-color: #826693;
}
.TagClassName
{
border-color: #826693;
}
</style>