Shades of Blue Violet #9714F1
Tints of Blue Violet #9714F1
RGB
CMYK
RGB Variations
Color information
#9714F1 (or 0x9714F1) is known color: Blue Violet. HEX triplet: 97, 14 and F1. RGB value is (151,20,241). Sum of RGB (Red+Green+Blue) = 151+20+241=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #9714F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9714F1 is #68EB0E. Grayscale: #535353. Windows color (decimal): -6875919 or 15799447. OLE color: 15799447.
HSL color Cylindrical-coordinate representation of color #9714F1: hue angle of 275.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9714F1 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 20 | 241 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.05 |
| HSL | 275.57º | 0.89% | 0.51% | - |
| HSV(B) | 275.57º | 0.92% | 0.95% | - |
| XYZ | 28.89 | 13.43 | 84.29 | - |
| YUV | 84.36 | 216.4 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 241 | 0.37 | 0.92 | 0 | 0.05 | 275.57 | 0.89 | 0.51 |
| Hex | 97 | 14 | F1 | 25 | 5C | 0 | 5 | 114 | 59 | 33 |
| Octal | 227 | 24 | 361 | 45 | 134 | 0 | 5 | 424 | 131 | 63 |
| Binary | 10010111 | 10100 | 11110001 | 100101 | 1011100 | 0 | 101 | 100010100 | 1011001 | 110011 |
Color Harmonies of #9714F1
Complementary color
Monochromatic Colors of #9714F1
Black with #9714F1
Text Example
Text Example
White with #9714F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9714F1; }
p { color: rgb(151,20,241); }
H1.HeaderClassName
{
color: #9714F1;
}
.AnyTagClassName
{
color: #9714F1;
}
</style>
background-color css
<style>
a { background-color: #9714F1; }
a { background-color: rgb(151,20,241); }
div.DivClassName
{
background-color: #9714F1;
}
.BgClassName
{
background-color: #9714F1;
}
</style>
border-color css
<style>
span { border-color: #9714F1; }
span { border-color: rgb(151,20,241); }
td.TdClassName
{
border-color: #9714F1;
}
.TagClassName
{
border-color: #9714F1;
}
</style>