Shades of Blue Violet #8C14FF
Tints of Blue Violet #8C14FF
RGB
CMYK
RGB Variations
Color information
#8C14FF (or 0x8C14FF) is known color: Blue Violet. HEX triplet: 8C, 14 and FF. RGB value is (140,20,255). Sum of RGB (Red+Green+Blue) = 140+20+255=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C14FF is #73EB00. Grayscale: #515151. Windows color (decimal): -7596801 or 16716940. OLE color: 16716940.
HSL color Cylindrical-coordinate representation of color #8C14FF: hue angle of 270.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C14FF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 20 | 255 | - |
| CMYK | 0.45 | 0.92 | 0 | 0 |
| HSL | 270.64º | 1% | 0.54% | - |
| HSV(B) | 270.64º | 0.92% | 1% | - |
| XYZ | 29.12 | 13.3 | 95.64 | - |
| YUV | 82.67 | 225.26 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 255 | 0.45 | 0.92 | 0 | 0 | 270.64 | 1 | 0.54 |
| Hex | 8C | 14 | FF | 2D | 5C | 0 | 0 | 10F | 64 | 36 |
| Octal | 214 | 24 | 377 | 55 | 134 | 0 | 0 | 417 | 144 | 66 |
| Binary | 10001100 | 10100 | 11111111 | 101101 | 1011100 | 0 | 0 | 100001111 | 1100100 | 110110 |
Color Harmonies of #8C14FF
Complementary color
Monochromatic Colors of #8C14FF
Black with #8C14FF
Text Example
Text Example
White with #8C14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14FF; }
p { color: rgb(140,20,255); }
H1.HeaderClassName
{
color: #8C14FF;
}
.AnyTagClassName
{
color: #8C14FF;
}
</style>
background-color css
<style>
a { background-color: #8C14FF; }
a { background-color: rgb(140,20,255); }
div.DivClassName
{
background-color: #8C14FF;
}
.BgClassName
{
background-color: #8C14FF;
}
</style>
border-color css
<style>
span { border-color: #8C14FF; }
span { border-color: rgb(140,20,255); }
td.TdClassName
{
border-color: #8C14FF;
}
.TagClassName
{
border-color: #8C14FF;
}
</style>