Shades of Dark Purple #822682
Tints of Dark Purple #822682
RGB
CMYK
RGB Variations
Color information
#822682 (or 0x822682) is known color: Dark Purple. HEX triplet: 82, 26 and 82. RGB value is (130,38,130). Sum of RGB (Red+Green+Blue) = 130+38+130=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #822682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822682 is #7DD97D. Grayscale: #4B4B4B. Windows color (decimal): -8247678 or 8529538. OLE color: 8529538.
HSL color Cylindrical-coordinate representation of color #822682: hue angle of 300º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822682 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 130 | - |
| CMYK | 0 | 0.71 | 0 | 0.49 |
| HSL | 300º | 0.55% | 0.33% | - |
| HSV(B) | 300º | 0.71% | 0.51% | - |
| XYZ | 13.93 | 7.74 | 21.88 | - |
| YUV | 76 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 130 | 0 | 0.71 | 0 | 0.49 | 300 | 0.55 | 0.33 |
| Hex | 82 | 26 | 82 | 0 | 47 | 0 | 31 | 12C | 37 | 21 |
| Octal | 202 | 46 | 202 | 0 | 107 | 0 | 61 | 454 | 67 | 41 |
| Binary | 10000010 | 100110 | 10000010 | 0 | 1000111 | 0 | 110001 | 100101100 | 110111 | 100001 |
Color Harmonies of #822682
Complementary color
Monochromatic Colors of #822682
Black with #822682
Text Example
Text Example
White with #822682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822682; }
p { color: rgb(130,38,130); }
H1.HeaderClassName
{
color: #822682;
}
.AnyTagClassName
{
color: #822682;
}
</style>
background-color css
<style>
a { background-color: #822682; }
a { background-color: rgb(130,38,130); }
div.DivClassName
{
background-color: #822682;
}
.BgClassName
{
background-color: #822682;
}
</style>
border-color css
<style>
span { border-color: #822682; }
span { border-color: rgb(130,38,130); }
td.TdClassName
{
border-color: #822682;
}
.TagClassName
{
border-color: #822682;
}
</style>