Shades of Dark Violet #880EB4
Tints of Dark Violet #880EB4
RGB
CMYK
RGB Variations
Color information
#880EB4 (or 0x880EB4) is known color: Dark Violet. HEX triplet: 88, 0E and B4. RGB value is (136,14,180). Sum of RGB (Red+Green+Blue) = 136+14+180=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #880EB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EB4 is #77F14B. Grayscale: #444444. Windows color (decimal): -7860556 or 11800200. OLE color: 11800200.
HSL color Cylindrical-coordinate representation of color #880EB4: hue angle of 284.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880EB4 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 14 | 180 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.29 |
| HSL | 284.1º | 0.86% | 0.38% | - |
| HSV(B) | 284.1º | 0.92% | 0.71% | - |
| XYZ | 18.55 | 8.84 | 43.91 | - |
| YUV | 69.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 180 | 0.24 | 0.92 | 0 | 0.29 | 284.1 | 0.86 | 0.38 |
| Hex | 88 | E | B4 | 18 | 5C | 0 | 1D | 11C | 56 | 26 |
| Octal | 210 | 16 | 264 | 30 | 134 | 0 | 35 | 434 | 126 | 46 |
| Binary | 10001000 | 1110 | 10110100 | 11000 | 1011100 | 0 | 11101 | 100011100 | 1010110 | 100110 |
Color Harmonies of #880EB4
Complementary color
Monochromatic Colors of #880EB4
Black with #880EB4
Text Example
Text Example
White with #880EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EB4; }
p { color: rgb(136,14,180); }
H1.HeaderClassName
{
color: #880EB4;
}
.AnyTagClassName
{
color: #880EB4;
}
</style>
background-color css
<style>
a { background-color: #880EB4; }
a { background-color: rgb(136,14,180); }
div.DivClassName
{
background-color: #880EB4;
}
.BgClassName
{
background-color: #880EB4;
}
</style>
border-color css
<style>
span { border-color: #880EB4; }
span { border-color: rgb(136,14,180); }
td.TdClassName
{
border-color: #880EB4;
}
.TagClassName
{
border-color: #880EB4;
}
</style>