Shades of Dark Violet #800EE0
Tints of Dark Violet #800EE0
RGB
CMYK
RGB Variations
Color information
#800EE0 (or 0x800EE0) is known color: Dark Violet. HEX triplet: 80, 0E and E0. RGB value is (128,14,224). Sum of RGB (Red+Green+Blue) = 128+14+224=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #800EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EE0 is #7FF11F. Grayscale: #474747. Windows color (decimal): -8384800 or 14683776. OLE color: 14683776.
HSL color Cylindrical-coordinate representation of color #800EE0: hue angle of 272.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EE0 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 14 | 224 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.12 |
| HSL | 272.57º | 0.88% | 0.47% | - |
| HSV(B) | 272.57º | 0.94% | 0.88% | - |
| XYZ | 22.51 | 10.29 | 71.32 | - |
| YUV | 72.03 | 213.77 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 224 | 0.43 | 0.94 | 0 | 0.12 | 272.57 | 0.88 | 0.47 |
| Hex | 80 | E | E0 | 2B | 5E | 0 | C | 111 | 58 | 2F |
| Octal | 200 | 16 | 340 | 53 | 136 | 0 | 14 | 421 | 130 | 57 |
| Binary | 10000000 | 1110 | 11100000 | 101011 | 1011110 | 0 | 1100 | 100010001 | 1011000 | 101111 |
Color Harmonies of #800EE0
Complementary color
Monochromatic Colors of #800EE0
Black with #800EE0
Text Example
Text Example
White with #800EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EE0; }
p { color: rgb(128,14,224); }
H1.HeaderClassName
{
color: #800EE0;
}
.AnyTagClassName
{
color: #800EE0;
}
</style>
background-color css
<style>
a { background-color: #800EE0; }
a { background-color: rgb(128,14,224); }
div.DivClassName
{
background-color: #800EE0;
}
.BgClassName
{
background-color: #800EE0;
}
</style>
border-color css
<style>
span { border-color: #800EE0; }
span { border-color: rgb(128,14,224); }
td.TdClassName
{
border-color: #800EE0;
}
.TagClassName
{
border-color: #800EE0;
}
</style>