Shades of Blue Violet #880EE8
Tints of Blue Violet #880EE8
RGB
CMYK
RGB Variations
Color information
#880EE8 (or 0x880EE8) is known color: Blue Violet. HEX triplet: 88, 0E and E8. RGB value is (136,14,232). Sum of RGB (Red+Green+Blue) = 136+14+232=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #880EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EE8 is #77F117. Grayscale: #4A4A4A. Windows color (decimal): -7860504 or 15208072. OLE color: 15208072.
HSL color Cylindrical-coordinate representation of color #880EE8: hue angle of 273.58º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EE8 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 14 | 232 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.09 |
| HSL | 273.58º | 0.89% | 0.48% | - |
| HSV(B) | 273.58º | 0.94% | 0.91% | - |
| XYZ | 24.88 | 11.37 | 77.23 | - |
| YUV | 75.33 | 216.42 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 232 | 0.41 | 0.94 | 0 | 0.09 | 273.58 | 0.89 | 0.48 |
| Hex | 88 | E | E8 | 29 | 5E | 0 | 9 | 112 | 59 | 30 |
| Octal | 210 | 16 | 350 | 51 | 136 | 0 | 11 | 422 | 131 | 60 |
| Binary | 10001000 | 1110 | 11101000 | 101001 | 1011110 | 0 | 1001 | 100010010 | 1011001 | 110000 |
Color Harmonies of #880EE8
Complementary color
Monochromatic Colors of #880EE8
Black with #880EE8
Text Example
Text Example
White with #880EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EE8; }
p { color: rgb(136,14,232); }
H1.HeaderClassName
{
color: #880EE8;
}
.AnyTagClassName
{
color: #880EE8;
}
</style>
background-color css
<style>
a { background-color: #880EE8; }
a { background-color: rgb(136,14,232); }
div.DivClassName
{
background-color: #880EE8;
}
.BgClassName
{
background-color: #880EE8;
}
</style>
border-color css
<style>
span { border-color: #880EE8; }
span { border-color: rgb(136,14,232); }
td.TdClassName
{
border-color: #880EE8;
}
.TagClassName
{
border-color: #880EE8;
}
</style>