Shades of Dark Purple #822083
Tints of Dark Purple #822083
RGB
CMYK
RGB Variations
Color information
#822083 (or 0x822083) is known color: Dark Purple. HEX triplet: 82, 20 and 83. RGB value is (130,32,131). Sum of RGB (Red+Green+Blue) = 130+32+131=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #822083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822083 is #7DDF7C. Grayscale: #484848. Windows color (decimal): -8249213 or 8593538. OLE color: 8593538.
HSL color Cylindrical-coordinate representation of color #822083: hue angle of 299.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822083 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 131 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.49 |
| HSL | 299.39º | 0.61% | 0.32% | - |
| HSV(B) | 299.39º | 0.76% | 0.51% | - |
| XYZ | 13.82 | 7.42 | 22.18 | - |
| YUV | 72.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 131 | 0.01 | 0.76 | 0 | 0.49 | 299.39 | 0.61 | 0.32 |
| Hex | 82 | 20 | 83 | 1 | 4C | 0 | 31 | 12B | 3D | 20 |
| Octal | 202 | 40 | 203 | 1 | 114 | 0 | 61 | 453 | 75 | 40 |
| Binary | 10000010 | 100000 | 10000011 | 1 | 1001100 | 0 | 110001 | 100101011 | 111101 | 100000 |
Color Harmonies of #822083
Complementary color
Monochromatic Colors of #822083
Black with #822083
Text Example
Text Example
White with #822083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822083; }
p { color: rgb(130,32,131); }
H1.HeaderClassName
{
color: #822083;
}
.AnyTagClassName
{
color: #822083;
}
</style>
background-color css
<style>
a { background-color: #822083; }
a { background-color: rgb(130,32,131); }
div.DivClassName
{
background-color: #822083;
}
.BgClassName
{
background-color: #822083;
}
</style>
border-color css
<style>
span { border-color: #822083; }
span { border-color: rgb(130,32,131); }
td.TdClassName
{
border-color: #822083;
}
.TagClassName
{
border-color: #822083;
}
</style>