Shades of Purple #820C81
Tints of Purple #820C81
RGB
CMYK
RGB Variations
Color information
#820C81 (or 0x820C81) is known color: Purple. HEX triplet: 82, 0C and 81. RGB value is (130,12,129). Sum of RGB (Red+Green+Blue) = 130+12+129=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #820C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C81 is #7DF37E. Grayscale: #3C3C3C. Windows color (decimal): -8254335 or 8457346. OLE color: 8457346.
HSL color Cylindrical-coordinate representation of color #820C81: hue angle of 300.51º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C81 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 129 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.49 |
| HSL | 300.51º | 0.83% | 0.28% | - |
| HSV(B) | 300.51º | 0.91% | 0.51% | - |
| XYZ | 13.3 | 6.59 | 21.34 | - |
| YUV | 60.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 129 | 0 | 0.91 | 0.01 | 0.49 | 300.51 | 0.83 | 0.28 |
| Hex | 82 | C | 81 | 0 | 5B | 1 | 31 | 12D | 53 | 1C |
| Octal | 202 | 14 | 201 | 0 | 133 | 1 | 61 | 455 | 123 | 34 |
| Binary | 10000010 | 1100 | 10000001 | 0 | 1011011 | 1 | 110001 | 100101101 | 1010011 | 11100 |
Color Harmonies of #820C81
Complementary color
Monochromatic Colors of #820C81
Black with #820C81
Text Example
Text Example
White with #820C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C81; }
p { color: rgb(130,12,129); }
H1.HeaderClassName
{
color: #820C81;
}
.AnyTagClassName
{
color: #820C81;
}
</style>
background-color css
<style>
a { background-color: #820C81; }
a { background-color: rgb(130,12,129); }
div.DivClassName
{
background-color: #820C81;
}
.BgClassName
{
background-color: #820C81;
}
</style>
border-color css
<style>
span { border-color: #820C81; }
span { border-color: rgb(130,12,129); }
td.TdClassName
{
border-color: #820C81;
}
.TagClassName
{
border-color: #820C81;
}
</style>