Shades of Dark Purple #820E65
Tints of Dark Purple #820E65
RGB
CMYK
RGB Variations
Color information
#820E65 (or 0x820E65) is known color: Dark Purple. HEX triplet: 82, 0E and 65. RGB value is (130,14,101). Sum of RGB (Red+Green+Blue) = 130+14+101=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E65 is #7DF19A. Grayscale: #3A3A3A. Windows color (decimal): -8253851 or 6622850. OLE color: 6622850.
HSL color Cylindrical-coordinate representation of color #820E65: hue angle of 315º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E65 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 14 | 101 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.49 |
| HSL | 315º | 0.81% | 0.28% | - |
| HSV(B) | 315º | 0.89% | 0.51% | - |
| XYZ | 11.71 | 6 | 12.85 | - |
| YUV | 58.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 101 | 0 | 0.89 | 0.22 | 0.49 | 315 | 0.81 | 0.28 |
| Hex | 82 | E | 65 | 0 | 59 | 16 | 31 | 13B | 51 | 1C |
| Octal | 202 | 16 | 145 | 0 | 131 | 26 | 61 | 473 | 121 | 34 |
| Binary | 10000010 | 1110 | 1100101 | 0 | 1011001 | 10110 | 110001 | 100111011 | 1010001 | 11100 |
Color Harmonies of #820E65
Complementary color
Monochromatic Colors of #820E65
Black with #820E65
Text Example
Text Example
White with #820E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820E65; }
p { color: rgb(130,14,101); }
H1.HeaderClassName
{
color: #820E65;
}
.AnyTagClassName
{
color: #820E65;
}
</style>
background-color css
<style>
a { background-color: #820E65; }
a { background-color: rgb(130,14,101); }
div.DivClassName
{
background-color: #820E65;
}
.BgClassName
{
background-color: #820E65;
}
</style>
border-color css
<style>
span { border-color: #820E65; }
span { border-color: rgb(130,14,101); }
td.TdClassName
{
border-color: #820E65;
}
.TagClassName
{
border-color: #820E65;
}
</style>