Shades of Purple #820686
Tints of Purple #820686
RGB
CMYK
RGB Variations
Color information
#820686 (or 0x820686) is known color: Purple. HEX triplet: 82, 06 and 86. RGB value is (130,6,134). Sum of RGB (Red+Green+Blue) = 130+6+134=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #820686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820686 is #7DF979. Grayscale: #393939. Windows color (decimal): -8255866 or 8783490. OLE color: 8783490.
HSL color Cylindrical-coordinate representation of color #820686: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820686 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 6 | 134 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.47 |
| HSL | 298.13º | 0.91% | 0.27% | - |
| HSV(B) | 298.13º | 0.96% | 0.53% | - |
| XYZ | 13.57 | 6.6 | 23.11 | - |
| YUV | 57.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 134 | 0.03 | 0.96 | 0 | 0.47 | 298.13 | 0.91 | 0.27 |
| Hex | 82 | 6 | 86 | 3 | 60 | 0 | 2F | 12A | 5B | 1B |
| Octal | 202 | 6 | 206 | 3 | 140 | 0 | 57 | 452 | 133 | 33 |
| Binary | 10000010 | 110 | 10000110 | 11 | 1100000 | 0 | 101111 | 100101010 | 1011011 | 11011 |
Color Harmonies of #820686
Complementary color
Monochromatic Colors of #820686
Black with #820686
Text Example
Text Example
White with #820686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820686; }
p { color: rgb(130,6,134); }
H1.HeaderClassName
{
color: #820686;
}
.AnyTagClassName
{
color: #820686;
}
</style>
background-color css
<style>
a { background-color: #820686; }
a { background-color: rgb(130,6,134); }
div.DivClassName
{
background-color: #820686;
}
.BgClassName
{
background-color: #820686;
}
</style>
border-color css
<style>
span { border-color: #820686; }
span { border-color: rgb(130,6,134); }
td.TdClassName
{
border-color: #820686;
}
.TagClassName
{
border-color: #820686;
}
</style>