Shades of Purple #821284
Tints of Purple #821284
RGB
CMYK
RGB Variations
Color information
#821284 (or 0x821284) is known color: Purple. HEX triplet: 82, 12 and 84. RGB value is (130,18,132). Sum of RGB (Red+Green+Blue) = 130+18+132=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #821284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821284 is #7DED7B. Grayscale: #404040. Windows color (decimal): -8252796 or 8655490. OLE color: 8655490.
HSL color Cylindrical-coordinate representation of color #821284: hue angle of 298.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821284 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 18 | 132 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.48 |
| HSL | 298.95º | 0.76% | 0.29% | - |
| HSV(B) | 298.95º | 0.86% | 0.52% | - |
| XYZ | 13.59 | 6.84 | 22.43 | - |
| YUV | 64.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 132 | 0.02 | 0.86 | 0 | 0.48 | 298.95 | 0.76 | 0.29 |
| Hex | 82 | 12 | 84 | 2 | 56 | 0 | 30 | 12B | 4C | 1D |
| Octal | 202 | 22 | 204 | 2 | 126 | 0 | 60 | 453 | 114 | 35 |
| Binary | 10000010 | 10010 | 10000100 | 10 | 1010110 | 0 | 110000 | 100101011 | 1001100 | 11101 |
Color Harmonies of #821284
Complementary color
Monochromatic Colors of #821284
Black with #821284
Text Example
Text Example
White with #821284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821284; }
p { color: rgb(130,18,132); }
H1.HeaderClassName
{
color: #821284;
}
.AnyTagClassName
{
color: #821284;
}
</style>
background-color css
<style>
a { background-color: #821284; }
a { background-color: rgb(130,18,132); }
div.DivClassName
{
background-color: #821284;
}
.BgClassName
{
background-color: #821284;
}
</style>
border-color css
<style>
span { border-color: #821284; }
span { border-color: rgb(130,18,132); }
td.TdClassName
{
border-color: #821284;
}
.TagClassName
{
border-color: #821284;
}
</style>