Shades of Blue Violet #8014EC
Tints of Blue Violet #8014EC
RGB
CMYK
RGB Variations
Color information
#8014EC (or 0x8014EC) is known color: Blue Violet. HEX triplet: 80, 14 and EC. RGB value is (128,20,236). Sum of RGB (Red+Green+Blue) = 128+20+236=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #8014EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8014EC is #7FEB13. Grayscale: #4C4C4C. Windows color (decimal): -8383252 or 15471744. OLE color: 15471744.
HSL color Cylindrical-coordinate representation of color #8014EC: hue angle of 270º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8014EC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 20 | 236 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.5% | - |
| HSV(B) | 270º | 0.92% | 0.93% | - |
| XYZ | 24.29 | 11.15 | 80.23 | - |
| YUV | 76.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 236 | 0.46 | 0.92 | 0 | 0.07 | 270 | 0.85 | 0.5 |
| Hex | 80 | 14 | EC | 2E | 5C | 0 | 7 | 10E | 55 | 32 |
| Octal | 200 | 24 | 354 | 56 | 134 | 0 | 7 | 416 | 125 | 62 |
| Binary | 10000000 | 10100 | 11101100 | 101110 | 1011100 | 0 | 111 | 100001110 | 1010101 | 110010 |
Color Harmonies of #8014EC
Complementary color
Monochromatic Colors of #8014EC
Black with #8014EC
Text Example
Text Example
White with #8014EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014EC; }
p { color: rgb(128,20,236); }
H1.HeaderClassName
{
color: #8014EC;
}
.AnyTagClassName
{
color: #8014EC;
}
</style>
background-color css
<style>
a { background-color: #8014EC; }
a { background-color: rgb(128,20,236); }
div.DivClassName
{
background-color: #8014EC;
}
.BgClassName
{
background-color: #8014EC;
}
</style>
border-color css
<style>
span { border-color: #8014EC; }
span { border-color: rgb(128,20,236); }
td.TdClassName
{
border-color: #8014EC;
}
.TagClassName
{
border-color: #8014EC;
}
</style>