Shades of Blue Violet #9E14FC
Tints of Blue Violet #9E14FC
RGB
CMYK
RGB Variations
Color information
#9E14FC (or 0x9E14FC) is known color: Blue Violet. HEX triplet: 9E, 14 and FC. RGB value is (158,20,252). Sum of RGB (Red+Green+Blue) = 158+20+252=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E14FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E14FC is #61EB03. Grayscale: #565656. Windows color (decimal): -6417156 or 16520350. OLE color: 16520350.
HSL color Cylindrical-coordinate representation of color #9E14FC: hue angle of 275.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E14FC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 20 | 252 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.01 |
| HSL | 275.69º | 0.97% | 0.53% | - |
| HSV(B) | 275.69º | 0.92% | 0.99% | - |
| XYZ | 31.92 | 14.8 | 93.27 | - |
| YUV | 87.71 | 220.72 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 252 | 0.37 | 0.92 | 0 | 0.01 | 275.69 | 0.97 | 0.53 |
| Hex | 9E | 14 | FC | 25 | 5C | 0 | 1 | 114 | 61 | 35 |
| Octal | 236 | 24 | 374 | 45 | 134 | 0 | 1 | 424 | 141 | 65 |
| Binary | 10011110 | 10100 | 11111100 | 100101 | 1011100 | 0 | 1 | 100010100 | 1100001 | 110101 |
Color Harmonies of #9E14FC
Complementary color
Monochromatic Colors of #9E14FC
Black with #9E14FC
Text Example
Text Example
White with #9E14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14FC; }
p { color: rgb(158,20,252); }
H1.HeaderClassName
{
color: #9E14FC;
}
.AnyTagClassName
{
color: #9E14FC;
}
</style>
background-color css
<style>
a { background-color: #9E14FC; }
a { background-color: rgb(158,20,252); }
div.DivClassName
{
background-color: #9E14FC;
}
.BgClassName
{
background-color: #9E14FC;
}
</style>
border-color css
<style>
span { border-color: #9E14FC; }
span { border-color: rgb(158,20,252); }
td.TdClassName
{
border-color: #9E14FC;
}
.TagClassName
{
border-color: #9E14FC;
}
</style>