Shades of Blue Violet #8013EC
Tints of Blue Violet #8013EC
RGB
CMYK
RGB Variations
Color information
#8013EC (or 0x8013EC) is known color: Blue Violet. HEX triplet: 80, 13 and EC. RGB value is (128,19,236). Sum of RGB (Red+Green+Blue) = 128+19+236=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #8013EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8013EC is #7FEC13. Grayscale: #4B4B4B. Windows color (decimal): -8383508 or 15471488. OLE color: 15471488.
HSL color Cylindrical-coordinate representation of color #8013EC: hue angle of 270.14º 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 #8013EC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 19 | 236 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.07 |
| HSL | 270.14º | 0.85% | 0.5% | - |
| HSV(B) | 270.14º | 0.92% | 0.93% | - |
| XYZ | 24.28 | 11.11 | 80.22 | - |
| YUV | 76.33 | 218.11 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 236 | 0.46 | 0.92 | 0 | 0.07 | 270.14 | 0.85 | 0.5 |
| Hex | 80 | 13 | EC | 2E | 5C | 0 | 7 | 10E | 55 | 32 |
| Octal | 200 | 23 | 354 | 56 | 134 | 0 | 7 | 416 | 125 | 62 |
| Binary | 10000000 | 10011 | 11101100 | 101110 | 1011100 | 0 | 111 | 100001110 | 1010101 | 110010 |
Color Harmonies of #8013EC
Complementary color
Monochromatic Colors of #8013EC
Black with #8013EC
Text Example
Text Example
White with #8013EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013EC; }
p { color: rgb(128,19,236); }
H1.HeaderClassName
{
color: #8013EC;
}
.AnyTagClassName
{
color: #8013EC;
}
</style>
background-color css
<style>
a { background-color: #8013EC; }
a { background-color: rgb(128,19,236); }
div.DivClassName
{
background-color: #8013EC;
}
.BgClassName
{
background-color: #8013EC;
}
</style>
border-color css
<style>
span { border-color: #8013EC; }
span { border-color: rgb(128,19,236); }
td.TdClassName
{
border-color: #8013EC;
}
.TagClassName
{
border-color: #8013EC;
}
</style>