Shades of Purple #820F88
Tints of Purple #820F88
RGB
CMYK
RGB Variations
Color information
#820F88 (or 0x820F88) is known color: Purple. HEX triplet: 82, 0F and 88. RGB value is (130,15,136). Sum of RGB (Red+Green+Blue) = 130+15+136=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #820F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F88 is #7DF077. Grayscale: #3E3E3E. Windows color (decimal): -8253560 or 8916866. OLE color: 8916866.
HSL color Cylindrical-coordinate representation of color #820F88: hue angle of 297.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F88 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 15 | 136 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.47 |
| HSL | 297.02º | 0.8% | 0.3% | - |
| HSV(B) | 297.02º | 0.89% | 0.53% | - |
| XYZ | 13.82 | 6.87 | 23.89 | - |
| YUV | 63.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 136 | 0.04 | 0.89 | 0 | 0.47 | 297.02 | 0.8 | 0.3 |
| Hex | 82 | F | 88 | 4 | 59 | 0 | 2F | 129 | 50 | 1E |
| Octal | 202 | 17 | 210 | 4 | 131 | 0 | 57 | 451 | 120 | 36 |
| Binary | 10000010 | 1111 | 10001000 | 100 | 1011001 | 0 | 101111 | 100101001 | 1010000 | 11110 |
Color Harmonies of #820F88
Complementary color
Monochromatic Colors of #820F88
Black with #820F88
Text Example
Text Example
White with #820F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F88; }
p { color: rgb(130,15,136); }
H1.HeaderClassName
{
color: #820F88;
}
.AnyTagClassName
{
color: #820F88;
}
</style>
background-color css
<style>
a { background-color: #820F88; }
a { background-color: rgb(130,15,136); }
div.DivClassName
{
background-color: #820F88;
}
.BgClassName
{
background-color: #820F88;
}
</style>
border-color css
<style>
span { border-color: #820F88; }
span { border-color: rgb(130,15,136); }
td.TdClassName
{
border-color: #820F88;
}
.TagClassName
{
border-color: #820F88;
}
</style>