Shades of Dark Violet #820FD0
Tints of Dark Violet #820FD0
RGB
CMYK
RGB Variations
Color information
#820FD0 (or 0x820FD0) is known color: Dark Violet. HEX triplet: 82, 0F and D0. RGB value is (130,15,208). Sum of RGB (Red+Green+Blue) = 130+15+208=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #820FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FD0 is #7DF02F. Grayscale: #464646. Windows color (decimal): -8253488 or 13635458. OLE color: 13635458.
HSL color Cylindrical-coordinate representation of color #820FD0: hue angle of 275.75º 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 #820FD0 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 15 | 208 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.18 |
| HSL | 275.75º | 0.87% | 0.44% | - |
| HSV(B) | 275.75º | 0.93% | 0.82% | - |
| XYZ | 20.76 | 9.64 | 60.44 | - |
| YUV | 71.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 208 | 0.38 | 0.93 | 0 | 0.18 | 275.75 | 0.87 | 0.44 |
| Hex | 82 | F | D0 | 26 | 5D | 0 | 12 | 114 | 57 | 2C |
| Octal | 202 | 17 | 320 | 46 | 135 | 0 | 22 | 424 | 127 | 54 |
| Binary | 10000010 | 1111 | 11010000 | 100110 | 1011101 | 0 | 10010 | 100010100 | 1010111 | 101100 |
Color Harmonies of #820FD0
Complementary color
Monochromatic Colors of #820FD0
Black with #820FD0
Text Example
Text Example
White with #820FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FD0; }
p { color: rgb(130,15,208); }
H1.HeaderClassName
{
color: #820FD0;
}
.AnyTagClassName
{
color: #820FD0;
}
</style>
background-color css
<style>
a { background-color: #820FD0; }
a { background-color: rgb(130,15,208); }
div.DivClassName
{
background-color: #820FD0;
}
.BgClassName
{
background-color: #820FD0;
}
</style>
border-color css
<style>
span { border-color: #820FD0; }
span { border-color: rgb(130,15,208); }
td.TdClassName
{
border-color: #820FD0;
}
.TagClassName
{
border-color: #820FD0;
}
</style>