Shades of Blue Violet #9614FC
Tints of Blue Violet #9614FC
RGB
CMYK
RGB Variations
Color information
#9614FC (or 0x9614FC) is known color: Blue Violet. HEX triplet: 96, 14 and FC. RGB value is (150,20,252). Sum of RGB (Red+Green+Blue) = 150+20+252=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #9614FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9614FC is #69EB03. Grayscale: #545454. Windows color (decimal): -6941444 or 16520342. OLE color: 16520342.
HSL color Cylindrical-coordinate representation of color #9614FC: hue angle of 273.62º 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 #9614FC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 20 | 252 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.01 |
| HSL | 273.62º | 0.97% | 0.53% | - |
| HSV(B) | 273.62º | 0.92% | 0.99% | - |
| XYZ | 30.4 | 14.01 | 93.2 | - |
| YUV | 85.32 | 222.07 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 252 | 0.40 | 0.92 | 0 | 0.01 | 273.62 | 0.97 | 0.53 |
| Hex | 96 | 14 | FC | 28 | 5C | 0 | 1 | 112 | 61 | 35 |
| Octal | 226 | 24 | 374 | 50 | 134 | 0 | 1 | 422 | 141 | 65 |
| Binary | 10010110 | 10100 | 11111100 | 101000 | 1011100 | 0 | 1 | 100010010 | 1100001 | 110101 |
Color Harmonies of #9614FC
Complementary color
Monochromatic Colors of #9614FC
Black with #9614FC
Text Example
Text Example
White with #9614FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614FC; }
p { color: rgb(150,20,252); }
H1.HeaderClassName
{
color: #9614FC;
}
.AnyTagClassName
{
color: #9614FC;
}
</style>
background-color css
<style>
a { background-color: #9614FC; }
a { background-color: rgb(150,20,252); }
div.DivClassName
{
background-color: #9614FC;
}
.BgClassName
{
background-color: #9614FC;
}
</style>
border-color css
<style>
span { border-color: #9614FC; }
span { border-color: rgb(150,20,252); }
td.TdClassName
{
border-color: #9614FC;
}
.TagClassName
{
border-color: #9614FC;
}
</style>