Shades of Dark Violet #820DC7
Tints of Dark Violet #820DC7
RGB
CMYK
RGB Variations
Color information
#820DC7 (or 0x820DC7) is known color: Dark Violet. HEX triplet: 82, 0D and C7. RGB value is (130,13,199). Sum of RGB (Red+Green+Blue) = 130+13+199=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #820DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DC7 is #7DF238. Grayscale: #444444. Windows color (decimal): -8254009 or 13045122. OLE color: 13045122.
HSL color Cylindrical-coordinate representation of color #820DC7: hue angle of 277.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DC7 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 13 | 199 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.22 |
| HSL | 277.74º | 0.88% | 0.42% | - |
| HSV(B) | 277.74º | 0.93% | 0.78% | - |
| XYZ | 19.66 | 9.16 | 54.76 | - |
| YUV | 69.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 199 | 0.35 | 0.93 | 0 | 0.22 | 277.74 | 0.88 | 0.42 |
| Hex | 82 | D | C7 | 23 | 5D | 0 | 16 | 116 | 58 | 2A |
| Octal | 202 | 15 | 307 | 43 | 135 | 0 | 26 | 426 | 130 | 52 |
| Binary | 10000010 | 1101 | 11000111 | 100011 | 1011101 | 0 | 10110 | 100010110 | 1011000 | 101010 |
Color Harmonies of #820DC7
Complementary color
Monochromatic Colors of #820DC7
Black with #820DC7
Text Example
Text Example
White with #820DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DC7; }
p { color: rgb(130,13,199); }
H1.HeaderClassName
{
color: #820DC7;
}
.AnyTagClassName
{
color: #820DC7;
}
</style>
background-color css
<style>
a { background-color: #820DC7; }
a { background-color: rgb(130,13,199); }
div.DivClassName
{
background-color: #820DC7;
}
.BgClassName
{
background-color: #820DC7;
}
</style>
border-color css
<style>
span { border-color: #820DC7; }
span { border-color: rgb(130,13,199); }
td.TdClassName
{
border-color: #820DC7;
}
.TagClassName
{
border-color: #820DC7;
}
</style>