Shades of Dark Violet #880EE0
Tints of Dark Violet #880EE0
RGB
CMYK
RGB Variations
Color information
#880EE0 (or 0x880EE0) is known color: Dark Violet. HEX triplet: 88, 0E and E0. RGB value is (136,14,224). Sum of RGB (Red+Green+Blue) = 136+14+224=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #880EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EE0 is #77F11F. Grayscale: #494949. Windows color (decimal): -7860512 or 14683784. OLE color: 14683784.
HSL color Cylindrical-coordinate representation of color #880EE0: hue angle of 274.86º 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 #880EE0 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 14 | 224 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.12 |
| HSL | 274.86º | 0.88% | 0.47% | - |
| HSV(B) | 274.86º | 0.94% | 0.88% | - |
| XYZ | 23.76 | 10.93 | 71.38 | - |
| YUV | 74.42 | 212.42 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 224 | 0.39 | 0.94 | 0 | 0.12 | 274.86 | 0.88 | 0.47 |
| Hex | 88 | E | E0 | 27 | 5E | 0 | C | 113 | 58 | 2F |
| Octal | 210 | 16 | 340 | 47 | 136 | 0 | 14 | 423 | 130 | 57 |
| Binary | 10001000 | 1110 | 11100000 | 100111 | 1011110 | 0 | 1100 | 100010011 | 1011000 | 101111 |
Color Harmonies of #880EE0
Complementary color
Monochromatic Colors of #880EE0
Black with #880EE0
Text Example
Text Example
White with #880EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EE0; }
p { color: rgb(136,14,224); }
H1.HeaderClassName
{
color: #880EE0;
}
.AnyTagClassName
{
color: #880EE0;
}
</style>
background-color css
<style>
a { background-color: #880EE0; }
a { background-color: rgb(136,14,224); }
div.DivClassName
{
background-color: #880EE0;
}
.BgClassName
{
background-color: #880EE0;
}
</style>
border-color css
<style>
span { border-color: #880EE0; }
span { border-color: rgb(136,14,224); }
td.TdClassName
{
border-color: #880EE0;
}
.TagClassName
{
border-color: #880EE0;
}
</style>