Shades of Dark Violet #820AC1
Tints of Dark Violet #820AC1
RGB
CMYK
RGB Variations
Color information
#820AC1 (or 0x820AC1) is known color: Dark Violet. HEX triplet: 82, 0A and C1. RGB value is (130,10,193). Sum of RGB (Red+Green+Blue) = 130+10+193=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #820AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AC1 is #7DF53E. Grayscale: #424242. Windows color (decimal): -8254783 or 12651138. OLE color: 12651138.
HSL color Cylindrical-coordinate representation of color #820AC1: hue angle of 279.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820AC1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 10 | 193 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.24 |
| HSL | 279.34º | 0.9% | 0.4% | - |
| HSV(B) | 279.34º | 0.95% | 0.76% | - |
| XYZ | 18.94 | 8.81 | 51.15 | - |
| YUV | 66.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 193 | 0.33 | 0.95 | 0 | 0.24 | 279.34 | 0.9 | 0.4 |
| Hex | 82 | A | C1 | 21 | 5F | 0 | 18 | 117 | 5A | 28 |
| Octal | 202 | 12 | 301 | 41 | 137 | 0 | 30 | 427 | 132 | 50 |
| Binary | 10000010 | 1010 | 11000001 | 100001 | 1011111 | 0 | 11000 | 100010111 | 1011010 | 101000 |
Color Harmonies of #820AC1
Complementary color
Monochromatic Colors of #820AC1
Black with #820AC1
Text Example
Text Example
White with #820AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AC1; }
p { color: rgb(130,10,193); }
H1.HeaderClassName
{
color: #820AC1;
}
.AnyTagClassName
{
color: #820AC1;
}
</style>
background-color css
<style>
a { background-color: #820AC1; }
a { background-color: rgb(130,10,193); }
div.DivClassName
{
background-color: #820AC1;
}
.BgClassName
{
background-color: #820AC1;
}
</style>
border-color css
<style>
span { border-color: #820AC1; }
span { border-color: rgb(130,10,193); }
td.TdClassName
{
border-color: #820AC1;
}
.TagClassName
{
border-color: #820AC1;
}
</style>