Shades of Dark Purple #841984
Tints of Dark Purple #841984
RGB
CMYK
RGB Variations
Color information
#841984 (or 0x841984) is known color: Dark Purple. HEX triplet: 84, 19 and 84. RGB value is (132,25,132). Sum of RGB (Red+Green+Blue) = 132+25+132=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #841984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841984 is #7BE67B. Grayscale: #444444. Windows color (decimal): -8119932 or 8657284. OLE color: 8657284.
HSL color Cylindrical-coordinate representation of color #841984: hue angle of 300º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841984 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 132 | - |
| CMYK | 0 | 0.81 | 0 | 0.48 |
| HSL | 300º | 0.68% | 0.31% | - |
| HSV(B) | 300º | 0.81% | 0.52% | - |
| XYZ | 14.03 | 7.27 | 22.49 | - |
| YUV | 69.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 132 | 0 | 0.81 | 0 | 0.48 | 300 | 0.68 | 0.31 |
| Hex | 84 | 19 | 84 | 0 | 51 | 0 | 30 | 12C | 44 | 1F |
| Octal | 204 | 31 | 204 | 0 | 121 | 0 | 60 | 454 | 104 | 37 |
| Binary | 10000100 | 11001 | 10000100 | 0 | 1010001 | 0 | 110000 | 100101100 | 1000100 | 11111 |
Color Harmonies of #841984
Complementary color
Monochromatic Colors of #841984
Black with #841984
Text Example
Text Example
White with #841984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841984; }
p { color: rgb(132,25,132); }
H1.HeaderClassName
{
color: #841984;
}
.AnyTagClassName
{
color: #841984;
}
</style>
background-color css
<style>
a { background-color: #841984; }
a { background-color: rgb(132,25,132); }
div.DivClassName
{
background-color: #841984;
}
.BgClassName
{
background-color: #841984;
}
</style>
border-color css
<style>
span { border-color: #841984; }
span { border-color: rgb(132,25,132); }
td.TdClassName
{
border-color: #841984;
}
.TagClassName
{
border-color: #841984;
}
</style>