Shades of Blue Violet #8C0EEB
Tints of Blue Violet #8C0EEB
RGB
CMYK
RGB Variations
Color information
#8C0EEB (or 0x8C0EEB) is known color: Blue Violet. HEX triplet: 8C, 0E and EB. RGB value is (140,14,235). Sum of RGB (Red+Green+Blue) = 140+14+235=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EEB is #73F114. Grayscale: #4C4C4C. Windows color (decimal): -7598357 or 15404684. OLE color: 15404684.
HSL color Cylindrical-coordinate representation of color #8C0EEB: hue angle of 274.21º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0EEB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 14 | 235 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.08 |
| HSL | 274.21º | 0.89% | 0.49% | - |
| HSV(B) | 274.21º | 0.94% | 0.92% | - |
| XYZ | 25.97 | 11.89 | 79.52 | - |
| YUV | 76.87 | 217.24 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 235 | 0.40 | 0.94 | 0 | 0.08 | 274.21 | 0.89 | 0.49 |
| Hex | 8C | E | EB | 28 | 5E | 0 | 8 | 112 | 59 | 31 |
| Octal | 214 | 16 | 353 | 50 | 136 | 0 | 10 | 422 | 131 | 61 |
| Binary | 10001100 | 1110 | 11101011 | 101000 | 1011110 | 0 | 1000 | 100010010 | 1011001 | 110001 |
Color Harmonies of #8C0EEB
Complementary color
Monochromatic Colors of #8C0EEB
Black with #8C0EEB
Text Example
Text Example
White with #8C0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0EEB; }
p { color: rgb(140,14,235); }
H1.HeaderClassName
{
color: #8C0EEB;
}
.AnyTagClassName
{
color: #8C0EEB;
}
</style>
background-color css
<style>
a { background-color: #8C0EEB; }
a { background-color: rgb(140,14,235); }
div.DivClassName
{
background-color: #8C0EEB;
}
.BgClassName
{
background-color: #8C0EEB;
}
</style>
border-color css
<style>
span { border-color: #8C0EEB; }
span { border-color: rgb(140,14,235); }
td.TdClassName
{
border-color: #8C0EEB;
}
.TagClassName
{
border-color: #8C0EEB;
}
</style>