Shades of Blue Violet #820EF0
Tints of Blue Violet #820EF0
RGB
CMYK
RGB Variations
Color information
#820EF0 (or 0x820EF0) is known color: Blue Violet. HEX triplet: 82, 0E and F0. RGB value is (130,14,240). Sum of RGB (Red+Green+Blue) = 130+14+240=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #820EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EF0 is #7DF10F. Grayscale: #494949. Windows color (decimal): -8253712 or 15732354. OLE color: 15732354.
HSL color Cylindrical-coordinate representation of color #820EF0: hue angle of 270.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EF0 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 14 | 240 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.06 |
| HSL | 270.8º | 0.89% | 0.5% | - |
| HSV(B) | 270.8º | 0.94% | 0.94% | - |
| XYZ | 25.09 | 11.35 | 83.31 | - |
| YUV | 74.45 | 221.43 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 240 | 0.46 | 0.94 | 0 | 0.06 | 270.8 | 0.89 | 0.5 |
| Hex | 82 | E | F0 | 2E | 5E | 0 | 6 | 10F | 59 | 32 |
| Octal | 202 | 16 | 360 | 56 | 136 | 0 | 6 | 417 | 131 | 62 |
| Binary | 10000010 | 1110 | 11110000 | 101110 | 1011110 | 0 | 110 | 100001111 | 1011001 | 110010 |
Color Harmonies of #820EF0
Complementary color
Monochromatic Colors of #820EF0
Black with #820EF0
Text Example
Text Example
White with #820EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EF0; }
p { color: rgb(130,14,240); }
H1.HeaderClassName
{
color: #820EF0;
}
.AnyTagClassName
{
color: #820EF0;
}
</style>
background-color css
<style>
a { background-color: #820EF0; }
a { background-color: rgb(130,14,240); }
div.DivClassName
{
background-color: #820EF0;
}
.BgClassName
{
background-color: #820EF0;
}
</style>
border-color css
<style>
span { border-color: #820EF0; }
span { border-color: rgb(130,14,240); }
td.TdClassName
{
border-color: #820EF0;
}
.TagClassName
{
border-color: #820EF0;
}
</style>