Shades of Blue Violet #800EEF
Tints of Blue Violet #800EEF
RGB
CMYK
RGB Variations
Color information
#800EEF (or 0x800EEF) is known color: Blue Violet. HEX triplet: 80, 0E and EF. RGB value is (128,14,239). Sum of RGB (Red+Green+Blue) = 128+14+239=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #800EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EEF is #7FF110. Grayscale: #484848. Windows color (decimal): -8384785 or 15666816. OLE color: 15666816.
HSL color Cylindrical-coordinate representation of color #800EEF: hue angle of 270.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EEF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 14 | 239 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.06 |
| HSL | 270.4º | 0.89% | 0.5% | - |
| HSV(B) | 270.4º | 0.94% | 0.94% | - |
| XYZ | 24.64 | 11.14 | 82.51 | - |
| YUV | 73.74 | 221.27 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 239 | 0.46 | 0.94 | 0 | 0.06 | 270.4 | 0.89 | 0.5 |
| Hex | 80 | E | EF | 2E | 5E | 0 | 6 | 10E | 59 | 32 |
| Octal | 200 | 16 | 357 | 56 | 136 | 0 | 6 | 416 | 131 | 62 |
| Binary | 10000000 | 1110 | 11101111 | 101110 | 1011110 | 0 | 110 | 100001110 | 1011001 | 110010 |
Color Harmonies of #800EEF
Complementary color
Monochromatic Colors of #800EEF
Black with #800EEF
Text Example
Text Example
White with #800EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EEF; }
p { color: rgb(128,14,239); }
H1.HeaderClassName
{
color: #800EEF;
}
.AnyTagClassName
{
color: #800EEF;
}
</style>
background-color css
<style>
a { background-color: #800EEF; }
a { background-color: rgb(128,14,239); }
div.DivClassName
{
background-color: #800EEF;
}
.BgClassName
{
background-color: #800EEF;
}
</style>
border-color css
<style>
span { border-color: #800EEF; }
span { border-color: rgb(128,14,239); }
td.TdClassName
{
border-color: #800EEF;
}
.TagClassName
{
border-color: #800EEF;
}
</style>