Shades of Blue Violet #820DF0
Tints of Blue Violet #820DF0
RGB
CMYK
RGB Variations
Color information
#820DF0 (or 0x820DF0) is known color: Blue Violet. HEX triplet: 82, 0D and F0. RGB value is (130,13,240). Sum of RGB (Red+Green+Blue) = 130+13+240=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #820DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DF0 is #7DF20F. Grayscale: #494949. Windows color (decimal): -8253968 or 15732098. OLE color: 15732098.
HSL color Cylindrical-coordinate representation of color #820DF0: hue angle of 270.93º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820DF0 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 13 | 240 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.06 |
| HSL | 270.93º | 0.9% | 0.5% | - |
| HSV(B) | 270.93º | 0.95% | 0.94% | - |
| XYZ | 25.08 | 11.32 | 83.3 | - |
| YUV | 73.86 | 221.76 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 240 | 0.46 | 0.95 | 0 | 0.06 | 270.93 | 0.9 | 0.5 |
| Hex | 82 | D | F0 | 2E | 5F | 0 | 6 | 10F | 5A | 32 |
| Octal | 202 | 15 | 360 | 56 | 137 | 0 | 6 | 417 | 132 | 62 |
| Binary | 10000010 | 1101 | 11110000 | 101110 | 1011111 | 0 | 110 | 100001111 | 1011010 | 110010 |
Color Harmonies of #820DF0
Complementary color
Monochromatic Colors of #820DF0
Black with #820DF0
Text Example
Text Example
White with #820DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DF0; }
p { color: rgb(130,13,240); }
H1.HeaderClassName
{
color: #820DF0;
}
.AnyTagClassName
{
color: #820DF0;
}
</style>
background-color css
<style>
a { background-color: #820DF0; }
a { background-color: rgb(130,13,240); }
div.DivClassName
{
background-color: #820DF0;
}
.BgClassName
{
background-color: #820DF0;
}
</style>
border-color css
<style>
span { border-color: #820DF0; }
span { border-color: rgb(130,13,240); }
td.TdClassName
{
border-color: #820DF0;
}
.TagClassName
{
border-color: #820DF0;
}
</style>