Shades of Dark Purple #842881
Tints of Dark Purple #842881
RGB
CMYK
RGB Variations
Color information
#842881 (or 0x842881) is known color: Dark Purple. HEX triplet: 84, 28 and 81. RGB value is (132,40,129). Sum of RGB (Red+Green+Blue) = 132+40+129=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842881 is #7BD77E. Grayscale: #4D4D4D. Windows color (decimal): -8116095 or 8464516. OLE color: 8464516.
HSL color Cylindrical-coordinate representation of color #842881: hue angle of 301.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842881 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 129 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.48 |
| HSL | 301.96º | 0.53% | 0.34% | - |
| HSV(B) | 301.96º | 0.7% | 0.52% | - |
| XYZ | 14.24 | 8.01 | 21.56 | - |
| YUV | 77.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 129 | 0 | 0.70 | 0.02 | 0.48 | 301.96 | 0.53 | 0.34 |
| Hex | 84 | 28 | 81 | 0 | 46 | 2 | 30 | 12E | 35 | 22 |
| Octal | 204 | 50 | 201 | 0 | 106 | 2 | 60 | 456 | 65 | 42 |
| Binary | 10000100 | 101000 | 10000001 | 0 | 1000110 | 10 | 110000 | 100101110 | 110101 | 100010 |
Color Harmonies of #842881
Complementary color
Monochromatic Colors of #842881
Black with #842881
Text Example
Text Example
White with #842881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842881; }
p { color: rgb(132,40,129); }
H1.HeaderClassName
{
color: #842881;
}
.AnyTagClassName
{
color: #842881;
}
</style>
background-color css
<style>
a { background-color: #842881; }
a { background-color: rgb(132,40,129); }
div.DivClassName
{
background-color: #842881;
}
.BgClassName
{
background-color: #842881;
}
</style>
border-color css
<style>
span { border-color: #842881; }
span { border-color: rgb(132,40,129); }
td.TdClassName
{
border-color: #842881;
}
.TagClassName
{
border-color: #842881;
}
</style>