Shades of Dark Violet #820AE5
Tints of Dark Violet #820AE5
RGB
CMYK
RGB Variations
Color information
#820AE5 (or 0x820AE5) is known color: Dark Violet. HEX triplet: 82, 0A and E5. RGB value is (130,10,229). Sum of RGB (Red+Green+Blue) = 130+10+229=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #820AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AE5 is #7DF51A. Grayscale: #464646. Windows color (decimal): -8254747 or 15010434. OLE color: 15010434.
HSL color Cylindrical-coordinate representation of color #820AE5: hue angle of 272.88º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820AE5 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 10 | 229 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.10 |
| HSL | 272.88º | 0.92% | 0.47% | - |
| HSV(B) | 272.88º | 0.96% | 0.9% | - |
| XYZ | 23.46 | 10.62 | 74.94 | - |
| YUV | 70.85 | 217.26 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 229 | 0.43 | 0.96 | 0 | 0.10 | 272.88 | 0.92 | 0.47 |
| Hex | 82 | A | E5 | 2B | 60 | 0 | A | 111 | 5C | 2F |
| Octal | 202 | 12 | 345 | 53 | 140 | 0 | 12 | 421 | 134 | 57 |
| Binary | 10000010 | 1010 | 11100101 | 101011 | 1100000 | 0 | 1010 | 100010001 | 1011100 | 101111 |
Color Harmonies of #820AE5
Complementary color
Monochromatic Colors of #820AE5
Black with #820AE5
Text Example
Text Example
White with #820AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AE5; }
p { color: rgb(130,10,229); }
H1.HeaderClassName
{
color: #820AE5;
}
.AnyTagClassName
{
color: #820AE5;
}
</style>
background-color css
<style>
a { background-color: #820AE5; }
a { background-color: rgb(130,10,229); }
div.DivClassName
{
background-color: #820AE5;
}
.BgClassName
{
background-color: #820AE5;
}
</style>
border-color css
<style>
span { border-color: #820AE5; }
span { border-color: rgb(130,10,229); }
td.TdClassName
{
border-color: #820AE5;
}
.TagClassName
{
border-color: #820AE5;
}
</style>