Shades of Dark Violet #880EDD
Tints of Dark Violet #880EDD
RGB
CMYK
RGB Variations
Color information
#880EDD (or 0x880EDD) is known color: Dark Violet. HEX triplet: 88, 0E and DD. RGB value is (136,14,221). Sum of RGB (Red+Green+Blue) = 136+14+221=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #880EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EDD is #77F122. Grayscale: #494949. Windows color (decimal): -7860515 or 14487176. OLE color: 14487176.
HSL color Cylindrical-coordinate representation of color #880EDD: hue angle of 275.36º 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 #880EDD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 14 | 221 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.13 |
| HSL | 275.36º | 0.88% | 0.46% | - |
| HSV(B) | 275.36º | 0.94% | 0.87% | - |
| XYZ | 23.36 | 10.77 | 69.25 | - |
| YUV | 74.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 221 | 0.38 | 0.94 | 0 | 0.13 | 275.36 | 0.88 | 0.46 |
| Hex | 88 | E | DD | 26 | 5E | 0 | D | 113 | 58 | 2E |
| Octal | 210 | 16 | 335 | 46 | 136 | 0 | 15 | 423 | 130 | 56 |
| Binary | 10001000 | 1110 | 11011101 | 100110 | 1011110 | 0 | 1101 | 100010011 | 1011000 | 101110 |
Color Harmonies of #880EDD
Complementary color
Monochromatic Colors of #880EDD
Black with #880EDD
Text Example
Text Example
White with #880EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EDD; }
p { color: rgb(136,14,221); }
H1.HeaderClassName
{
color: #880EDD;
}
.AnyTagClassName
{
color: #880EDD;
}
</style>
background-color css
<style>
a { background-color: #880EDD; }
a { background-color: rgb(136,14,221); }
div.DivClassName
{
background-color: #880EDD;
}
.BgClassName
{
background-color: #880EDD;
}
</style>
border-color css
<style>
span { border-color: #880EDD; }
span { border-color: rgb(136,14,221); }
td.TdClassName
{
border-color: #880EDD;
}
.TagClassName
{
border-color: #880EDD;
}
</style>