Shades of Blue Violet #9717FA
Tints of Blue Violet #9717FA
RGB
CMYK
RGB Variations
Color information
#9717FA (or 0x9717FA) is known color: Blue Violet. HEX triplet: 97, 17 and FA. RGB value is (151,23,250). Sum of RGB (Red+Green+Blue) = 151+23+250=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #9717FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9717FA is #68E805. Grayscale: #565656. Windows color (decimal): -6875142 or 16390039. OLE color: 16390039.
HSL color Cylindrical-coordinate representation of color #9717FA: hue angle of 273.83º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9717FA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 23 | 250 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.02 |
| HSL | 273.83º | 0.96% | 0.54% | - |
| HSV(B) | 273.83º | 0.91% | 0.98% | - |
| XYZ | 30.32 | 14.09 | 91.56 | - |
| YUV | 87.15 | 219.91 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 250 | 0.40 | 0.91 | 0 | 0.02 | 273.83 | 0.96 | 0.54 |
| Hex | 97 | 17 | FA | 28 | 5B | 0 | 2 | 112 | 60 | 36 |
| Octal | 227 | 27 | 372 | 50 | 133 | 0 | 2 | 422 | 140 | 66 |
| Binary | 10010111 | 10111 | 11111010 | 101000 | 1011011 | 0 | 10 | 100010010 | 1100000 | 110110 |
Color Harmonies of #9717FA
Complementary color
Monochromatic Colors of #9717FA
Black with #9717FA
Text Example
Text Example
White with #9717FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717FA; }
p { color: rgb(151,23,250); }
H1.HeaderClassName
{
color: #9717FA;
}
.AnyTagClassName
{
color: #9717FA;
}
</style>
background-color css
<style>
a { background-color: #9717FA; }
a { background-color: rgb(151,23,250); }
div.DivClassName
{
background-color: #9717FA;
}
.BgClassName
{
background-color: #9717FA;
}
</style>
border-color css
<style>
span { border-color: #9717FA; }
span { border-color: rgb(151,23,250); }
td.TdClassName
{
border-color: #9717FA;
}
.TagClassName
{
border-color: #9717FA;
}
</style>