Shades of Dark Purple #801982
Tints of Dark Purple #801982
RGB
CMYK
RGB Variations
Color information
#801982 (or 0x801982) is known color: Dark Purple. HEX triplet: 80, 19 and 82. RGB value is (128,25,130). Sum of RGB (Red+Green+Blue) = 128+25+130=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #801982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801982 is #7FE67D. Grayscale: #434343. Windows color (decimal): -8382078 or 8526208. OLE color: 8526208.
HSL color Cylindrical-coordinate representation of color #801982: hue angle of 298.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801982 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 25 | 130 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.49 |
| HSL | 298.86º | 0.68% | 0.3% | - |
| HSV(B) | 298.86º | 0.81% | 0.51% | - |
| XYZ | 13.28 | 6.9 | 21.75 | - |
| YUV | 67.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 130 | 0.02 | 0.81 | 0 | 0.49 | 298.86 | 0.68 | 0.3 |
| Hex | 80 | 19 | 82 | 2 | 51 | 0 | 31 | 12B | 44 | 1E |
| Octal | 200 | 31 | 202 | 2 | 121 | 0 | 61 | 453 | 104 | 36 |
| Binary | 10000000 | 11001 | 10000010 | 10 | 1010001 | 0 | 110001 | 100101011 | 1000100 | 11110 |
Color Harmonies of #801982
Complementary color
Monochromatic Colors of #801982
Black with #801982
Text Example
Text Example
White with #801982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801982; }
p { color: rgb(128,25,130); }
H1.HeaderClassName
{
color: #801982;
}
.AnyTagClassName
{
color: #801982;
}
</style>
background-color css
<style>
a { background-color: #801982; }
a { background-color: rgb(128,25,130); }
div.DivClassName
{
background-color: #801982;
}
.BgClassName
{
background-color: #801982;
}
</style>
border-color css
<style>
span { border-color: #801982; }
span { border-color: rgb(128,25,130); }
td.TdClassName
{
border-color: #801982;
}
.TagClassName
{
border-color: #801982;
}
</style>