Shades of Purple #820F87
Tints of Purple #820F87
RGB
CMYK
RGB Variations
Color information
#820F87 (or 0x820F87) is known color: Purple. HEX triplet: 82, 0F and 87. RGB value is (130,15,135). Sum of RGB (Red+Green+Blue) = 130+15+135=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #820F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F87 is #7DF078. Grayscale: #3E3E3E. Windows color (decimal): -8253561 or 8851330. OLE color: 8851330.
HSL color Cylindrical-coordinate representation of color #820F87: hue angle of 297.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F87 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 15 | 135 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.47 |
| HSL | 297.5º | 0.8% | 0.29% | - |
| HSV(B) | 297.5º | 0.89% | 0.53% | - |
| XYZ | 13.75 | 6.84 | 23.52 | - |
| YUV | 63.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 135 | 0.04 | 0.89 | 0 | 0.47 | 297.5 | 0.8 | 0.29 |
| Hex | 82 | F | 87 | 4 | 59 | 0 | 2F | 12A | 50 | 1D |
| Octal | 202 | 17 | 207 | 4 | 131 | 0 | 57 | 452 | 120 | 35 |
| Binary | 10000010 | 1111 | 10000111 | 100 | 1011001 | 0 | 101111 | 100101010 | 1010000 | 11101 |
Color Harmonies of #820F87
Complementary color
Monochromatic Colors of #820F87
Black with #820F87
Text Example
Text Example
White with #820F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F87; }
p { color: rgb(130,15,135); }
H1.HeaderClassName
{
color: #820F87;
}
.AnyTagClassName
{
color: #820F87;
}
</style>
background-color css
<style>
a { background-color: #820F87; }
a { background-color: rgb(130,15,135); }
div.DivClassName
{
background-color: #820F87;
}
.BgClassName
{
background-color: #820F87;
}
</style>
border-color css
<style>
span { border-color: #820F87; }
span { border-color: rgb(130,15,135); }
td.TdClassName
{
border-color: #820F87;
}
.TagClassName
{
border-color: #820F87;
}
</style>