Shades of Blue Violet #9614FE
Tints of Blue Violet #9614FE
RGB
CMYK
RGB Variations
Color information
#9614FE (or 0x9614FE) is known color: Blue Violet. HEX triplet: 96, 14 and FE. RGB value is (150,20,254). Sum of RGB (Red+Green+Blue) = 150+20+254=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #9614FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9614FE is #69EB01. Grayscale: #545454. Windows color (decimal): -6941442 or 16651414. OLE color: 16651414.
HSL color Cylindrical-coordinate representation of color #9614FE: hue angle of 273.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9614FE is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 20 | 254 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.00 |
| HSL | 273.33º | 0.99% | 0.54% | - |
| HSV(B) | 273.33º | 0.92% | 1% | - |
| XYZ | 30.72 | 14.14 | 94.88 | - |
| YUV | 85.55 | 223.07 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 254 | 0.41 | 0.92 | 0 | 0.00 | 273.33 | 0.99 | 0.54 |
| Hex | 96 | 14 | FE | 29 | 5C | 0 | 0 | 111 | 63 | 36 |
| Octal | 226 | 24 | 376 | 51 | 134 | 0 | 0 | 421 | 143 | 66 |
| Binary | 10010110 | 10100 | 11111110 | 101001 | 1011100 | 0 | 0 | 100010001 | 1100011 | 110110 |
Color Harmonies of #9614FE
Complementary color
Monochromatic Colors of #9614FE
Black with #9614FE
Text Example
Text Example
White with #9614FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614FE; }
p { color: rgb(150,20,254); }
H1.HeaderClassName
{
color: #9614FE;
}
.AnyTagClassName
{
color: #9614FE;
}
</style>
background-color css
<style>
a { background-color: #9614FE; }
a { background-color: rgb(150,20,254); }
div.DivClassName
{
background-color: #9614FE;
}
.BgClassName
{
background-color: #9614FE;
}
</style>
border-color css
<style>
span { border-color: #9614FE; }
span { border-color: rgb(150,20,254); }
td.TdClassName
{
border-color: #9614FE;
}
.TagClassName
{
border-color: #9614FE;
}
</style>