Shades of Dark Violet #820CDC
Tints of Dark Violet #820CDC
RGB
CMYK
RGB Variations
Color information
#820CDC (or 0x820CDC) is known color: Dark Violet. HEX triplet: 82, 0C and DC. RGB value is (130,12,220). Sum of RGB (Red+Green+Blue) = 130+12+220=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #820CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CDC is #7DF323. Grayscale: #464646. Windows color (decimal): -8254244 or 14421122. OLE color: 14421122.
HSL color Cylindrical-coordinate representation of color #820CDC: hue angle of 274.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CDC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 12 | 220 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.14 |
| HSL | 274.04º | 0.9% | 0.45% | - |
| HSV(B) | 274.04º | 0.95% | 0.86% | - |
| XYZ | 22.26 | 10.18 | 68.5 | - |
| YUV | 70.99 | 212.09 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 220 | 0.41 | 0.95 | 0 | 0.14 | 274.04 | 0.9 | 0.45 |
| Hex | 82 | C | DC | 29 | 5F | 0 | E | 112 | 5A | 2D |
| Octal | 202 | 14 | 334 | 51 | 137 | 0 | 16 | 422 | 132 | 55 |
| Binary | 10000010 | 1100 | 11011100 | 101001 | 1011111 | 0 | 1110 | 100010010 | 1011010 | 101101 |
Color Harmonies of #820CDC
Complementary color
Monochromatic Colors of #820CDC
Black with #820CDC
Text Example
Text Example
White with #820CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CDC; }
p { color: rgb(130,12,220); }
H1.HeaderClassName
{
color: #820CDC;
}
.AnyTagClassName
{
color: #820CDC;
}
</style>
background-color css
<style>
a { background-color: #820CDC; }
a { background-color: rgb(130,12,220); }
div.DivClassName
{
background-color: #820CDC;
}
.BgClassName
{
background-color: #820CDC;
}
</style>
border-color css
<style>
span { border-color: #820CDC; }
span { border-color: rgb(130,12,220); }
td.TdClassName
{
border-color: #820CDC;
}
.TagClassName
{
border-color: #820CDC;
}
</style>