Shades of Dark Purple #841E81
Tints of Dark Purple #841E81
RGB
CMYK
RGB Variations
Color information
#841E81 (or 0x841E81) is known color: Dark Purple. HEX triplet: 84, 1E and 81. RGB value is (132,30,129). Sum of RGB (Red+Green+Blue) = 132+30+129=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #841E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E81 is #7BE17E. Grayscale: #474747. Windows color (decimal): -8118655 or 8461956. OLE color: 8461956.
HSL color Cylindrical-coordinate representation of color #841E81: hue angle of 301.76º 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 #841E81 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 129 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.48 |
| HSL | 301.76º | 0.63% | 0.32% | - |
| HSV(B) | 301.76º | 0.77% | 0.52% | - |
| XYZ | 13.94 | 7.42 | 21.47 | - |
| YUV | 71.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 129 | 0 | 0.77 | 0.02 | 0.48 | 301.76 | 0.63 | 0.32 |
| Hex | 84 | 1E | 81 | 0 | 4D | 2 | 30 | 12E | 3F | 20 |
| Octal | 204 | 36 | 201 | 0 | 115 | 2 | 60 | 456 | 77 | 40 |
| Binary | 10000100 | 11110 | 10000001 | 0 | 1001101 | 10 | 110000 | 100101110 | 111111 | 100000 |
Color Harmonies of #841E81
Complementary color
Monochromatic Colors of #841E81
Black with #841E81
Text Example
Text Example
White with #841E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E81; }
p { color: rgb(132,30,129); }
H1.HeaderClassName
{
color: #841E81;
}
.AnyTagClassName
{
color: #841E81;
}
</style>
background-color css
<style>
a { background-color: #841E81; }
a { background-color: rgb(132,30,129); }
div.DivClassName
{
background-color: #841E81;
}
.BgClassName
{
background-color: #841E81;
}
</style>
border-color css
<style>
span { border-color: #841E81; }
span { border-color: rgb(132,30,129); }
td.TdClassName
{
border-color: #841E81;
}
.TagClassName
{
border-color: #841E81;
}
</style>