Shades of Dark Purple #821A87
Tints of Dark Purple #821A87
RGB
CMYK
RGB Variations
Color information
#821A87 (or 0x821A87) is known color: Dark Purple. HEX triplet: 82, 1A and 87. RGB value is (130,26,135). Sum of RGB (Red+Green+Blue) = 130+26+135=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #821A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A87 is #7DE578. Grayscale: #454545. Windows color (decimal): -8250745 or 8854146. OLE color: 8854146.
HSL color Cylindrical-coordinate representation of color #821A87: hue angle of 297.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821A87 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 26 | 135 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.47 |
| HSL | 297.25º | 0.68% | 0.32% | - |
| HSV(B) | 297.25º | 0.81% | 0.53% | - |
| XYZ | 13.95 | 7.23 | 23.58 | - |
| YUV | 69.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 135 | 0.04 | 0.81 | 0 | 0.47 | 297.25 | 0.68 | 0.32 |
| Hex | 82 | 1A | 87 | 4 | 51 | 0 | 2F | 129 | 44 | 20 |
| Octal | 202 | 32 | 207 | 4 | 121 | 0 | 57 | 451 | 104 | 40 |
| Binary | 10000010 | 11010 | 10000111 | 100 | 1010001 | 0 | 101111 | 100101001 | 1000100 | 100000 |
Color Harmonies of #821A87
Complementary color
Monochromatic Colors of #821A87
Black with #821A87
Text Example
Text Example
White with #821A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A87; }
p { color: rgb(130,26,135); }
H1.HeaderClassName
{
color: #821A87;
}
.AnyTagClassName
{
color: #821A87;
}
</style>
background-color css
<style>
a { background-color: #821A87; }
a { background-color: rgb(130,26,135); }
div.DivClassName
{
background-color: #821A87;
}
.BgClassName
{
background-color: #821A87;
}
</style>
border-color css
<style>
span { border-color: #821A87; }
span { border-color: rgb(130,26,135); }
td.TdClassName
{
border-color: #821A87;
}
.TagClassName
{
border-color: #821A87;
}
</style>