Shades of Blue Violet #880EF3
Tints of Blue Violet #880EF3
RGB
CMYK
RGB Variations
Color information
#880EF3 (or 0x880EF3) is known color: Blue Violet. HEX triplet: 88, 0E and F3. RGB value is (136,14,243). Sum of RGB (Red+Green+Blue) = 136+14+243=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #880EF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EF3 is #77F10C. Grayscale: #4B4B4B. Windows color (decimal): -7860493 or 15928968. OLE color: 15928968.
HSL color Cylindrical-coordinate representation of color #880EF3: hue angle of 271.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EF3 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 14 | 243 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.05 |
| HSL | 271.97º | 0.91% | 0.5% | - |
| HSV(B) | 271.97º | 0.94% | 0.95% | - |
| XYZ | 26.49 | 12.02 | 85.72 | - |
| YUV | 76.58 | 221.92 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 243 | 0.44 | 0.94 | 0 | 0.05 | 271.97 | 0.91 | 0.5 |
| Hex | 88 | E | F3 | 2C | 5E | 0 | 5 | 110 | 5B | 32 |
| Octal | 210 | 16 | 363 | 54 | 136 | 0 | 5 | 420 | 133 | 62 |
| Binary | 10001000 | 1110 | 11110011 | 101100 | 1011110 | 0 | 101 | 100010000 | 1011011 | 110010 |
Color Harmonies of #880EF3
Complementary color
Monochromatic Colors of #880EF3
Black with #880EF3
Text Example
Text Example
White with #880EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EF3; }
p { color: rgb(136,14,243); }
H1.HeaderClassName
{
color: #880EF3;
}
.AnyTagClassName
{
color: #880EF3;
}
</style>
background-color css
<style>
a { background-color: #880EF3; }
a { background-color: rgb(136,14,243); }
div.DivClassName
{
background-color: #880EF3;
}
.BgClassName
{
background-color: #880EF3;
}
</style>
border-color css
<style>
span { border-color: #880EF3; }
span { border-color: rgb(136,14,243); }
td.TdClassName
{
border-color: #880EF3;
}
.TagClassName
{
border-color: #880EF3;
}
</style>