Shades of Purple #820F85
Tints of Purple #820F85
RGB
CMYK
RGB Variations
Color information
#820F85 (or 0x820F85) is known color: Purple. HEX triplet: 82, 0F and 85. RGB value is (130,15,133). Sum of RGB (Red+Green+Blue) = 130+15+133=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #820F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F85 is #7DF07A. Grayscale: #3E3E3E. Windows color (decimal): -8253563 or 8720258. OLE color: 8720258.
HSL color Cylindrical-coordinate representation of color #820F85: hue angle of 298.47º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F85 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 15 | 133 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.48 |
| HSL | 298.47º | 0.8% | 0.29% | - |
| HSV(B) | 298.47º | 0.89% | 0.52% | - |
| XYZ | 13.61 | 6.78 | 22.78 | - |
| YUV | 62.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 133 | 0.02 | 0.89 | 0 | 0.48 | 298.47 | 0.8 | 0.29 |
| Hex | 82 | F | 85 | 2 | 59 | 0 | 30 | 12A | 50 | 1D |
| Octal | 202 | 17 | 205 | 2 | 131 | 0 | 60 | 452 | 120 | 35 |
| Binary | 10000010 | 1111 | 10000101 | 10 | 1011001 | 0 | 110000 | 100101010 | 1010000 | 11101 |
Color Harmonies of #820F85
Complementary color
Monochromatic Colors of #820F85
Black with #820F85
Text Example
Text Example
White with #820F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F85; }
p { color: rgb(130,15,133); }
H1.HeaderClassName
{
color: #820F85;
}
.AnyTagClassName
{
color: #820F85;
}
</style>
background-color css
<style>
a { background-color: #820F85; }
a { background-color: rgb(130,15,133); }
div.DivClassName
{
background-color: #820F85;
}
.BgClassName
{
background-color: #820F85;
}
</style>
border-color css
<style>
span { border-color: #820F85; }
span { border-color: rgb(130,15,133); }
td.TdClassName
{
border-color: #820F85;
}
.TagClassName
{
border-color: #820F85;
}
</style>