Shades of Dark Purple #842389
Tints of Dark Purple #842389
RGB
CMYK
RGB Variations
Color information
#842389 (or 0x842389) is known color: Dark Purple. HEX triplet: 84, 23 and 89. RGB value is (132,35,137). Sum of RGB (Red+Green+Blue) = 132+35+137=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #842389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842389 is #7BDC76. Grayscale: #4B4B4B. Windows color (decimal): -8117367 or 8987524. OLE color: 8987524.
HSL color Cylindrical-coordinate representation of color #842389: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842389 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 35 | 137 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.46 |
| HSL | 297.06º | 0.59% | 0.34% | - |
| HSV(B) | 297.06º | 0.74% | 0.54% | - |
| XYZ | 14.63 | 7.91 | 24.42 | - |
| YUV | 75.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 137 | 0.04 | 0.74 | 0 | 0.46 | 297.06 | 0.59 | 0.34 |
| Hex | 84 | 23 | 89 | 4 | 4A | 0 | 2E | 129 | 3B | 22 |
| Octal | 204 | 43 | 211 | 4 | 112 | 0 | 56 | 451 | 73 | 42 |
| Binary | 10000100 | 100011 | 10001001 | 100 | 1001010 | 0 | 101110 | 100101001 | 111011 | 100010 |
Color Harmonies of #842389
Complementary color
Monochromatic Colors of #842389
Black with #842389
Text Example
Text Example
White with #842389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842389; }
p { color: rgb(132,35,137); }
H1.HeaderClassName
{
color: #842389;
}
.AnyTagClassName
{
color: #842389;
}
</style>
background-color css
<style>
a { background-color: #842389; }
a { background-color: rgb(132,35,137); }
div.DivClassName
{
background-color: #842389;
}
.BgClassName
{
background-color: #842389;
}
</style>
border-color css
<style>
span { border-color: #842389; }
span { border-color: rgb(132,35,137); }
td.TdClassName
{
border-color: #842389;
}
.TagClassName
{
border-color: #842389;
}
</style>