Shades of Dark Purple #822184
Tints of Dark Purple #822184
RGB
CMYK
RGB Variations
Color information
#822184 (or 0x822184) is known color: Dark Purple. HEX triplet: 82, 21 and 84. RGB value is (130,33,132). Sum of RGB (Red+Green+Blue) = 130+33+132=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #822184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822184 is #7DDE7B. Grayscale: #484848. Windows color (decimal): -8248956 or 8659330. OLE color: 8659330.
HSL color Cylindrical-coordinate representation of color #822184: hue angle of 298.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822184 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 33 | 132 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.48 |
| HSL | 298.79º | 0.6% | 0.32% | - |
| HSV(B) | 298.79º | 0.75% | 0.52% | - |
| XYZ | 13.91 | 7.5 | 22.54 | - |
| YUV | 73.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 132 | 0.02 | 0.75 | 0 | 0.48 | 298.79 | 0.6 | 0.32 |
| Hex | 82 | 21 | 84 | 2 | 4B | 0 | 30 | 12B | 3C | 20 |
| Octal | 202 | 41 | 204 | 2 | 113 | 0 | 60 | 453 | 74 | 40 |
| Binary | 10000010 | 100001 | 10000100 | 10 | 1001011 | 0 | 110000 | 100101011 | 111100 | 100000 |
Color Harmonies of #822184
Complementary color
Monochromatic Colors of #822184
Black with #822184
Text Example
Text Example
White with #822184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822184; }
p { color: rgb(130,33,132); }
H1.HeaderClassName
{
color: #822184;
}
.AnyTagClassName
{
color: #822184;
}
</style>
background-color css
<style>
a { background-color: #822184; }
a { background-color: rgb(130,33,132); }
div.DivClassName
{
background-color: #822184;
}
.BgClassName
{
background-color: #822184;
}
</style>
border-color css
<style>
span { border-color: #822184; }
span { border-color: rgb(130,33,132); }
td.TdClassName
{
border-color: #822184;
}
.TagClassName
{
border-color: #822184;
}
</style>