Shades of Dark Purple #822863
Tints of Dark Purple #822863
RGB
CMYK
RGB Variations
Color information
#822863 (or 0x822863) is known color: Dark Purple. HEX triplet: 82, 28 and 63. RGB value is (130,40,99). Sum of RGB (Red+Green+Blue) = 130+40+99=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822863 is #7DD79C. Grayscale: #494949. Windows color (decimal): -8247197 or 6498434. OLE color: 6498434.
HSL color Cylindrical-coordinate representation of color #822863: hue angle of 320.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822863 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 99 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.49 |
| HSL | 320.67º | 0.53% | 0.33% | - |
| HSV(B) | 320.67º | 0.69% | 0.51% | - |
| XYZ | 12.22 | 7.16 | 12.54 | - |
| YUV | 73.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 99 | 0 | 0.69 | 0.24 | 0.49 | 320.67 | 0.53 | 0.33 |
| Hex | 82 | 28 | 63 | 0 | 45 | 18 | 31 | 141 | 35 | 21 |
| Octal | 202 | 50 | 143 | 0 | 105 | 30 | 61 | 501 | 65 | 41 |
| Binary | 10000010 | 101000 | 1100011 | 0 | 1000101 | 11000 | 110001 | 101000001 | 110101 | 100001 |
Color Harmonies of #822863
Complementary color
Monochromatic Colors of #822863
Black with #822863
Text Example
Text Example
White with #822863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822863; }
p { color: rgb(130,40,99); }
H1.HeaderClassName
{
color: #822863;
}
.AnyTagClassName
{
color: #822863;
}
</style>
background-color css
<style>
a { background-color: #822863; }
a { background-color: rgb(130,40,99); }
div.DivClassName
{
background-color: #822863;
}
.BgClassName
{
background-color: #822863;
}
</style>
border-color css
<style>
span { border-color: #822863; }
span { border-color: rgb(130,40,99); }
td.TdClassName
{
border-color: #822863;
}
.TagClassName
{
border-color: #822863;
}
</style>