Shades of Blue Violet #8021EC
Tints of Blue Violet #8021EC
RGB
CMYK
RGB Variations
Color information
#8021EC (or 0x8021EC) is known color: Blue Violet. HEX triplet: 80, 21 and EC. RGB value is (128,33,236). Sum of RGB (Red+Green+Blue) = 128+33+236=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #8021EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8021EC is #7FDE13. Grayscale: #535353. Windows color (decimal): -8379924 or 15475072. OLE color: 15475072.
HSL color Cylindrical-coordinate representation of color #8021EC: hue angle of 268.08º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8021EC is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 33 | 236 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.07 |
| HSL | 268.08º | 0.84% | 0.53% | - |
| HSV(B) | 268.08º | 0.86% | 0.93% | - |
| XYZ | 24.59 | 11.73 | 80.33 | - |
| YUV | 84.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 236 | 0.46 | 0.86 | 0 | 0.07 | 268.08 | 0.84 | 0.53 |
| Hex | 80 | 21 | EC | 2E | 56 | 0 | 7 | 10C | 54 | 35 |
| Octal | 200 | 41 | 354 | 56 | 126 | 0 | 7 | 414 | 124 | 65 |
| Binary | 10000000 | 100001 | 11101100 | 101110 | 1010110 | 0 | 111 | 100001100 | 1010100 | 110101 |
Color Harmonies of #8021EC
Complementary color
Monochromatic Colors of #8021EC
Black with #8021EC
Text Example
Text Example
White with #8021EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8021EC; }
p { color: rgb(128,33,236); }
H1.HeaderClassName
{
color: #8021EC;
}
.AnyTagClassName
{
color: #8021EC;
}
</style>
background-color css
<style>
a { background-color: #8021EC; }
a { background-color: rgb(128,33,236); }
div.DivClassName
{
background-color: #8021EC;
}
.BgClassName
{
background-color: #8021EC;
}
</style>
border-color css
<style>
span { border-color: #8021EC; }
span { border-color: rgb(128,33,236); }
td.TdClassName
{
border-color: #8021EC;
}
.TagClassName
{
border-color: #8021EC;
}
</style>