Shades of Dark Violet #820ADD
Tints of Dark Violet #820ADD
RGB
CMYK
RGB Variations
Color information
#820ADD (or 0x820ADD) is known color: Dark Violet. HEX triplet: 82, 0A and DD. RGB value is (130,10,221). Sum of RGB (Red+Green+Blue) = 130+10+221=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #820ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADD is #7DF522. Grayscale: #454545. Windows color (decimal): -8254755 or 14486146. OLE color: 14486146.
HSL color Cylindrical-coordinate representation of color #820ADD: hue angle of 274.12º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ADD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 10 | 221 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274.12º | 0.91% | 0.45% | - |
| HSV(B) | 274.12º | 0.95% | 0.87% | - |
| XYZ | 22.37 | 10.18 | 69.19 | - |
| YUV | 69.93 | 213.26 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 221 | 0.41 | 0.95 | 0 | 0.13 | 274.12 | 0.91 | 0.45 |
| Hex | 82 | A | DD | 29 | 5F | 0 | D | 112 | 5B | 2D |
| Octal | 202 | 12 | 335 | 51 | 137 | 0 | 15 | 422 | 133 | 55 |
| Binary | 10000010 | 1010 | 11011101 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101101 |
Color Harmonies of #820ADD
Complementary color
Monochromatic Colors of #820ADD
Black with #820ADD
Text Example
Text Example
White with #820ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820ADD; }
p { color: rgb(130,10,221); }
H1.HeaderClassName
{
color: #820ADD;
}
.AnyTagClassName
{
color: #820ADD;
}
</style>
background-color css
<style>
a { background-color: #820ADD; }
a { background-color: rgb(130,10,221); }
div.DivClassName
{
background-color: #820ADD;
}
.BgClassName
{
background-color: #820ADD;
}
</style>
border-color css
<style>
span { border-color: #820ADD; }
span { border-color: rgb(130,10,221); }
td.TdClassName
{
border-color: #820ADD;
}
.TagClassName
{
border-color: #820ADD;
}
</style>