Shades of Dark Violet #820FD3
Tints of Dark Violet #820FD3
RGB
CMYK
RGB Variations
Color information
#820FD3 (or 0x820FD3) is known color: Dark Violet. HEX triplet: 82, 0F and D3. RGB value is (130,15,211). Sum of RGB (Red+Green+Blue) = 130+15+211=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #820FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FD3 is #7DF02C. Grayscale: #474747. Windows color (decimal): -8253485 or 13832066. OLE color: 13832066.
HSL color Cylindrical-coordinate representation of color #820FD3: hue angle of 275.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FD3 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 15 | 211 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.17 |
| HSL | 275.2º | 0.87% | 0.44% | - |
| HSV(B) | 275.2º | 0.93% | 0.83% | - |
| XYZ | 21.13 | 9.79 | 62.4 | - |
| YUV | 71.73 | 206.6 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 211 | 0.38 | 0.93 | 0 | 0.17 | 275.2 | 0.87 | 0.44 |
| Hex | 82 | F | D3 | 26 | 5D | 0 | 11 | 113 | 57 | 2C |
| Octal | 202 | 17 | 323 | 46 | 135 | 0 | 21 | 423 | 127 | 54 |
| Binary | 10000010 | 1111 | 11010011 | 100110 | 1011101 | 0 | 10001 | 100010011 | 1010111 | 101100 |
Color Harmonies of #820FD3
Complementary color
Monochromatic Colors of #820FD3
Black with #820FD3
Text Example
Text Example
White with #820FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FD3; }
p { color: rgb(130,15,211); }
H1.HeaderClassName
{
color: #820FD3;
}
.AnyTagClassName
{
color: #820FD3;
}
</style>
background-color css
<style>
a { background-color: #820FD3; }
a { background-color: rgb(130,15,211); }
div.DivClassName
{
background-color: #820FD3;
}
.BgClassName
{
background-color: #820FD3;
}
</style>
border-color css
<style>
span { border-color: #820FD3; }
span { border-color: rgb(130,15,211); }
td.TdClassName
{
border-color: #820FD3;
}
.TagClassName
{
border-color: #820FD3;
}
</style>