Shades of Blue Violet #8012EC
Tints of Blue Violet #8012EC
RGB
CMYK
RGB Variations
Color information
#8012EC (or 0x8012EC) is known color: Blue Violet. HEX triplet: 80, 12 and EC. RGB value is (128,18,236). Sum of RGB (Red+Green+Blue) = 128+18+236=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #8012EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8012EC is #7FED13. Grayscale: #4A4A4A. Windows color (decimal): -8383764 or 15471232. OLE color: 15471232.
HSL color Cylindrical-coordinate representation of color #8012EC: hue angle of 270.28º degrees, saturation: 0.86, 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 #8012EC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 18 | 236 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.07 |
| HSL | 270.28º | 0.86% | 0.5% | - |
| HSV(B) | 270.28º | 0.92% | 0.93% | - |
| XYZ | 24.26 | 11.08 | 80.22 | - |
| YUV | 75.74 | 218.44 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 236 | 0.46 | 0.92 | 0 | 0.07 | 270.28 | 0.86 | 0.5 |
| Hex | 80 | 12 | EC | 2E | 5C | 0 | 7 | 10E | 56 | 32 |
| Octal | 200 | 22 | 354 | 56 | 134 | 0 | 7 | 416 | 126 | 62 |
| Binary | 10000000 | 10010 | 11101100 | 101110 | 1011100 | 0 | 111 | 100001110 | 1010110 | 110010 |
Color Harmonies of #8012EC
Complementary color
Monochromatic Colors of #8012EC
Black with #8012EC
Text Example
Text Example
White with #8012EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8012EC; }
p { color: rgb(128,18,236); }
H1.HeaderClassName
{
color: #8012EC;
}
.AnyTagClassName
{
color: #8012EC;
}
</style>
background-color css
<style>
a { background-color: #8012EC; }
a { background-color: rgb(128,18,236); }
div.DivClassName
{
background-color: #8012EC;
}
.BgClassName
{
background-color: #8012EC;
}
</style>
border-color css
<style>
span { border-color: #8012EC; }
span { border-color: rgb(128,18,236); }
td.TdClassName
{
border-color: #8012EC;
}
.TagClassName
{
border-color: #8012EC;
}
</style>