Shades of Dark Purple #821E80
Tints of Dark Purple #821E80
RGB
CMYK
RGB Variations
Color information
#821E80 (or 0x821E80) is known color: Dark Purple. HEX triplet: 82, 1E and 80. RGB value is (130,30,128). Sum of RGB (Red+Green+Blue) = 130+30+128=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #821E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E80 is #7DE17F. Grayscale: #464646. Windows color (decimal): -8249728 or 8396418. OLE color: 8396418.
HSL color Cylindrical-coordinate representation of color #821E80: hue angle of 301.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E80 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 128 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.49 |
| HSL | 301.2º | 0.63% | 0.31% | - |
| HSV(B) | 301.2º | 0.77% | 0.51% | - |
| XYZ | 13.57 | 7.23 | 21.1 | - |
| YUV | 71.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 128 | 0 | 0.77 | 0.02 | 0.49 | 301.2 | 0.63 | 0.31 |
| Hex | 82 | 1E | 80 | 0 | 4D | 2 | 31 | 12D | 3E | 1F |
| Octal | 202 | 36 | 200 | 0 | 115 | 2 | 61 | 455 | 76 | 37 |
| Binary | 10000010 | 11110 | 10000000 | 0 | 1001101 | 10 | 110001 | 100101101 | 111110 | 11111 |
Color Harmonies of #821E80
Complementary color
Monochromatic Colors of #821E80
Black with #821E80
Text Example
Text Example
White with #821E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E80; }
p { color: rgb(130,30,128); }
H1.HeaderClassName
{
color: #821E80;
}
.AnyTagClassName
{
color: #821E80;
}
</style>
background-color css
<style>
a { background-color: #821E80; }
a { background-color: rgb(130,30,128); }
div.DivClassName
{
background-color: #821E80;
}
.BgClassName
{
background-color: #821E80;
}
</style>
border-color css
<style>
span { border-color: #821E80; }
span { border-color: rgb(130,30,128); }
td.TdClassName
{
border-color: #821E80;
}
.TagClassName
{
border-color: #821E80;
}
</style>