Shades of Dark Purple #822384
Tints of Dark Purple #822384
RGB
CMYK
RGB Variations
Color information
#822384 (or 0x822384) is known color: Dark Purple. HEX triplet: 82, 23 and 84. RGB value is (130,35,132). Sum of RGB (Red+Green+Blue) = 130+35+132=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #822384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822384 is #7DDC7B. Grayscale: #4A4A4A. Windows color (decimal): -8248444 or 8659842. OLE color: 8659842.
HSL color Cylindrical-coordinate representation of color #822384: hue angle of 298.76º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822384 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 35 | 132 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.48 |
| HSL | 298.76º | 0.58% | 0.33% | - |
| HSV(B) | 298.76º | 0.73% | 0.52% | - |
| XYZ | 13.97 | 7.61 | 22.56 | - |
| YUV | 74.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 132 | 0.02 | 0.73 | 0 | 0.48 | 298.76 | 0.58 | 0.33 |
| Hex | 82 | 23 | 84 | 2 | 49 | 0 | 30 | 12B | 3A | 21 |
| Octal | 202 | 43 | 204 | 2 | 111 | 0 | 60 | 453 | 72 | 41 |
| Binary | 10000010 | 100011 | 10000100 | 10 | 1001001 | 0 | 110000 | 100101011 | 111010 | 100001 |
Color Harmonies of #822384
Complementary color
Monochromatic Colors of #822384
Black with #822384
Text Example
Text Example
White with #822384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822384; }
p { color: rgb(130,35,132); }
H1.HeaderClassName
{
color: #822384;
}
.AnyTagClassName
{
color: #822384;
}
</style>
background-color css
<style>
a { background-color: #822384; }
a { background-color: rgb(130,35,132); }
div.DivClassName
{
background-color: #822384;
}
.BgClassName
{
background-color: #822384;
}
</style>
border-color css
<style>
span { border-color: #822384; }
span { border-color: rgb(130,35,132); }
td.TdClassName
{
border-color: #822384;
}
.TagClassName
{
border-color: #822384;
}
</style>