Shades of Dark Purple #822285
Tints of Dark Purple #822285
RGB
CMYK
RGB Variations
Color information
#822285 (or 0x822285) is known color: Dark Purple. HEX triplet: 82, 22 and 85. RGB value is (130,34,133). Sum of RGB (Red+Green+Blue) = 130+34+133=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #822285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822285 is #7DDD7A. Grayscale: #494949. Windows color (decimal): -8248699 or 8725122. OLE color: 8725122.
HSL color Cylindrical-coordinate representation of color #822285: hue angle of 298.18º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822285 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 34 | 133 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.48 |
| HSL | 298.18º | 0.59% | 0.33% | - |
| HSV(B) | 298.18º | 0.74% | 0.52% | - |
| XYZ | 14.01 | 7.58 | 22.92 | - |
| YUV | 73.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 133 | 0.02 | 0.74 | 0 | 0.48 | 298.18 | 0.59 | 0.33 |
| Hex | 82 | 22 | 85 | 2 | 4A | 0 | 30 | 12A | 3B | 21 |
| Octal | 202 | 42 | 205 | 2 | 112 | 0 | 60 | 452 | 73 | 41 |
| Binary | 10000010 | 100010 | 10000101 | 10 | 1001010 | 0 | 110000 | 100101010 | 111011 | 100001 |
Color Harmonies of #822285
Complementary color
Monochromatic Colors of #822285
Black with #822285
Text Example
Text Example
White with #822285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822285; }
p { color: rgb(130,34,133); }
H1.HeaderClassName
{
color: #822285;
}
.AnyTagClassName
{
color: #822285;
}
</style>
background-color css
<style>
a { background-color: #822285; }
a { background-color: rgb(130,34,133); }
div.DivClassName
{
background-color: #822285;
}
.BgClassName
{
background-color: #822285;
}
</style>
border-color css
<style>
span { border-color: #822285; }
span { border-color: rgb(130,34,133); }
td.TdClassName
{
border-color: #822285;
}
.TagClassName
{
border-color: #822285;
}
</style>