Shades of Dark Violet #880EDC
Tints of Dark Violet #880EDC
RGB
CMYK
RGB Variations
Color information
#880EDC (or 0x880EDC) is known color: Dark Violet. HEX triplet: 88, 0E and DC. RGB value is (136,14,220). Sum of RGB (Red+Green+Blue) = 136+14+220=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #880EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EDC is #77F123. Grayscale: #494949. Windows color (decimal): -7860516 or 14421640. OLE color: 14421640.
HSL color Cylindrical-coordinate representation of color #880EDC: hue angle of 275.53º 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 #880EDC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 14 | 220 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.14 |
| HSL | 275.53º | 0.88% | 0.46% | - |
| HSV(B) | 275.53º | 0.94% | 0.86% | - |
| XYZ | 23.23 | 10.72 | 68.55 | - |
| YUV | 73.96 | 210.42 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 220 | 0.38 | 0.94 | 0 | 0.14 | 275.53 | 0.88 | 0.46 |
| Hex | 88 | E | DC | 26 | 5E | 0 | E | 114 | 58 | 2E |
| Octal | 210 | 16 | 334 | 46 | 136 | 0 | 16 | 424 | 130 | 56 |
| Binary | 10001000 | 1110 | 11011100 | 100110 | 1011110 | 0 | 1110 | 100010100 | 1011000 | 101110 |
Color Harmonies of #880EDC
Complementary color
Monochromatic Colors of #880EDC
Black with #880EDC
Text Example
Text Example
White with #880EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EDC; }
p { color: rgb(136,14,220); }
H1.HeaderClassName
{
color: #880EDC;
}
.AnyTagClassName
{
color: #880EDC;
}
</style>
background-color css
<style>
a { background-color: #880EDC; }
a { background-color: rgb(136,14,220); }
div.DivClassName
{
background-color: #880EDC;
}
.BgClassName
{
background-color: #880EDC;
}
</style>
border-color css
<style>
span { border-color: #880EDC; }
span { border-color: rgb(136,14,220); }
td.TdClassName
{
border-color: #880EDC;
}
.TagClassName
{
border-color: #880EDC;
}
</style>