Shades of Dark Violet #880ED5
Tints of Dark Violet #880ED5
RGB
CMYK
RGB Variations
Color information
#880ED5 (or 0x880ED5) is known color: Dark Violet. HEX triplet: 88, 0E and D5. RGB value is (136,14,213). Sum of RGB (Red+Green+Blue) = 136+14+213=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #880ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ED5 is #77F12A. Grayscale: #484848. Windows color (decimal): -7860523 or 13962888. OLE color: 13962888.
HSL color Cylindrical-coordinate representation of color #880ED5: hue angle of 276.78º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880ED5 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 14 | 213 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.16 |
| HSL | 276.78º | 0.88% | 0.45% | - |
| HSV(B) | 276.78º | 0.93% | 0.84% | - |
| XYZ | 22.32 | 10.35 | 63.77 | - |
| YUV | 73.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 213 | 0.36 | 0.93 | 0 | 0.16 | 276.78 | 0.88 | 0.45 |
| Hex | 88 | E | D5 | 24 | 5D | 0 | 10 | 115 | 58 | 2D |
| Octal | 210 | 16 | 325 | 44 | 135 | 0 | 20 | 425 | 130 | 55 |
| Binary | 10001000 | 1110 | 11010101 | 100100 | 1011101 | 0 | 10000 | 100010101 | 1011000 | 101101 |
Color Harmonies of #880ED5
Complementary color
Monochromatic Colors of #880ED5
Black with #880ED5
Text Example
Text Example
White with #880ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ED5; }
p { color: rgb(136,14,213); }
H1.HeaderClassName
{
color: #880ED5;
}
.AnyTagClassName
{
color: #880ED5;
}
</style>
background-color css
<style>
a { background-color: #880ED5; }
a { background-color: rgb(136,14,213); }
div.DivClassName
{
background-color: #880ED5;
}
.BgClassName
{
background-color: #880ED5;
}
</style>
border-color css
<style>
span { border-color: #880ED5; }
span { border-color: rgb(136,14,213); }
td.TdClassName
{
border-color: #880ED5;
}
.TagClassName
{
border-color: #880ED5;
}
</style>