Shades of Blue Violet #8C0EFF
Tints of Blue Violet #8C0EFF
RGB
CMYK
RGB Variations
Color information
#8C0EFF (or 0x8C0EFF) is known color: Blue Violet. HEX triplet: 8C, 0E and FF. RGB value is (140,14,255). Sum of RGB (Red+Green+Blue) = 140+14+255=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EFF is #73F100. Grayscale: #4E4E4E. Windows color (decimal): -7598337 or 16715404. OLE color: 16715404.
HSL color Cylindrical-coordinate representation of color #8C0EFF: hue angle of 271.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0EFF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 14 | 255 | - |
| CMYK | 0.45 | 0.95 | 0 | 0 |
| HSL | 271.37º | 1% | 0.53% | - |
| HSV(B) | 271.37º | 0.95% | 1% | - |
| XYZ | 29.02 | 13.11 | 95.61 | - |
| YUV | 79.15 | 227.24 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 255 | 0.45 | 0.95 | 0 | 0 | 271.37 | 1 | 0.53 |
| Hex | 8C | E | FF | 2D | 5F | 0 | 0 | 10F | 64 | 35 |
| Octal | 214 | 16 | 377 | 55 | 137 | 0 | 0 | 417 | 144 | 65 |
| Binary | 10001100 | 1110 | 11111111 | 101101 | 1011111 | 0 | 0 | 100001111 | 1100100 | 110101 |
Color Harmonies of #8C0EFF
Complementary color
Monochromatic Colors of #8C0EFF
Black with #8C0EFF
Text Example
Text Example
White with #8C0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0EFF; }
p { color: rgb(140,14,255); }
H1.HeaderClassName
{
color: #8C0EFF;
}
.AnyTagClassName
{
color: #8C0EFF;
}
</style>
background-color css
<style>
a { background-color: #8C0EFF; }
a { background-color: rgb(140,14,255); }
div.DivClassName
{
background-color: #8C0EFF;
}
.BgClassName
{
background-color: #8C0EFF;
}
</style>
border-color css
<style>
span { border-color: #8C0EFF; }
span { border-color: rgb(140,14,255); }
td.TdClassName
{
border-color: #8C0EFF;
}
.TagClassName
{
border-color: #8C0EFF;
}
</style>