Shades of Blue Violet #880EEF
Tints of Blue Violet #880EEF
RGB
CMYK
RGB Variations
Color information
#880EEF (or 0x880EEF) is known color: Blue Violet. HEX triplet: 88, 0E and EF. RGB value is (136,14,239). Sum of RGB (Red+Green+Blue) = 136+14+239=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #880EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EEF is #77F110. Grayscale: #4B4B4B. Windows color (decimal): -7860497 or 15666824. OLE color: 15666824.
HSL color Cylindrical-coordinate representation of color #880EEF: hue angle of 272.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EEF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 14 | 239 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.06 |
| HSL | 272.53º | 0.89% | 0.5% | - |
| HSV(B) | 272.53º | 0.94% | 0.94% | - |
| XYZ | 25.89 | 11.78 | 82.57 | - |
| YUV | 76.13 | 219.92 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 239 | 0.43 | 0.94 | 0 | 0.06 | 272.53 | 0.89 | 0.5 |
| Hex | 88 | E | EF | 2B | 5E | 0 | 6 | 111 | 59 | 32 |
| Octal | 210 | 16 | 357 | 53 | 136 | 0 | 6 | 421 | 131 | 62 |
| Binary | 10001000 | 1110 | 11101111 | 101011 | 1011110 | 0 | 110 | 100010001 | 1011001 | 110010 |
Color Harmonies of #880EEF
Complementary color
Monochromatic Colors of #880EEF
Black with #880EEF
Text Example
Text Example
White with #880EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EEF; }
p { color: rgb(136,14,239); }
H1.HeaderClassName
{
color: #880EEF;
}
.AnyTagClassName
{
color: #880EEF;
}
</style>
background-color css
<style>
a { background-color: #880EEF; }
a { background-color: rgb(136,14,239); }
div.DivClassName
{
background-color: #880EEF;
}
.BgClassName
{
background-color: #880EEF;
}
</style>
border-color css
<style>
span { border-color: #880EEF; }
span { border-color: rgb(136,14,239); }
td.TdClassName
{
border-color: #880EEF;
}
.TagClassName
{
border-color: #880EEF;
}
</style>