Shades of Blue Violet #8019EA
Tints of Blue Violet #8019EA
RGB
CMYK
RGB Variations
Color information
#8019EA (or 0x8019EA) is known color: Blue Violet. HEX triplet: 80, 19 and EA. RGB value is (128,25,234). Sum of RGB (Red+Green+Blue) = 128+25+234=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8019EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8019EA is #7FE615. Grayscale: #4E4E4E. Windows color (decimal): -8381974 or 15341952. OLE color: 15341952.
HSL color Cylindrical-coordinate representation of color #8019EA: hue angle of 269.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8019EA is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 25 | 234 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.08 |
| HSL | 269.57º | 0.83% | 0.51% | - |
| HSV(B) | 269.57º | 0.89% | 0.92% | - |
| XYZ | 24.1 | 11.22 | 78.74 | - |
| YUV | 79.62 | 215.12 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 234 | 0.45 | 0.89 | 0 | 0.08 | 269.57 | 0.83 | 0.51 |
| Hex | 80 | 19 | EA | 2D | 59 | 0 | 8 | 10E | 53 | 33 |
| Octal | 200 | 31 | 352 | 55 | 131 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000000 | 11001 | 11101010 | 101101 | 1011001 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #8019EA
Complementary color
Monochromatic Colors of #8019EA
Black with #8019EA
Text Example
Text Example
White with #8019EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019EA; }
p { color: rgb(128,25,234); }
H1.HeaderClassName
{
color: #8019EA;
}
.AnyTagClassName
{
color: #8019EA;
}
</style>
background-color css
<style>
a { background-color: #8019EA; }
a { background-color: rgb(128,25,234); }
div.DivClassName
{
background-color: #8019EA;
}
.BgClassName
{
background-color: #8019EA;
}
</style>
border-color css
<style>
span { border-color: #8019EA; }
span { border-color: rgb(128,25,234); }
td.TdClassName
{
border-color: #8019EA;
}
.TagClassName
{
border-color: #8019EA;
}
</style>