Shades of Purple #820D86
Tints of Purple #820D86
RGB
CMYK
RGB Variations
Color information
#820D86 (or 0x820D86) is known color: Purple. HEX triplet: 82, 0D and 86. RGB value is (130,13,134). Sum of RGB (Red+Green+Blue) = 130+13+134=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #820D86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D86 is #7DF279. Grayscale: #3D3D3D. Windows color (decimal): -8254074 or 8785282. OLE color: 8785282.
HSL color Cylindrical-coordinate representation of color #820D86: hue angle of 298.02º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D86 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 13 | 134 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.47 |
| HSL | 298.02º | 0.82% | 0.29% | - |
| HSV(B) | 298.02º | 0.9% | 0.53% | - |
| XYZ | 13.65 | 6.75 | 23.14 | - |
| YUV | 61.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 134 | 0.03 | 0.90 | 0 | 0.47 | 298.02 | 0.82 | 0.29 |
| Hex | 82 | D | 86 | 3 | 5A | 0 | 2F | 12A | 52 | 1D |
| Octal | 202 | 15 | 206 | 3 | 132 | 0 | 57 | 452 | 122 | 35 |
| Binary | 10000010 | 1101 | 10000110 | 11 | 1011010 | 0 | 101111 | 100101010 | 1010010 | 11101 |
Color Harmonies of #820D86
Complementary color
Monochromatic Colors of #820D86
Black with #820D86
Text Example
Text Example
White with #820D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D86; }
p { color: rgb(130,13,134); }
H1.HeaderClassName
{
color: #820D86;
}
.AnyTagClassName
{
color: #820D86;
}
</style>
background-color css
<style>
a { background-color: #820D86; }
a { background-color: rgb(130,13,134); }
div.DivClassName
{
background-color: #820D86;
}
.BgClassName
{
background-color: #820D86;
}
</style>
border-color css
<style>
span { border-color: #820D86; }
span { border-color: rgb(130,13,134); }
td.TdClassName
{
border-color: #820D86;
}
.TagClassName
{
border-color: #820D86;
}
</style>