Shades of Purple #820A80
Tints of Purple #820A80
RGB
CMYK
RGB Variations
Color information
#820A80 (or 0x820A80) is known color: Purple. HEX triplet: 82, 0A and 80. RGB value is (130,10,128). Sum of RGB (Red+Green+Blue) = 130+10+128=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #820A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A80 is #7DF57F. Grayscale: #3A3A3A. Windows color (decimal): -8254848 or 8391298. OLE color: 8391298.
HSL color Cylindrical-coordinate representation of color #820A80: hue angle of 301º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A80 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 128 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.49 |
| HSL | 301º | 0.86% | 0.27% | - |
| HSV(B) | 301º | 0.92% | 0.51% | - |
| XYZ | 13.21 | 6.52 | 20.98 | - |
| YUV | 59.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 128 | 0 | 0.92 | 0.02 | 0.49 | 301 | 0.86 | 0.27 |
| Hex | 82 | A | 80 | 0 | 5C | 2 | 31 | 12D | 56 | 1B |
| Octal | 202 | 12 | 200 | 0 | 134 | 2 | 61 | 455 | 126 | 33 |
| Binary | 10000010 | 1010 | 10000000 | 0 | 1011100 | 10 | 110001 | 100101101 | 1010110 | 11011 |
Color Harmonies of #820A80
Complementary color
Monochromatic Colors of #820A80
Black with #820A80
Text Example
Text Example
White with #820A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A80; }
p { color: rgb(130,10,128); }
H1.HeaderClassName
{
color: #820A80;
}
.AnyTagClassName
{
color: #820A80;
}
</style>
background-color css
<style>
a { background-color: #820A80; }
a { background-color: rgb(130,10,128); }
div.DivClassName
{
background-color: #820A80;
}
.BgClassName
{
background-color: #820A80;
}
</style>
border-color css
<style>
span { border-color: #820A80; }
span { border-color: rgb(130,10,128); }
td.TdClassName
{
border-color: #820A80;
}
.TagClassName
{
border-color: #820A80;
}
</style>