Shades of Blue Violet #9F18FA
Tints of Blue Violet #9F18FA
RGB
CMYK
RGB Variations
Color information
#9F18FA (or 0x9F18FA) is known color: Blue Violet. HEX triplet: 9F, 18 and FA. RGB value is (159,24,250). Sum of RGB (Red+Green+Blue) = 159+24+250=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F18FA is #60E705. Grayscale: #595959. Windows color (decimal): -6350598 or 16390303. OLE color: 16390303.
HSL color Cylindrical-coordinate representation of color #9F18FA: hue angle of 275.84º 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 #9F18FA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 24 | 250 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.02 |
| HSL | 275.84º | 0.96% | 0.54% | - |
| HSV(B) | 275.84º | 0.9% | 0.98% | - |
| XYZ | 31.88 | 14.93 | 91.64 | - |
| YUV | 90.13 | 218.23 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 250 | 0.36 | 0.90 | 0 | 0.02 | 275.84 | 0.96 | 0.54 |
| Hex | 9F | 18 | FA | 24 | 5A | 0 | 2 | 114 | 60 | 36 |
| Octal | 237 | 30 | 372 | 44 | 132 | 0 | 2 | 424 | 140 | 66 |
| Binary | 10011111 | 11000 | 11111010 | 100100 | 1011010 | 0 | 10 | 100010100 | 1100000 | 110110 |
Color Harmonies of #9F18FA
Complementary color
Monochromatic Colors of #9F18FA
Black with #9F18FA
Text Example
Text Example
White with #9F18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18FA; }
p { color: rgb(159,24,250); }
H1.HeaderClassName
{
color: #9F18FA;
}
.AnyTagClassName
{
color: #9F18FA;
}
</style>
background-color css
<style>
a { background-color: #9F18FA; }
a { background-color: rgb(159,24,250); }
div.DivClassName
{
background-color: #9F18FA;
}
.BgClassName
{
background-color: #9F18FA;
}
</style>
border-color css
<style>
span { border-color: #9F18FA; }
span { border-color: rgb(159,24,250); }
td.TdClassName
{
border-color: #9F18FA;
}
.TagClassName
{
border-color: #9F18FA;
}
</style>