Shades of Blue Violet #8C11EB
Tints of Blue Violet #8C11EB
RGB
CMYK
RGB Variations
Color information
#8C11EB (or 0x8C11EB) is known color: Blue Violet. HEX triplet: 8C, 11 and EB. RGB value is (140,17,235). Sum of RGB (Red+Green+Blue) = 140+17+235=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C11EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C11EB is #73EE14. Grayscale: #4D4D4D. Windows color (decimal): -7597589 or 15405452. OLE color: 15405452.
HSL color Cylindrical-coordinate representation of color #8C11EB: hue angle of 273.85º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C11EB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 17 | 235 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.08 |
| HSL | 273.85º | 0.87% | 0.49% | - |
| HSV(B) | 273.85º | 0.93% | 0.92% | - |
| XYZ | 26.01 | 11.97 | 79.54 | - |
| YUV | 78.63 | 216.25 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 235 | 0.40 | 0.93 | 0 | 0.08 | 273.85 | 0.87 | 0.49 |
| Hex | 8C | 11 | EB | 28 | 5D | 0 | 8 | 112 | 57 | 31 |
| Octal | 214 | 21 | 353 | 50 | 135 | 0 | 10 | 422 | 127 | 61 |
| Binary | 10001100 | 10001 | 11101011 | 101000 | 1011101 | 0 | 1000 | 100010010 | 1010111 | 110001 |
Color Harmonies of #8C11EB
Complementary color
Monochromatic Colors of #8C11EB
Black with #8C11EB
Text Example
Text Example
White with #8C11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C11EB; }
p { color: rgb(140,17,235); }
H1.HeaderClassName
{
color: #8C11EB;
}
.AnyTagClassName
{
color: #8C11EB;
}
</style>
background-color css
<style>
a { background-color: #8C11EB; }
a { background-color: rgb(140,17,235); }
div.DivClassName
{
background-color: #8C11EB;
}
.BgClassName
{
background-color: #8C11EB;
}
</style>
border-color css
<style>
span { border-color: #8C11EB; }
span { border-color: rgb(140,17,235); }
td.TdClassName
{
border-color: #8C11EB;
}
.TagClassName
{
border-color: #8C11EB;
}
</style>