Shades of Dark Violet #820FDF
Tints of Dark Violet #820FDF
RGB
CMYK
RGB Variations
Color information
#820FDF (or 0x820FDF) is known color: Dark Violet. HEX triplet: 82, 0F and DF. RGB value is (130,15,223). Sum of RGB (Red+Green+Blue) = 130+15+223=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #820FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FDF is #7DF020. Grayscale: #484848. Windows color (decimal): -8253473 or 14618498. OLE color: 14618498.
HSL color Cylindrical-coordinate representation of color #820FDF: hue angle of 273.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FDF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 15 | 223 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.13 |
| HSL | 273.17º | 0.87% | 0.47% | - |
| HSV(B) | 273.17º | 0.93% | 0.87% | - |
| XYZ | 22.7 | 10.42 | 70.63 | - |
| YUV | 73.1 | 212.6 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 223 | 0.42 | 0.93 | 0 | 0.13 | 273.17 | 0.87 | 0.47 |
| Hex | 82 | F | DF | 2A | 5D | 0 | D | 111 | 57 | 2F |
| Octal | 202 | 17 | 337 | 52 | 135 | 0 | 15 | 421 | 127 | 57 |
| Binary | 10000010 | 1111 | 11011111 | 101010 | 1011101 | 0 | 1101 | 100010001 | 1010111 | 101111 |
Color Harmonies of #820FDF
Complementary color
Monochromatic Colors of #820FDF
Black with #820FDF
Text Example
Text Example
White with #820FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FDF; }
p { color: rgb(130,15,223); }
H1.HeaderClassName
{
color: #820FDF;
}
.AnyTagClassName
{
color: #820FDF;
}
</style>
background-color css
<style>
a { background-color: #820FDF; }
a { background-color: rgb(130,15,223); }
div.DivClassName
{
background-color: #820FDF;
}
.BgClassName
{
background-color: #820FDF;
}
</style>
border-color css
<style>
span { border-color: #820FDF; }
span { border-color: rgb(130,15,223); }
td.TdClassName
{
border-color: #820FDF;
}
.TagClassName
{
border-color: #820FDF;
}
</style>