Shades of Dark Violet #820FDC
Tints of Dark Violet #820FDC
RGB
CMYK
RGB Variations
Color information
#820FDC (or 0x820FDC) is known color: Dark Violet. HEX triplet: 82, 0F and DC. RGB value is (130,15,220). Sum of RGB (Red+Green+Blue) = 130+15+220=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #820FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FDC is #7DF023. Grayscale: #484848. Windows color (decimal): -8253476 or 14421890. OLE color: 14421890.
HSL color Cylindrical-coordinate representation of color #820FDC: hue angle of 273.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FDC is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 15 | 220 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.14 |
| HSL | 273.66º | 0.87% | 0.46% | - |
| HSV(B) | 273.66º | 0.93% | 0.86% | - |
| XYZ | 22.3 | 10.25 | 68.51 | - |
| YUV | 72.76 | 211.1 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 220 | 0.41 | 0.93 | 0 | 0.14 | 273.66 | 0.87 | 0.46 |
| Hex | 82 | F | DC | 29 | 5D | 0 | E | 112 | 57 | 2E |
| Octal | 202 | 17 | 334 | 51 | 135 | 0 | 16 | 422 | 127 | 56 |
| Binary | 10000010 | 1111 | 11011100 | 101001 | 1011101 | 0 | 1110 | 100010010 | 1010111 | 101110 |
Color Harmonies of #820FDC
Complementary color
Monochromatic Colors of #820FDC
Black with #820FDC
Text Example
Text Example
White with #820FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FDC; }
p { color: rgb(130,15,220); }
H1.HeaderClassName
{
color: #820FDC;
}
.AnyTagClassName
{
color: #820FDC;
}
</style>
background-color css
<style>
a { background-color: #820FDC; }
a { background-color: rgb(130,15,220); }
div.DivClassName
{
background-color: #820FDC;
}
.BgClassName
{
background-color: #820FDC;
}
</style>
border-color css
<style>
span { border-color: #820FDC; }
span { border-color: rgb(130,15,220); }
td.TdClassName
{
border-color: #820FDC;
}
.TagClassName
{
border-color: #820FDC;
}
</style>