Shades of Blue Violet #800EEA
Tints of Blue Violet #800EEA
RGB
CMYK
RGB Variations
Color information
#800EEA (or 0x800EEA) is known color: Blue Violet. HEX triplet: 80, 0E and EA. RGB value is (128,14,234). Sum of RGB (Red+Green+Blue) = 128+14+234=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #800EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EEA is #7FF115. Grayscale: #484848. Windows color (decimal): -8384790 or 15339136. OLE color: 15339136.
HSL color Cylindrical-coordinate representation of color #800EEA: hue angle of 271.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EEA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 14 | 234 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.08 |
| HSL | 271.09º | 0.89% | 0.49% | - |
| HSV(B) | 271.09º | 0.94% | 0.92% | - |
| XYZ | 23.91 | 10.84 | 78.67 | - |
| YUV | 73.17 | 218.77 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 234 | 0.45 | 0.94 | 0 | 0.08 | 271.09 | 0.89 | 0.49 |
| Hex | 80 | E | EA | 2D | 5E | 0 | 8 | 10F | 59 | 31 |
| Octal | 200 | 16 | 352 | 55 | 136 | 0 | 10 | 417 | 131 | 61 |
| Binary | 10000000 | 1110 | 11101010 | 101101 | 1011110 | 0 | 1000 | 100001111 | 1011001 | 110001 |
Color Harmonies of #800EEA
Complementary color
Monochromatic Colors of #800EEA
Black with #800EEA
Text Example
Text Example
White with #800EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EEA; }
p { color: rgb(128,14,234); }
H1.HeaderClassName
{
color: #800EEA;
}
.AnyTagClassName
{
color: #800EEA;
}
</style>
background-color css
<style>
a { background-color: #800EEA; }
a { background-color: rgb(128,14,234); }
div.DivClassName
{
background-color: #800EEA;
}
.BgClassName
{
background-color: #800EEA;
}
</style>
border-color css
<style>
span { border-color: #800EEA; }
span { border-color: rgb(128,14,234); }
td.TdClassName
{
border-color: #800EEA;
}
.TagClassName
{
border-color: #800EEA;
}
</style>