Shades of Dark Purple #821A80
Tints of Dark Purple #821A80
RGB
CMYK
RGB Variations
Color information
#821A80 (or 0x821A80) is known color: Dark Purple. HEX triplet: 82, 1A and 80. RGB value is (130,26,128). Sum of RGB (Red+Green+Blue) = 130+26+128=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #821A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A80 is #7DE57F. Grayscale: #444444. Windows color (decimal): -8250752 or 8395394. OLE color: 8395394.
HSL color Cylindrical-coordinate representation of color #821A80: hue angle of 301.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A80 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 128 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.49 |
| HSL | 301.15º | 0.67% | 0.31% | - |
| HSV(B) | 301.15º | 0.8% | 0.51% | - |
| XYZ | 13.47 | 7.04 | 21.07 | - |
| YUV | 68.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 128 | 0 | 0.8 | 0.02 | 0.49 | 301.15 | 0.67 | 0.31 |
| Hex | 82 | 1A | 80 | 0 | 50 | 2 | 31 | 12D | 43 | 1F |
| Octal | 202 | 32 | 200 | 0 | 120 | 2 | 61 | 455 | 103 | 37 |
| Binary | 10000010 | 11010 | 10000000 | 0 | 1010000 | 10 | 110001 | 100101101 | 1000011 | 11111 |
Color Harmonies of #821A80
Complementary color
Monochromatic Colors of #821A80
Black with #821A80
Text Example
Text Example
White with #821A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A80; }
p { color: rgb(130,26,128); }
H1.HeaderClassName
{
color: #821A80;
}
.AnyTagClassName
{
color: #821A80;
}
</style>
background-color css
<style>
a { background-color: #821A80; }
a { background-color: rgb(130,26,128); }
div.DivClassName
{
background-color: #821A80;
}
.BgClassName
{
background-color: #821A80;
}
</style>
border-color css
<style>
span { border-color: #821A80; }
span { border-color: rgb(130,26,128); }
td.TdClassName
{
border-color: #821A80;
}
.TagClassName
{
border-color: #821A80;
}
</style>