Shades of Dark Violet #820ADE
Tints of Dark Violet #820ADE
RGB
CMYK
RGB Variations
Color information
#820ADE (or 0x820ADE) is known color: Dark Violet. HEX triplet: 82, 0A and DE. RGB value is (130,10,222). Sum of RGB (Red+Green+Blue) = 130+10+222=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #820ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADE is #7DF521. Grayscale: #454545. Windows color (decimal): -8254754 or 14551682. OLE color: 14551682.
HSL color Cylindrical-coordinate representation of color #820ADE: hue angle of 273.96º 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 #820ADE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 10 | 222 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 273.96º | 0.91% | 0.45% | - |
| HSV(B) | 273.96º | 0.95% | 0.87% | - |
| XYZ | 22.5 | 10.24 | 69.9 | - |
| YUV | 70.05 | 213.76 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 222 | 0.41 | 0.95 | 0 | 0.13 | 273.96 | 0.91 | 0.45 |
| Hex | 82 | A | DE | 29 | 5F | 0 | D | 112 | 5B | 2D |
| Octal | 202 | 12 | 336 | 51 | 137 | 0 | 15 | 422 | 133 | 55 |
| Binary | 10000010 | 1010 | 11011110 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011011 | 101101 |
Color Harmonies of #820ADE
Complementary color
Monochromatic Colors of #820ADE
Black with #820ADE
Text Example
Text Example
White with #820ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820ADE; }
p { color: rgb(130,10,222); }
H1.HeaderClassName
{
color: #820ADE;
}
.AnyTagClassName
{
color: #820ADE;
}
</style>
background-color css
<style>
a { background-color: #820ADE; }
a { background-color: rgb(130,10,222); }
div.DivClassName
{
background-color: #820ADE;
}
.BgClassName
{
background-color: #820ADE;
}
</style>
border-color css
<style>
span { border-color: #820ADE; }
span { border-color: rgb(130,10,222); }
td.TdClassName
{
border-color: #820ADE;
}
.TagClassName
{
border-color: #820ADE;
}
</style>