Shades of Blue Violet #9718FA
Tints of Blue Violet #9718FA
RGB
CMYK
RGB Variations
Color information
#9718FA (or 0x9718FA) is known color: Blue Violet. HEX triplet: 97, 18 and FA. RGB value is (151,24,250). Sum of RGB (Red+Green+Blue) = 151+24+250=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #9718FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9718FA is #68E705. Grayscale: #565656. Windows color (decimal): -6874886 or 16390295. OLE color: 16390295.
HSL color Cylindrical-coordinate representation of color #9718FA: hue angle of 273.72º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9718FA is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 24 | 250 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.02 |
| HSL | 273.72º | 0.96% | 0.54% | - |
| HSV(B) | 273.72º | 0.9% | 0.98% | - |
| XYZ | 30.34 | 14.13 | 91.57 | - |
| YUV | 87.74 | 219.58 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 250 | 0.40 | 0.90 | 0 | 0.02 | 273.72 | 0.96 | 0.54 |
| Hex | 97 | 18 | FA | 28 | 5A | 0 | 2 | 112 | 60 | 36 |
| Octal | 227 | 30 | 372 | 50 | 132 | 0 | 2 | 422 | 140 | 66 |
| Binary | 10010111 | 11000 | 11111010 | 101000 | 1011010 | 0 | 10 | 100010010 | 1100000 | 110110 |
Color Harmonies of #9718FA
Complementary color
Monochromatic Colors of #9718FA
Black with #9718FA
Text Example
Text Example
White with #9718FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718FA; }
p { color: rgb(151,24,250); }
H1.HeaderClassName
{
color: #9718FA;
}
.AnyTagClassName
{
color: #9718FA;
}
</style>
background-color css
<style>
a { background-color: #9718FA; }
a { background-color: rgb(151,24,250); }
div.DivClassName
{
background-color: #9718FA;
}
.BgClassName
{
background-color: #9718FA;
}
</style>
border-color css
<style>
span { border-color: #9718FA; }
span { border-color: rgb(151,24,250); }
td.TdClassName
{
border-color: #9718FA;
}
.TagClassName
{
border-color: #9718FA;
}
</style>