Shades of Mamba #846591
Tints of Mamba #846591
RGB
CMYK
RGB Variations
Color information
#846591 (or 0x846591) is known color: Mamba. HEX triplet: 84, 65 and 91. RGB value is (132,101,145). Sum of RGB (Red+Green+Blue) = 132+101+145=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #846591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846591 is #7B9A6E. Grayscale: #737373. Windows color (decimal): -8100463 or 9528708. OLE color: 9528708.
HSL color Cylindrical-coordinate representation of color #846591: hue angle of 282.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846591 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 101 | 145 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.43 |
| HSL | 282.27º | 0.18% | 0.48% | - |
| HSV(B) | 282.27º | 0.3% | 0.57% | - |
| XYZ | 19.28 | 16.26 | 28.91 | - |
| YUV | 115.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 145 | 0.09 | 0.30 | 0 | 0.43 | 282.27 | 0.18 | 0.48 |
| Hex | 84 | 65 | 91 | 9 | 1E | 0 | 2B | 11A | 12 | 30 |
| Octal | 204 | 145 | 221 | 11 | 36 | 0 | 53 | 432 | 22 | 60 |
| Binary | 10000100 | 1100101 | 10010001 | 1001 | 11110 | 0 | 101011 | 100011010 | 10010 | 110000 |
Color Harmonies of #846591
Complementary color
Monochromatic Colors of #846591
Black with #846591
Text Example
Text Example
White with #846591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846591; }
p { color: rgb(132,101,145); }
H1.HeaderClassName
{
color: #846591;
}
.AnyTagClassName
{
color: #846591;
}
</style>
background-color css
<style>
a { background-color: #846591; }
a { background-color: rgb(132,101,145); }
div.DivClassName
{
background-color: #846591;
}
.BgClassName
{
background-color: #846591;
}
</style>
border-color css
<style>
span { border-color: #846591; }
span { border-color: rgb(132,101,145); }
td.TdClassName
{
border-color: #846591;
}
.TagClassName
{
border-color: #846591;
}
</style>