Shades of Purple #820D81
Tints of Purple #820D81
RGB
CMYK
RGB Variations
Color information
#820D81 (or 0x820D81) is known color: Purple. HEX triplet: 82, 0D and 81. RGB value is (130,13,129). Sum of RGB (Red+Green+Blue) = 130+13+129=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #820D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D81 is #7DF27E. Grayscale: #3C3C3C. Windows color (decimal): -8254079 or 8457602. OLE color: 8457602.
HSL color Cylindrical-coordinate representation of color #820D81: hue angle of 300.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D81 is Cyan = 0, Magento = 0.9, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 129 | - |
| CMYK | 0 | 0.9 | 0.01 | 0.49 |
| HSL | 300.51º | 0.82% | 0.28% | - |
| HSV(B) | 300.51º | 0.9% | 0.51% | - |
| XYZ | 13.31 | 6.62 | 21.34 | - |
| YUV | 61.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 129 | 0 | 0.9 | 0.01 | 0.49 | 300.51 | 0.82 | 0.28 |
| Hex | 82 | D | 81 | 0 | 5A | 1 | 31 | 12D | 52 | 1C |
| Octal | 202 | 15 | 201 | 0 | 132 | 1 | 61 | 455 | 122 | 34 |
| Binary | 10000010 | 1101 | 10000001 | 0 | 1011010 | 1 | 110001 | 100101101 | 1010010 | 11100 |
Color Harmonies of #820D81
Complementary color
Monochromatic Colors of #820D81
Black with #820D81
Text Example
Text Example
White with #820D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D81; }
p { color: rgb(130,13,129); }
H1.HeaderClassName
{
color: #820D81;
}
.AnyTagClassName
{
color: #820D81;
}
</style>
background-color css
<style>
a { background-color: #820D81; }
a { background-color: rgb(130,13,129); }
div.DivClassName
{
background-color: #820D81;
}
.BgClassName
{
background-color: #820D81;
}
</style>
border-color css
<style>
span { border-color: #820D81; }
span { border-color: rgb(130,13,129); }
td.TdClassName
{
border-color: #820D81;
}
.TagClassName
{
border-color: #820D81;
}
</style>