Shades of Dark Violet #880EE4
Tints of Dark Violet #880EE4
RGB
CMYK
RGB Variations
Color information
#880EE4 (or 0x880EE4) is known color: Dark Violet. HEX triplet: 88, 0E and E4. RGB value is (136,14,228). Sum of RGB (Red+Green+Blue) = 136+14+228=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #880EE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EE4 is #77F11B. Grayscale: #4A4A4A. Windows color (decimal): -7860508 or 14945928. OLE color: 14945928.
HSL color Cylindrical-coordinate representation of color #880EE4: hue angle of 274.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EE4 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 14 | 228 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.11 |
| HSL | 274.21º | 0.88% | 0.47% | - |
| HSV(B) | 274.21º | 0.94% | 0.89% | - |
| XYZ | 24.31 | 11.15 | 74.27 | - |
| YUV | 74.87 | 214.42 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 228 | 0.40 | 0.94 | 0 | 0.11 | 274.21 | 0.88 | 0.47 |
| Hex | 88 | E | E4 | 28 | 5E | 0 | B | 112 | 58 | 2F |
| Octal | 210 | 16 | 344 | 50 | 136 | 0 | 13 | 422 | 130 | 57 |
| Binary | 10001000 | 1110 | 11100100 | 101000 | 1011110 | 0 | 1011 | 100010010 | 1011000 | 101111 |
Color Harmonies of #880EE4
Complementary color
Monochromatic Colors of #880EE4
Black with #880EE4
Text Example
Text Example
White with #880EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EE4; }
p { color: rgb(136,14,228); }
H1.HeaderClassName
{
color: #880EE4;
}
.AnyTagClassName
{
color: #880EE4;
}
</style>
background-color css
<style>
a { background-color: #880EE4; }
a { background-color: rgb(136,14,228); }
div.DivClassName
{
background-color: #880EE4;
}
.BgClassName
{
background-color: #880EE4;
}
</style>
border-color css
<style>
span { border-color: #880EE4; }
span { border-color: rgb(136,14,228); }
td.TdClassName
{
border-color: #880EE4;
}
.TagClassName
{
border-color: #880EE4;
}
</style>