Shades of Blue Violet #9714EF
Tints of Blue Violet #9714EF
RGB
CMYK
RGB Variations
Color information
#9714EF (or 0x9714EF) is known color: Blue Violet. HEX triplet: 97, 14 and EF. RGB value is (151,20,239). Sum of RGB (Red+Green+Blue) = 151+20+239=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9714EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9714EF is #68EB10. Grayscale: #535353. Windows color (decimal): -6875921 or 15668375. OLE color: 15668375.
HSL color Cylindrical-coordinate representation of color #9714EF: hue angle of 275.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9714EF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 20 | 239 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.06 |
| HSL | 275.89º | 0.87% | 0.51% | - |
| HSV(B) | 275.89º | 0.92% | 0.94% | - |
| XYZ | 28.59 | 13.31 | 82.72 | - |
| YUV | 84.14 | 215.4 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 239 | 0.37 | 0.92 | 0 | 0.06 | 275.89 | 0.87 | 0.51 |
| Hex | 97 | 14 | EF | 25 | 5C | 0 | 6 | 114 | 57 | 33 |
| Octal | 227 | 24 | 357 | 45 | 134 | 0 | 6 | 424 | 127 | 63 |
| Binary | 10010111 | 10100 | 11101111 | 100101 | 1011100 | 0 | 110 | 100010100 | 1010111 | 110011 |
Color Harmonies of #9714EF
Complementary color
Monochromatic Colors of #9714EF
Black with #9714EF
Text Example
Text Example
White with #9714EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9714EF; }
p { color: rgb(151,20,239); }
H1.HeaderClassName
{
color: #9714EF;
}
.AnyTagClassName
{
color: #9714EF;
}
</style>
background-color css
<style>
a { background-color: #9714EF; }
a { background-color: rgb(151,20,239); }
div.DivClassName
{
background-color: #9714EF;
}
.BgClassName
{
background-color: #9714EF;
}
</style>
border-color css
<style>
span { border-color: #9714EF; }
span { border-color: rgb(151,20,239); }
td.TdClassName
{
border-color: #9714EF;
}
.TagClassName
{
border-color: #9714EF;
}
</style>