Shades of Blue Violet #800EE7
Tints of Blue Violet #800EE7
RGB
CMYK
RGB Variations
Color information
#800EE7 (or 0x800EE7) is known color: Blue Violet. HEX triplet: 80, 0E and E7. RGB value is (128,14,231). Sum of RGB (Red+Green+Blue) = 128+14+231=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 231 (90.62% from 255 or 61.93% from 373); Max value from RGB is 231 - color contains mainly: blue. Hex color #800EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EE7 is #7FF118. Grayscale: #484848. Windows color (decimal): -8384793 or 15142528. OLE color: 15142528.
HSL color Cylindrical-coordinate representation of color #800EE7: hue angle of 271.52º 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 #800EE7 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 14 | 231 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.09 |
| HSL | 271.52º | 0.89% | 0.48% | - |
| HSV(B) | 271.52º | 0.94% | 0.91% | - |
| XYZ | 23.48 | 10.67 | 76.42 | - |
| YUV | 72.82 | 217.27 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 231 | 0.45 | 0.94 | 0 | 0.09 | 271.52 | 0.89 | 0.48 |
| Hex | 80 | E | E7 | 2D | 5E | 0 | 9 | 110 | 59 | 30 |
| Octal | 200 | 16 | 347 | 55 | 136 | 0 | 11 | 420 | 131 | 60 |
| Binary | 10000000 | 1110 | 11100111 | 101101 | 1011110 | 0 | 1001 | 100010000 | 1011001 | 110000 |
Color Harmonies of #800EE7
Complementary color
Monochromatic Colors of #800EE7
Black with #800EE7
Text Example
Text Example
White with #800EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EE7; }
p { color: rgb(128,14,231); }
H1.HeaderClassName
{
color: #800EE7;
}
.AnyTagClassName
{
color: #800EE7;
}
</style>
background-color css
<style>
a { background-color: #800EE7; }
a { background-color: rgb(128,14,231); }
div.DivClassName
{
background-color: #800EE7;
}
.BgClassName
{
background-color: #800EE7;
}
</style>
border-color css
<style>
span { border-color: #800EE7; }
span { border-color: rgb(128,14,231); }
td.TdClassName
{
border-color: #800EE7;
}
.TagClassName
{
border-color: #800EE7;
}
</style>