Shades of Dark Violet #820FD1
Tints of Dark Violet #820FD1
RGB
CMYK
RGB Variations
Color information
#820FD1 (or 0x820FD1) is known color: Dark Violet. HEX triplet: 82, 0F and D1. RGB value is (130,15,209). Sum of RGB (Red+Green+Blue) = 130+15+209=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #820FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FD1 is #7DF02E. Grayscale: #464646. Windows color (decimal): -8253487 or 13700994. OLE color: 13700994.
HSL color Cylindrical-coordinate representation of color #820FD1: hue angle of 275.57º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FD1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 15 | 209 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.18 |
| HSL | 275.57º | 0.87% | 0.44% | - |
| HSV(B) | 275.57º | 0.93% | 0.82% | - |
| XYZ | 20.89 | 9.69 | 61.09 | - |
| YUV | 71.5 | 205.6 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 209 | 0.38 | 0.93 | 0 | 0.18 | 275.57 | 0.87 | 0.44 |
| Hex | 82 | F | D1 | 26 | 5D | 0 | 12 | 114 | 57 | 2C |
| Octal | 202 | 17 | 321 | 46 | 135 | 0 | 22 | 424 | 127 | 54 |
| Binary | 10000010 | 1111 | 11010001 | 100110 | 1011101 | 0 | 10010 | 100010100 | 1010111 | 101100 |
Color Harmonies of #820FD1
Complementary color
Monochromatic Colors of #820FD1
Black with #820FD1
Text Example
Text Example
White with #820FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FD1; }
p { color: rgb(130,15,209); }
H1.HeaderClassName
{
color: #820FD1;
}
.AnyTagClassName
{
color: #820FD1;
}
</style>
background-color css
<style>
a { background-color: #820FD1; }
a { background-color: rgb(130,15,209); }
div.DivClassName
{
background-color: #820FD1;
}
.BgClassName
{
background-color: #820FD1;
}
</style>
border-color css
<style>
span { border-color: #820FD1; }
span { border-color: rgb(130,15,209); }
td.TdClassName
{
border-color: #820FD1;
}
.TagClassName
{
border-color: #820FD1;
}
</style>