Shades of Purple #820186
Tints of Purple #820186
RGB
CMYK
RGB Variations
Color information
#820186 (or 0x820186) is known color: Purple. HEX triplet: 82, 01 and 86. RGB value is (130,1,134). Sum of RGB (Red+Green+Blue) = 130+1+134=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #820186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820186 is #7DFE79. Grayscale: #363636. Windows color (decimal): -8257146 or 8782210. OLE color: 8782210.
HSL color Cylindrical-coordinate representation of color #820186: hue angle of 298.2º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820186 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 1 | 134 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.47 |
| HSL | 298.2º | 0.99% | 0.26% | - |
| HSV(B) | 298.2º | 0.99% | 0.53% | - |
| XYZ | 13.52 | 6.49 | 23.09 | - |
| YUV | 54.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 134 | 0.03 | 0.99 | 0 | 0.47 | 298.2 | 0.99 | 0.26 |
| Hex | 82 | 1 | 86 | 3 | 63 | 0 | 2F | 12A | 63 | 1A |
| Octal | 202 | 1 | 206 | 3 | 143 | 0 | 57 | 452 | 143 | 32 |
| Binary | 10000010 | 1 | 10000110 | 11 | 1100011 | 0 | 101111 | 100101010 | 1100011 | 11010 |
Color Harmonies of #820186
Complementary color
Monochromatic Colors of #820186
Black with #820186
Text Example
Text Example
White with #820186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820186; }
p { color: rgb(130,1,134); }
H1.HeaderClassName
{
color: #820186;
}
.AnyTagClassName
{
color: #820186;
}
</style>
background-color css
<style>
a { background-color: #820186; }
a { background-color: rgb(130,1,134); }
div.DivClassName
{
background-color: #820186;
}
.BgClassName
{
background-color: #820186;
}
</style>
border-color css
<style>
span { border-color: #820186; }
span { border-color: rgb(130,1,134); }
td.TdClassName
{
border-color: #820186;
}
.TagClassName
{
border-color: #820186;
}
</style>