Shades of Purple #821586
Tints of Purple #821586
RGB
CMYK
RGB Variations
Color information
#821586 (or 0x821586) is known color: Purple. HEX triplet: 82, 15 and 86. RGB value is (130,21,134). Sum of RGB (Red+Green+Blue) = 130+21+134=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #821586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821586 is #7DEA79. Grayscale: #424242. Windows color (decimal): -8252026 or 8787330. OLE color: 8787330.
HSL color Cylindrical-coordinate representation of color #821586: hue angle of 297.88º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821586 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 21 | 134 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.47 |
| HSL | 297.88º | 0.73% | 0.3% | - |
| HSV(B) | 297.88º | 0.84% | 0.53% | - |
| XYZ | 13.78 | 7 | 23.18 | - |
| YUV | 66.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 134 | 0.03 | 0.84 | 0 | 0.47 | 297.88 | 0.73 | 0.3 |
| Hex | 82 | 15 | 86 | 3 | 54 | 0 | 2F | 12A | 49 | 1E |
| Octal | 202 | 25 | 206 | 3 | 124 | 0 | 57 | 452 | 111 | 36 |
| Binary | 10000010 | 10101 | 10000110 | 11 | 1010100 | 0 | 101111 | 100101010 | 1001001 | 11110 |
Color Harmonies of #821586
Complementary color
Monochromatic Colors of #821586
Black with #821586
Text Example
Text Example
White with #821586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821586; }
p { color: rgb(130,21,134); }
H1.HeaderClassName
{
color: #821586;
}
.AnyTagClassName
{
color: #821586;
}
</style>
background-color css
<style>
a { background-color: #821586; }
a { background-color: rgb(130,21,134); }
div.DivClassName
{
background-color: #821586;
}
.BgClassName
{
background-color: #821586;
}
</style>
border-color css
<style>
span { border-color: #821586; }
span { border-color: rgb(130,21,134); }
td.TdClassName
{
border-color: #821586;
}
.TagClassName
{
border-color: #821586;
}
</style>