Shades of Purple #820D80
Tints of Purple #820D80
RGB
CMYK
RGB Variations
Color information
#820D80 (or 0x820D80) is known color: Purple. HEX triplet: 82, 0D and 80. RGB value is (130,13,128). Sum of RGB (Red+Green+Blue) = 130+13+128=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #820D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D80 is #7DF27F. Grayscale: #3C3C3C. Windows color (decimal): -8254080 or 8392066. OLE color: 8392066.
HSL color Cylindrical-coordinate representation of color #820D80: hue angle of 301.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D80 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 128 | - |
| CMYK | 0 | 0.9 | 0.02 | 0.49 |
| HSL | 301.03º | 0.82% | 0.28% | - |
| HSV(B) | 301.03º | 0.9% | 0.51% | - |
| XYZ | 13.25 | 6.59 | 21 | - |
| YUV | 61.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 128 | 0 | 0.9 | 0.02 | 0.49 | 301.03 | 0.82 | 0.28 |
| Hex | 82 | D | 80 | 0 | 5A | 2 | 31 | 12D | 52 | 1C |
| Octal | 202 | 15 | 200 | 0 | 132 | 2 | 61 | 455 | 122 | 34 |
| Binary | 10000010 | 1101 | 10000000 | 0 | 1011010 | 10 | 110001 | 100101101 | 1010010 | 11100 |
Color Harmonies of #820D80
Complementary color
Monochromatic Colors of #820D80
Black with #820D80
Text Example
Text Example
White with #820D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D80; }
p { color: rgb(130,13,128); }
H1.HeaderClassName
{
color: #820D80;
}
.AnyTagClassName
{
color: #820D80;
}
</style>
background-color css
<style>
a { background-color: #820D80; }
a { background-color: rgb(130,13,128); }
div.DivClassName
{
background-color: #820D80;
}
.BgClassName
{
background-color: #820D80;
}
</style>
border-color css
<style>
span { border-color: #820D80; }
span { border-color: rgb(130,13,128); }
td.TdClassName
{
border-color: #820D80;
}
.TagClassName
{
border-color: #820D80;
}
</style>