Shades of Dark Violet #800EDC
Tints of Dark Violet #800EDC
RGB
CMYK
RGB Variations
Color information
#800EDC (or 0x800EDC) is known color: Dark Violet. HEX triplet: 80, 0E and DC. RGB value is (128,14,220). Sum of RGB (Red+Green+Blue) = 128+14+220=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #800EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EDC is #7FF123. Grayscale: #464646. Windows color (decimal): -8384804 or 14421632. OLE color: 14421632.
HSL color Cylindrical-coordinate representation of color #800EDC: hue angle of 273.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EDC is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 14 | 220 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.14 |
| HSL | 273.2º | 0.88% | 0.46% | - |
| HSV(B) | 273.2º | 0.94% | 0.86% | - |
| XYZ | 21.98 | 10.07 | 68.5 | - |
| YUV | 71.57 | 211.77 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 220 | 0.42 | 0.94 | 0 | 0.14 | 273.2 | 0.88 | 0.46 |
| Hex | 80 | E | DC | 2A | 5E | 0 | E | 111 | 58 | 2E |
| Octal | 200 | 16 | 334 | 52 | 136 | 0 | 16 | 421 | 130 | 56 |
| Binary | 10000000 | 1110 | 11011100 | 101010 | 1011110 | 0 | 1110 | 100010001 | 1011000 | 101110 |
Color Harmonies of #800EDC
Complementary color
Monochromatic Colors of #800EDC
Black with #800EDC
Text Example
Text Example
White with #800EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EDC; }
p { color: rgb(128,14,220); }
H1.HeaderClassName
{
color: #800EDC;
}
.AnyTagClassName
{
color: #800EDC;
}
</style>
background-color css
<style>
a { background-color: #800EDC; }
a { background-color: rgb(128,14,220); }
div.DivClassName
{
background-color: #800EDC;
}
.BgClassName
{
background-color: #800EDC;
}
</style>
border-color css
<style>
span { border-color: #800EDC; }
span { border-color: rgb(128,14,220); }
td.TdClassName
{
border-color: #800EDC;
}
.TagClassName
{
border-color: #800EDC;
}
</style>