Shades of Mamba #826A8D
Tints of Mamba #826A8D
RGB
CMYK
RGB Variations
Color information
#826A8D (or 0x826A8D) is known color: Mamba. HEX triplet: 82, 6A and 8D. RGB value is (130,106,141). Sum of RGB (Red+Green+Blue) = 130+106+141=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #826A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A8D is #7D9572. Grayscale: #757575. Windows color (decimal): -8230259 or 9267842. OLE color: 9267842.
HSL color Cylindrical-coordinate representation of color #826A8D: hue angle of 281.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826A8D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 130 | 106 | 141 | - |
CMYK | 0.08 | 0.25 | 0 | 0.45 |
HSL | 281.14º | 0.14% | 0.48% | - |
HSV(B) | 281.14º | 0.25% | 0.55% | - |
XYZ | 19.17 | 16.98 | 27.47 | - |
YUV | 117.17 | 141.45 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 106 | 141 | 0.08 | 0.25 | 0 | 0.45 | 281.14 | 0.14 | 0.48 |
Hex | 82 | 6A | 8D | 8 | 19 | 0 | 2D | 119 | E | 30 |
Octal | 202 | 152 | 215 | 10 | 31 | 0 | 55 | 431 | 16 | 60 |
Binary | 10000010 | 1101010 | 10001101 | 1000 | 11001 | 0 | 101101 | 100011001 | 1110 | 110000 |
Color Harmonies of #826A8D
Complementary color
Monochromatic Colors of #826A8D
Black with #826A8D
Text Example
Text Example
White with #826A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A8D; }
p { color: rgb(130,106,141); }
H1.HeaderClassName
{
color: #826A8D;
}
.AnyTagClassName
{
color: #826A8D;
}
</style>
background-color css
<style>
a { background-color: #826A8D; }
a { background-color: rgb(130,106,141); }
div.DivClassName
{
background-color: #826A8D;
}
.BgClassName
{
background-color: #826A8D;
}
</style>
border-color css
<style>
span { border-color: #826A8D; }
span { border-color: rgb(130,106,141); }
td.TdClassName
{
border-color: #826A8D;
}
.TagClassName
{
border-color: #826A8D;
}
</style>