Shades of Dark Purple #822082
Tints of Dark Purple #822082
RGB
CMYK
RGB Variations
Color information
#822082 (or 0x822082) is known color: Dark Purple. HEX triplet: 82, 20 and 82. RGB value is (130,32,130). Sum of RGB (Red+Green+Blue) = 130+32+130=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #822082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822082 is #7DDF7D. Grayscale: #484848. Windows color (decimal): -8249214 or 8528002. OLE color: 8528002.
HSL color Cylindrical-coordinate representation of color #822082: hue angle of 300º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822082 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 130 | - |
| CMYK | 0 | 0.75 | 0 | 0.49 |
| HSL | 300º | 0.6% | 0.32% | - |
| HSV(B) | 300º | 0.75% | 0.51% | - |
| XYZ | 13.75 | 7.39 | 21.82 | - |
| YUV | 72.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 130 | 0 | 0.75 | 0 | 0.49 | 300 | 0.6 | 0.32 |
| Hex | 82 | 20 | 82 | 0 | 4B | 0 | 31 | 12C | 3C | 20 |
| Octal | 202 | 40 | 202 | 0 | 113 | 0 | 61 | 454 | 74 | 40 |
| Binary | 10000010 | 100000 | 10000010 | 0 | 1001011 | 0 | 110001 | 100101100 | 111100 | 100000 |
Color Harmonies of #822082
Complementary color
Monochromatic Colors of #822082
Black with #822082
Text Example
Text Example
White with #822082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822082; }
p { color: rgb(130,32,130); }
H1.HeaderClassName
{
color: #822082;
}
.AnyTagClassName
{
color: #822082;
}
</style>
background-color css
<style>
a { background-color: #822082; }
a { background-color: rgb(130,32,130); }
div.DivClassName
{
background-color: #822082;
}
.BgClassName
{
background-color: #822082;
}
</style>
border-color css
<style>
span { border-color: #822082; }
span { border-color: rgb(130,32,130); }
td.TdClassName
{
border-color: #822082;
}
.TagClassName
{
border-color: #822082;
}
</style>