Shades of Blue Violet #880FEE
Tints of Blue Violet #880FEE
RGB
CMYK
RGB Variations
Color information
#880FEE (or 0x880FEE) is known color: Blue Violet. HEX triplet: 88, 0F and EE. RGB value is (136,15,238). Sum of RGB (Red+Green+Blue) = 136+15+238=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #880FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FEE is #77F011. Grayscale: #4B4B4B. Windows color (decimal): -7860242 or 15601544. OLE color: 15601544.
HSL color Cylindrical-coordinate representation of color #880FEE: hue angle of 272.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FEE is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 15 | 238 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.07 |
| HSL | 272.56º | 0.88% | 0.5% | - |
| HSV(B) | 272.56º | 0.94% | 0.93% | - |
| XYZ | 25.76 | 11.75 | 81.8 | - |
| YUV | 76.6 | 219.09 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 238 | 0.43 | 0.94 | 0 | 0.07 | 272.56 | 0.88 | 0.5 |
| Hex | 88 | F | EE | 2B | 5E | 0 | 7 | 111 | 58 | 32 |
| Octal | 210 | 17 | 356 | 53 | 136 | 0 | 7 | 421 | 130 | 62 |
| Binary | 10001000 | 1111 | 11101110 | 101011 | 1011110 | 0 | 111 | 100010001 | 1011000 | 110010 |
Color Harmonies of #880FEE
Complementary color
Monochromatic Colors of #880FEE
Black with #880FEE
Text Example
Text Example
White with #880FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FEE; }
p { color: rgb(136,15,238); }
H1.HeaderClassName
{
color: #880FEE;
}
.AnyTagClassName
{
color: #880FEE;
}
</style>
background-color css
<style>
a { background-color: #880FEE; }
a { background-color: rgb(136,15,238); }
div.DivClassName
{
background-color: #880FEE;
}
.BgClassName
{
background-color: #880FEE;
}
</style>
border-color css
<style>
span { border-color: #880FEE; }
span { border-color: rgb(136,15,238); }
td.TdClassName
{
border-color: #880FEE;
}
.TagClassName
{
border-color: #880FEE;
}
</style>