Shades of Blue Violet #8C11FC
Tints of Blue Violet #8C11FC
RGB
CMYK
RGB Variations
Color information
#8C11FC (or 0x8C11FC) is known color: Blue Violet. HEX triplet: 8C, 11 and FC. RGB value is (140,17,252). Sum of RGB (Red+Green+Blue) = 140+17+252=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C11FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C11FC is #73EE03. Grayscale: #4F4F4F. Windows color (decimal): -7597572 or 16519564. OLE color: 16519564.
HSL color Cylindrical-coordinate representation of color #8C11FC: hue angle of 271.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C11FC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 17 | 252 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.01 |
| HSL | 271.4º | 0.98% | 0.53% | - |
| HSV(B) | 271.4º | 0.93% | 0.99% | - |
| XYZ | 28.59 | 13 | 93.1 | - |
| YUV | 80.57 | 224.75 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 252 | 0.44 | 0.93 | 0 | 0.01 | 271.4 | 0.98 | 0.53 |
| Hex | 8C | 11 | FC | 2C | 5D | 0 | 1 | 10F | 62 | 35 |
| Octal | 214 | 21 | 374 | 54 | 135 | 0 | 1 | 417 | 142 | 65 |
| Binary | 10001100 | 10001 | 11111100 | 101100 | 1011101 | 0 | 1 | 100001111 | 1100010 | 110101 |
Color Harmonies of #8C11FC
Complementary color
Monochromatic Colors of #8C11FC
Black with #8C11FC
Text Example
Text Example
White with #8C11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C11FC; }
p { color: rgb(140,17,252); }
H1.HeaderClassName
{
color: #8C11FC;
}
.AnyTagClassName
{
color: #8C11FC;
}
</style>
background-color css
<style>
a { background-color: #8C11FC; }
a { background-color: rgb(140,17,252); }
div.DivClassName
{
background-color: #8C11FC;
}
.BgClassName
{
background-color: #8C11FC;
}
</style>
border-color css
<style>
span { border-color: #8C11FC; }
span { border-color: rgb(140,17,252); }
td.TdClassName
{
border-color: #8C11FC;
}
.TagClassName
{
border-color: #8C11FC;
}
</style>