Shades of Dark Purple #842964
Tints of Dark Purple #842964
RGB
CMYK
RGB Variations
Color information
#842964 (or 0x842964) is known color: Dark Purple. HEX triplet: 84, 29 and 64. RGB value is (132,41,100). Sum of RGB (Red+Green+Blue) = 132+41+100=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842964 is #7BD69B. Grayscale: #4A4A4A. Windows color (decimal): -8115868 or 6564228. OLE color: 6564228.
HSL color Cylindrical-coordinate representation of color #842964: hue angle of 321.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842964 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 100 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.48 |
| HSL | 321.1º | 0.53% | 0.34% | - |
| HSV(B) | 321.1º | 0.69% | 0.52% | - |
| XYZ | 12.61 | 7.41 | 12.82 | - |
| YUV | 74.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 100 | 0 | 0.69 | 0.24 | 0.48 | 321.1 | 0.53 | 0.34 |
| Hex | 84 | 29 | 64 | 0 | 45 | 18 | 30 | 141 | 35 | 22 |
| Octal | 204 | 51 | 144 | 0 | 105 | 30 | 60 | 501 | 65 | 42 |
| Binary | 10000100 | 101001 | 1100100 | 0 | 1000101 | 11000 | 110000 | 101000001 | 110101 | 100010 |
Color Harmonies of #842964
Complementary color
Monochromatic Colors of #842964
Black with #842964
Text Example
Text Example
White with #842964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842964; }
p { color: rgb(132,41,100); }
H1.HeaderClassName
{
color: #842964;
}
.AnyTagClassName
{
color: #842964;
}
</style>
background-color css
<style>
a { background-color: #842964; }
a { background-color: rgb(132,41,100); }
div.DivClassName
{
background-color: #842964;
}
.BgClassName
{
background-color: #842964;
}
</style>
border-color css
<style>
span { border-color: #842964; }
span { border-color: rgb(132,41,100); }
td.TdClassName
{
border-color: #842964;
}
.TagClassName
{
border-color: #842964;
}
</style>