Shades of Dark Purple #822087
Tints of Dark Purple #822087
RGB
CMYK
RGB Variations
Color information
#822087 (or 0x822087) is known color: Dark Purple. HEX triplet: 82, 20 and 87. RGB value is (130,32,135). Sum of RGB (Red+Green+Blue) = 130+32+135=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #822087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822087 is #7DDF78. Grayscale: #484848. Windows color (decimal): -8249209 or 8855682. OLE color: 8855682.
HSL color Cylindrical-coordinate representation of color #822087: hue angle of 297.09º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822087 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 32 | 135 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.47 |
| HSL | 297.09º | 0.62% | 0.33% | - |
| HSV(B) | 297.09º | 0.76% | 0.53% | - |
| XYZ | 14.1 | 7.53 | 23.63 | - |
| YUV | 73.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 135 | 0.04 | 0.76 | 0 | 0.47 | 297.09 | 0.62 | 0.33 |
| Hex | 82 | 20 | 87 | 4 | 4C | 0 | 2F | 129 | 3E | 21 |
| Octal | 202 | 40 | 207 | 4 | 114 | 0 | 57 | 451 | 76 | 41 |
| Binary | 10000010 | 100000 | 10000111 | 100 | 1001100 | 0 | 101111 | 100101001 | 111110 | 100001 |
Color Harmonies of #822087
Complementary color
Monochromatic Colors of #822087
Black with #822087
Text Example
Text Example
White with #822087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822087; }
p { color: rgb(130,32,135); }
H1.HeaderClassName
{
color: #822087;
}
.AnyTagClassName
{
color: #822087;
}
</style>
background-color css
<style>
a { background-color: #822087; }
a { background-color: rgb(130,32,135); }
div.DivClassName
{
background-color: #822087;
}
.BgClassName
{
background-color: #822087;
}
</style>
border-color css
<style>
span { border-color: #822087; }
span { border-color: rgb(130,32,135); }
td.TdClassName
{
border-color: #822087;
}
.TagClassName
{
border-color: #822087;
}
</style>