Shades of Purple #820F84
Tints of Purple #820F84
RGB
CMYK
RGB Variations
Color information
#820F84 (or 0x820F84) is known color: Purple. HEX triplet: 82, 0F and 84. RGB value is (130,15,132). Sum of RGB (Red+Green+Blue) = 130+15+132=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #820F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F84 is #7DF07B. Grayscale: #3E3E3E. Windows color (decimal): -8253564 or 8654722. OLE color: 8654722.
HSL color Cylindrical-coordinate representation of color #820F84: hue angle of 298.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F84 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 15 | 132 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.48 |
| HSL | 298.97º | 0.8% | 0.29% | - |
| HSV(B) | 298.97º | 0.89% | 0.52% | - |
| XYZ | 13.54 | 6.75 | 22.42 | - |
| YUV | 62.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 132 | 0.02 | 0.89 | 0 | 0.48 | 298.97 | 0.8 | 0.29 |
| Hex | 82 | F | 84 | 2 | 59 | 0 | 30 | 12B | 50 | 1D |
| Octal | 202 | 17 | 204 | 2 | 131 | 0 | 60 | 453 | 120 | 35 |
| Binary | 10000010 | 1111 | 10000100 | 10 | 1011001 | 0 | 110000 | 100101011 | 1010000 | 11101 |
Color Harmonies of #820F84
Complementary color
Monochromatic Colors of #820F84
Black with #820F84
Text Example
Text Example
White with #820F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F84; }
p { color: rgb(130,15,132); }
H1.HeaderClassName
{
color: #820F84;
}
.AnyTagClassName
{
color: #820F84;
}
</style>
background-color css
<style>
a { background-color: #820F84; }
a { background-color: rgb(130,15,132); }
div.DivClassName
{
background-color: #820F84;
}
.BgClassName
{
background-color: #820F84;
}
</style>
border-color css
<style>
span { border-color: #820F84; }
span { border-color: rgb(130,15,132); }
td.TdClassName
{
border-color: #820F84;
}
.TagClassName
{
border-color: #820F84;
}
</style>