Shades of Dark Purple #842E7D
Tints of Dark Purple #842E7D
RGB
CMYK
RGB Variations
Color information
#842E7D (or 0x842E7D) is known color: Dark Purple. HEX triplet: 84, 2E and 7D. RGB value is (132,46,125). Sum of RGB (Red+Green+Blue) = 132+46+125=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #842E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E7D is #7BD182. Grayscale: #505050. Windows color (decimal): -8114563 or 8203908. OLE color: 8203908.
HSL color Cylindrical-coordinate representation of color #842E7D: hue angle of 304.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E7D is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 125 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.48 |
| HSL | 304.88º | 0.48% | 0.35% | - |
| HSV(B) | 304.88º | 0.65% | 0.52% | - |
| XYZ | 14.19 | 8.34 | 20.26 | - |
| YUV | 80.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 125 | 0 | 0.65 | 0.05 | 0.48 | 304.88 | 0.48 | 0.35 |
| Hex | 84 | 2E | 7D | 0 | 41 | 5 | 30 | 131 | 30 | 23 |
| Octal | 204 | 56 | 175 | 0 | 101 | 5 | 60 | 461 | 60 | 43 |
| Binary | 10000100 | 101110 | 1111101 | 0 | 1000001 | 101 | 110000 | 100110001 | 110000 | 100011 |
Color Harmonies of #842E7D
Complementary color
Monochromatic Colors of #842E7D
Black with #842E7D
Text Example
Text Example
White with #842E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E7D; }
p { color: rgb(132,46,125); }
H1.HeaderClassName
{
color: #842E7D;
}
.AnyTagClassName
{
color: #842E7D;
}
</style>
background-color css
<style>
a { background-color: #842E7D; }
a { background-color: rgb(132,46,125); }
div.DivClassName
{
background-color: #842E7D;
}
.BgClassName
{
background-color: #842E7D;
}
</style>
border-color css
<style>
span { border-color: #842E7D; }
span { border-color: rgb(132,46,125); }
td.TdClassName
{
border-color: #842E7D;
}
.TagClassName
{
border-color: #842E7D;
}
</style>