Shades of Blue Violet #820DEC
Tints of Blue Violet #820DEC
RGB
CMYK
RGB Variations
Color information
#820DEC (or 0x820DEC) is known color: Blue Violet. HEX triplet: 82, 0D and EC. RGB value is (130,13,236). Sum of RGB (Red+Green+Blue) = 130+13+236=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #820DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DEC is #7DF213. Grayscale: #484848. Windows color (decimal): -8253972 or 15469954. OLE color: 15469954.
HSL color Cylindrical-coordinate representation of color #820DEC: hue angle of 271.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DEC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 13 | 236 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.07 |
| HSL | 271.48º | 0.9% | 0.49% | - |
| HSV(B) | 271.48º | 0.94% | 0.93% | - |
| XYZ | 24.49 | 11.09 | 80.21 | - |
| YUV | 73.41 | 219.76 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 236 | 0.45 | 0.94 | 0 | 0.07 | 271.48 | 0.9 | 0.49 |
| Hex | 82 | D | EC | 2D | 5E | 0 | 7 | 10F | 5A | 31 |
| Octal | 202 | 15 | 354 | 55 | 136 | 0 | 7 | 417 | 132 | 61 |
| Binary | 10000010 | 1101 | 11101100 | 101101 | 1011110 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #820DEC
Complementary color
Monochromatic Colors of #820DEC
Black with #820DEC
Text Example
Text Example
White with #820DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DEC; }
p { color: rgb(130,13,236); }
H1.HeaderClassName
{
color: #820DEC;
}
.AnyTagClassName
{
color: #820DEC;
}
</style>
background-color css
<style>
a { background-color: #820DEC; }
a { background-color: rgb(130,13,236); }
div.DivClassName
{
background-color: #820DEC;
}
.BgClassName
{
background-color: #820DEC;
}
</style>
border-color css
<style>
span { border-color: #820DEC; }
span { border-color: rgb(130,13,236); }
td.TdClassName
{
border-color: #820DEC;
}
.TagClassName
{
border-color: #820DEC;
}
</style>