Shades of Blue Violet #8911E8
Tints of Blue Violet #8911E8
RGB
CMYK
RGB Variations
Color information
#8911E8 (or 0x8911E8) is known color: Blue Violet. HEX triplet: 89, 11 and E8. RGB value is (137,17,232). Sum of RGB (Red+Green+Blue) = 137+17+232=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #8911E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8911E8 is #76EE17. Grayscale: #4C4C4C. Windows color (decimal): -7794200 or 15208841. OLE color: 15208841.
HSL color Cylindrical-coordinate representation of color #8911E8: hue angle of 273.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8911E8 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 17 | 232 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.09 |
| HSL | 273.49º | 0.86% | 0.49% | - |
| HSV(B) | 273.49º | 0.93% | 0.91% | - |
| XYZ | 25.08 | 11.55 | 77.25 | - |
| YUV | 77.39 | 215.26 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 232 | 0.41 | 0.93 | 0 | 0.09 | 273.49 | 0.86 | 0.49 |
| Hex | 89 | 11 | E8 | 29 | 5D | 0 | 9 | 111 | 56 | 31 |
| Octal | 211 | 21 | 350 | 51 | 135 | 0 | 11 | 421 | 126 | 61 |
| Binary | 10001001 | 10001 | 11101000 | 101001 | 1011101 | 0 | 1001 | 100010001 | 1010110 | 110001 |
Color Harmonies of #8911E8
Complementary color
Monochromatic Colors of #8911E8
Black with #8911E8
Text Example
Text Example
White with #8911E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911E8; }
p { color: rgb(137,17,232); }
H1.HeaderClassName
{
color: #8911E8;
}
.AnyTagClassName
{
color: #8911E8;
}
</style>
background-color css
<style>
a { background-color: #8911E8; }
a { background-color: rgb(137,17,232); }
div.DivClassName
{
background-color: #8911E8;
}
.BgClassName
{
background-color: #8911E8;
}
</style>
border-color css
<style>
span { border-color: #8911E8; }
span { border-color: rgb(137,17,232); }
td.TdClassName
{
border-color: #8911E8;
}
.TagClassName
{
border-color: #8911E8;
}
</style>