Shades of Dark Purple #841980
Tints of Dark Purple #841980
RGB
CMYK
RGB Variations
Color information
#841980 (or 0x841980) is known color: Dark Purple. HEX triplet: 84, 19 and 80. RGB value is (132,25,128). Sum of RGB (Red+Green+Blue) = 132+25+128=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841980 is #7BE67F. Grayscale: #444444. Windows color (decimal): -8119936 or 8395140. OLE color: 8395140.
HSL color Cylindrical-coordinate representation of color #841980: hue angle of 302.24º 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 #841980 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 128 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.48 |
| HSL | 302.24º | 0.68% | 0.31% | - |
| HSV(B) | 302.24º | 0.81% | 0.52% | - |
| XYZ | 13.76 | 7.16 | 21.08 | - |
| YUV | 68.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 128 | 0 | 0.81 | 0.03 | 0.48 | 302.24 | 0.68 | 0.31 |
| Hex | 84 | 19 | 80 | 0 | 51 | 3 | 30 | 12E | 44 | 1F |
| Octal | 204 | 31 | 200 | 0 | 121 | 3 | 60 | 456 | 104 | 37 |
| Binary | 10000100 | 11001 | 10000000 | 0 | 1010001 | 11 | 110000 | 100101110 | 1000100 | 11111 |
Color Harmonies of #841980
Complementary color
Monochromatic Colors of #841980
Black with #841980
Text Example
Text Example
White with #841980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841980; }
p { color: rgb(132,25,128); }
H1.HeaderClassName
{
color: #841980;
}
.AnyTagClassName
{
color: #841980;
}
</style>
background-color css
<style>
a { background-color: #841980; }
a { background-color: rgb(132,25,128); }
div.DivClassName
{
background-color: #841980;
}
.BgClassName
{
background-color: #841980;
}
</style>
border-color css
<style>
span { border-color: #841980; }
span { border-color: rgb(132,25,128); }
td.TdClassName
{
border-color: #841980;
}
.TagClassName
{
border-color: #841980;
}
</style>