Shades of Dark Purple #822386
Tints of Dark Purple #822386
RGB
CMYK
RGB Variations
Color information
#822386 (or 0x822386) is known color: Dark Purple. HEX triplet: 82, 23 and 86. RGB value is (130,35,134). Sum of RGB (Red+Green+Blue) = 130+35+134=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #822386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822386 is #7DDC79. Grayscale: #4A4A4A. Windows color (decimal): -8248442 or 8790914. OLE color: 8790914.
HSL color Cylindrical-coordinate representation of color #822386: hue angle of 297.58º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822386 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 35 | 134 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.47 |
| HSL | 297.58º | 0.59% | 0.33% | - |
| HSV(B) | 297.58º | 0.74% | 0.53% | - |
| XYZ | 14.11 | 7.67 | 23.29 | - |
| YUV | 74.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 134 | 0.03 | 0.74 | 0 | 0.47 | 297.58 | 0.59 | 0.33 |
| Hex | 82 | 23 | 86 | 3 | 4A | 0 | 2F | 12A | 3B | 21 |
| Octal | 202 | 43 | 206 | 3 | 112 | 0 | 57 | 452 | 73 | 41 |
| Binary | 10000010 | 100011 | 10000110 | 11 | 1001010 | 0 | 101111 | 100101010 | 111011 | 100001 |
Color Harmonies of #822386
Complementary color
Monochromatic Colors of #822386
Black with #822386
Text Example
Text Example
White with #822386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822386; }
p { color: rgb(130,35,134); }
H1.HeaderClassName
{
color: #822386;
}
.AnyTagClassName
{
color: #822386;
}
</style>
background-color css
<style>
a { background-color: #822386; }
a { background-color: rgb(130,35,134); }
div.DivClassName
{
background-color: #822386;
}
.BgClassName
{
background-color: #822386;
}
</style>
border-color css
<style>
span { border-color: #822386; }
span { border-color: rgb(130,35,134); }
td.TdClassName
{
border-color: #822386;
}
.TagClassName
{
border-color: #822386;
}
</style>