Shades of Blue Violet #8911EC
Tints of Blue Violet #8911EC
RGB
CMYK
RGB Variations
Color information
#8911EC (or 0x8911EC) is known color: Blue Violet. HEX triplet: 89, 11 and EC. RGB value is (137,17,236). Sum of RGB (Red+Green+Blue) = 137+17+236=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #8911EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8911EC is #76EE13. Grayscale: #4D4D4D. Windows color (decimal): -7794196 or 15470985. OLE color: 15470985.
HSL color Cylindrical-coordinate representation of color #8911EC: hue angle of 272.88º 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 #8911EC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 17 | 236 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.07 |
| HSL | 272.88º | 0.87% | 0.5% | - |
| HSV(B) | 272.88º | 0.93% | 0.93% | - |
| XYZ | 25.66 | 11.78 | 80.28 | - |
| YUV | 77.85 | 217.26 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 236 | 0.42 | 0.93 | 0 | 0.07 | 272.88 | 0.87 | 0.5 |
| Hex | 89 | 11 | EC | 2A | 5D | 0 | 7 | 111 | 57 | 32 |
| Octal | 211 | 21 | 354 | 52 | 135 | 0 | 7 | 421 | 127 | 62 |
| Binary | 10001001 | 10001 | 11101100 | 101010 | 1011101 | 0 | 111 | 100010001 | 1010111 | 110010 |
Color Harmonies of #8911EC
Complementary color
Monochromatic Colors of #8911EC
Black with #8911EC
Text Example
Text Example
White with #8911EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911EC; }
p { color: rgb(137,17,236); }
H1.HeaderClassName
{
color: #8911EC;
}
.AnyTagClassName
{
color: #8911EC;
}
</style>
background-color css
<style>
a { background-color: #8911EC; }
a { background-color: rgb(137,17,236); }
div.DivClassName
{
background-color: #8911EC;
}
.BgClassName
{
background-color: #8911EC;
}
</style>
border-color css
<style>
span { border-color: #8911EC; }
span { border-color: rgb(137,17,236); }
td.TdClassName
{
border-color: #8911EC;
}
.TagClassName
{
border-color: #8911EC;
}
</style>