Shades of Purple #820884
Tints of Purple #820884
RGB
CMYK
RGB Variations
Color information
#820884 (or 0x820884) is known color: Purple. HEX triplet: 82, 08 and 84. RGB value is (130,8,132). Sum of RGB (Red+Green+Blue) = 130+8+132=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #820884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820884 is #7DF77B. Grayscale: #3A3A3A. Windows color (decimal): -8255356 or 8652930. OLE color: 8652930.
HSL color Cylindrical-coordinate representation of color #820884: hue angle of 299.03º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820884 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 8 | 132 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.48 |
| HSL | 299.03º | 0.89% | 0.27% | - |
| HSV(B) | 299.03º | 0.94% | 0.52% | - |
| XYZ | 13.46 | 6.59 | 22.39 | - |
| YUV | 58.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 132 | 0.02 | 0.94 | 0 | 0.48 | 299.03 | 0.89 | 0.27 |
| Hex | 82 | 8 | 84 | 2 | 5E | 0 | 30 | 12B | 59 | 1B |
| Octal | 202 | 10 | 204 | 2 | 136 | 0 | 60 | 453 | 131 | 33 |
| Binary | 10000010 | 1000 | 10000100 | 10 | 1011110 | 0 | 110000 | 100101011 | 1011001 | 11011 |
Color Harmonies of #820884
Complementary color
Monochromatic Colors of #820884
Black with #820884
Text Example
Text Example
White with #820884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820884; }
p { color: rgb(130,8,132); }
H1.HeaderClassName
{
color: #820884;
}
.AnyTagClassName
{
color: #820884;
}
</style>
background-color css
<style>
a { background-color: #820884; }
a { background-color: rgb(130,8,132); }
div.DivClassName
{
background-color: #820884;
}
.BgClassName
{
background-color: #820884;
}
</style>
border-color css
<style>
span { border-color: #820884; }
span { border-color: rgb(130,8,132); }
td.TdClassName
{
border-color: #820884;
}
.TagClassName
{
border-color: #820884;
}
</style>