Shades of Blue Violet #800EE8
Tints of Blue Violet #800EE8
RGB
CMYK
RGB Variations
Color information
#800EE8 (or 0x800EE8) is known color: Blue Violet. HEX triplet: 80, 0E and E8. RGB value is (128,14,232). Sum of RGB (Red+Green+Blue) = 128+14+232=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #800EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EE8 is #7FF117. Grayscale: #484848. Windows color (decimal): -8384792 or 15208064. OLE color: 15208064.
HSL color Cylindrical-coordinate representation of color #800EE8: hue angle of 271.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EE8 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 14 | 232 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.09 |
| HSL | 271.38º | 0.89% | 0.48% | - |
| HSV(B) | 271.38º | 0.94% | 0.91% | - |
| XYZ | 23.62 | 10.73 | 77.17 | - |
| YUV | 72.94 | 217.77 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 232 | 0.45 | 0.94 | 0 | 0.09 | 271.38 | 0.89 | 0.48 |
| Hex | 80 | E | E8 | 2D | 5E | 0 | 9 | 10F | 59 | 30 |
| Octal | 200 | 16 | 350 | 55 | 136 | 0 | 11 | 417 | 131 | 60 |
| Binary | 10000000 | 1110 | 11101000 | 101101 | 1011110 | 0 | 1001 | 100001111 | 1011001 | 110000 |
Color Harmonies of #800EE8
Complementary color
Monochromatic Colors of #800EE8
Black with #800EE8
Text Example
Text Example
White with #800EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EE8; }
p { color: rgb(128,14,232); }
H1.HeaderClassName
{
color: #800EE8;
}
.AnyTagClassName
{
color: #800EE8;
}
</style>
background-color css
<style>
a { background-color: #800EE8; }
a { background-color: rgb(128,14,232); }
div.DivClassName
{
background-color: #800EE8;
}
.BgClassName
{
background-color: #800EE8;
}
</style>
border-color css
<style>
span { border-color: #800EE8; }
span { border-color: rgb(128,14,232); }
td.TdClassName
{
border-color: #800EE8;
}
.TagClassName
{
border-color: #800EE8;
}
</style>