Shades of Blue Violet #8811EC
Tints of Blue Violet #8811EC
RGB
CMYK
RGB Variations
Color information
#8811EC (or 0x8811EC) is known color: Blue Violet. HEX triplet: 88, 11 and EC. RGB value is (136,17,236). Sum of RGB (Red+Green+Blue) = 136+17+236=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #8811EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8811EC is #77EE13. Grayscale: #4C4C4C. Windows color (decimal): -7859732 or 15470984. OLE color: 15470984.
HSL color Cylindrical-coordinate representation of color #8811EC: hue angle of 272.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8811EC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 17 | 236 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.07 |
| HSL | 272.6º | 0.87% | 0.5% | - |
| HSV(B) | 272.6º | 0.93% | 0.93% | - |
| XYZ | 25.49 | 11.69 | 80.27 | - |
| YUV | 77.55 | 217.42 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 236 | 0.42 | 0.93 | 0 | 0.07 | 272.6 | 0.87 | 0.5 |
| Hex | 88 | 11 | EC | 2A | 5D | 0 | 7 | 111 | 57 | 32 |
| Octal | 210 | 21 | 354 | 52 | 135 | 0 | 7 | 421 | 127 | 62 |
| Binary | 10001000 | 10001 | 11101100 | 101010 | 1011101 | 0 | 111 | 100010001 | 1010111 | 110010 |
Color Harmonies of #8811EC
Complementary color
Monochromatic Colors of #8811EC
Black with #8811EC
Text Example
Text Example
White with #8811EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811EC; }
p { color: rgb(136,17,236); }
H1.HeaderClassName
{
color: #8811EC;
}
.AnyTagClassName
{
color: #8811EC;
}
</style>
background-color css
<style>
a { background-color: #8811EC; }
a { background-color: rgb(136,17,236); }
div.DivClassName
{
background-color: #8811EC;
}
.BgClassName
{
background-color: #8811EC;
}
</style>
border-color css
<style>
span { border-color: #8811EC; }
span { border-color: rgb(136,17,236); }
td.TdClassName
{
border-color: #8811EC;
}
.TagClassName
{
border-color: #8811EC;
}
</style>