Shades of Dark Purple #841E80
Tints of Dark Purple #841E80
RGB
CMYK
RGB Variations
Color information
#841E80 (or 0x841E80) is known color: Dark Purple. HEX triplet: 84, 1E and 80. RGB value is (132,30,128). Sum of RGB (Red+Green+Blue) = 132+30+128=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #841E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E80 is #7BE17F. Grayscale: #474747. Windows color (decimal): -8118656 or 8396420. OLE color: 8396420.
HSL color Cylindrical-coordinate representation of color #841E80: hue angle of 302.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E80 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 128 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.48 |
| HSL | 302.35º | 0.63% | 0.32% | - |
| HSV(B) | 302.35º | 0.77% | 0.52% | - |
| XYZ | 13.88 | 7.39 | 21.12 | - |
| YUV | 71.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 128 | 0 | 0.77 | 0.03 | 0.48 | 302.35 | 0.63 | 0.32 |
| Hex | 84 | 1E | 80 | 0 | 4D | 3 | 30 | 12E | 3F | 20 |
| Octal | 204 | 36 | 200 | 0 | 115 | 3 | 60 | 456 | 77 | 40 |
| Binary | 10000100 | 11110 | 10000000 | 0 | 1001101 | 11 | 110000 | 100101110 | 111111 | 100000 |
Color Harmonies of #841E80
Complementary color
Monochromatic Colors of #841E80
Black with #841E80
Text Example
Text Example
White with #841E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E80; }
p { color: rgb(132,30,128); }
H1.HeaderClassName
{
color: #841E80;
}
.AnyTagClassName
{
color: #841E80;
}
</style>
background-color css
<style>
a { background-color: #841E80; }
a { background-color: rgb(132,30,128); }
div.DivClassName
{
background-color: #841E80;
}
.BgClassName
{
background-color: #841E80;
}
</style>
border-color css
<style>
span { border-color: #841E80; }
span { border-color: rgb(132,30,128); }
td.TdClassName
{
border-color: #841E80;
}
.TagClassName
{
border-color: #841E80;
}
</style>