Shades of Dark Violet #800EDE
Tints of Dark Violet #800EDE
RGB
CMYK
RGB Variations
Color information
#800EDE (or 0x800EDE) is known color: Dark Violet. HEX triplet: 80, 0E and DE. RGB value is (128,14,222). Sum of RGB (Red+Green+Blue) = 128+14+222=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #800EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EDE is #7FF121. Grayscale: #474747. Windows color (decimal): -8384802 or 14552704. OLE color: 14552704.
HSL color Cylindrical-coordinate representation of color #800EDE: hue angle of 272.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EDE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 14 | 222 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 272.88º | 0.88% | 0.46% | - |
| HSV(B) | 272.88º | 0.94% | 0.87% | - |
| XYZ | 22.24 | 10.18 | 69.9 | - |
| YUV | 71.8 | 212.77 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 222 | 0.42 | 0.94 | 0 | 0.13 | 272.88 | 0.88 | 0.46 |
| Hex | 80 | E | DE | 2A | 5E | 0 | D | 111 | 58 | 2E |
| Octal | 200 | 16 | 336 | 52 | 136 | 0 | 15 | 421 | 130 | 56 |
| Binary | 10000000 | 1110 | 11011110 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011000 | 101110 |
Color Harmonies of #800EDE
Complementary color
Monochromatic Colors of #800EDE
Black with #800EDE
Text Example
Text Example
White with #800EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EDE; }
p { color: rgb(128,14,222); }
H1.HeaderClassName
{
color: #800EDE;
}
.AnyTagClassName
{
color: #800EDE;
}
</style>
background-color css
<style>
a { background-color: #800EDE; }
a { background-color: rgb(128,14,222); }
div.DivClassName
{
background-color: #800EDE;
}
.BgClassName
{
background-color: #800EDE;
}
</style>
border-color css
<style>
span { border-color: #800EDE; }
span { border-color: rgb(128,14,222); }
td.TdClassName
{
border-color: #800EDE;
}
.TagClassName
{
border-color: #800EDE;
}
</style>