Shades of Purple #820187
Tints of Purple #820187
RGB
CMYK
RGB Variations
Color information
#820187 (or 0x820187) is known color: Purple. HEX triplet: 82, 01 and 87. RGB value is (130,1,135). Sum of RGB (Red+Green+Blue) = 130+1+135=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #820187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820187 is #7DFE78. Grayscale: #363636. Windows color (decimal): -8257145 or 8847746. OLE color: 8847746.
HSL color Cylindrical-coordinate representation of color #820187: hue angle of 297.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820187 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 1 | 135 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.47 |
| HSL | 297.76º | 0.99% | 0.27% | - |
| HSV(B) | 297.76º | 0.99% | 0.53% | - |
| XYZ | 13.59 | 6.52 | 23.46 | - |
| YUV | 54.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 135 | 0.04 | 0.99 | 0 | 0.47 | 297.76 | 0.99 | 0.27 |
| Hex | 82 | 1 | 87 | 4 | 63 | 0 | 2F | 12A | 63 | 1B |
| Octal | 202 | 1 | 207 | 4 | 143 | 0 | 57 | 452 | 143 | 33 |
| Binary | 10000010 | 1 | 10000111 | 100 | 1100011 | 0 | 101111 | 100101010 | 1100011 | 11011 |
Color Harmonies of #820187
Complementary color
Monochromatic Colors of #820187
Black with #820187
Text Example
Text Example
White with #820187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820187; }
p { color: rgb(130,1,135); }
H1.HeaderClassName
{
color: #820187;
}
.AnyTagClassName
{
color: #820187;
}
</style>
background-color css
<style>
a { background-color: #820187; }
a { background-color: rgb(130,1,135); }
div.DivClassName
{
background-color: #820187;
}
.BgClassName
{
background-color: #820187;
}
</style>
border-color css
<style>
span { border-color: #820187; }
span { border-color: rgb(130,1,135); }
td.TdClassName
{
border-color: #820187;
}
.TagClassName
{
border-color: #820187;
}
</style>