Shades of Mamba #846990
Tints of Mamba #846990
RGB
CMYK
RGB Variations
Color information
#846990 (or 0x846990) is known color: Mamba. HEX triplet: 84, 69 and 90. RGB value is (132,105,144). Sum of RGB (Red+Green+Blue) = 132+105+144=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #846990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846990 is #7B966F. Grayscale: #757575. Windows color (decimal): -8099440 or 9464196. OLE color: 9464196.
HSL color Cylindrical-coordinate representation of color #846990: hue angle of 281.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846990 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 105 | 144 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.44 |
| HSL | 281.54º | 0.16% | 0.49% | - |
| HSV(B) | 281.54º | 0.27% | 0.56% | - |
| XYZ | 19.6 | 17.02 | 28.64 | - |
| YUV | 117.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 144 | 0.08 | 0.27 | 0 | 0.44 | 281.54 | 0.16 | 0.49 |
| Hex | 84 | 69 | 90 | 8 | 1B | 0 | 2C | 11A | 10 | 31 |
| Octal | 204 | 151 | 220 | 10 | 33 | 0 | 54 | 432 | 20 | 61 |
| Binary | 10000100 | 1101001 | 10010000 | 1000 | 11011 | 0 | 101100 | 100011010 | 10000 | 110001 |
Color Harmonies of #846990
Complementary color
Monochromatic Colors of #846990
Black with #846990
Text Example
Text Example
White with #846990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846990; }
p { color: rgb(132,105,144); }
H1.HeaderClassName
{
color: #846990;
}
.AnyTagClassName
{
color: #846990;
}
</style>
background-color css
<style>
a { background-color: #846990; }
a { background-color: rgb(132,105,144); }
div.DivClassName
{
background-color: #846990;
}
.BgClassName
{
background-color: #846990;
}
</style>
border-color css
<style>
span { border-color: #846990; }
span { border-color: rgb(132,105,144); }
td.TdClassName
{
border-color: #846990;
}
.TagClassName
{
border-color: #846990;
}
</style>