Shades of Blue Violet #9F4FFA
Tints of Blue Violet #9F4FFA
RGB
CMYK
RGB Variations
Color information
#9F4FFA (or 0x9F4FFA) is known color: Blue Violet. HEX triplet: 9F, 4F and FA. RGB value is (159,79,250). Sum of RGB (Red+Green+Blue) = 159+79+250=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F4FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4FFA is #60B005. Grayscale: #797979. Windows color (decimal): -6336518 or 16404383. OLE color: 16404383.
HSL color Cylindrical-coordinate representation of color #9F4FFA: hue angle of 268.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4FFA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 79 | 250 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.02 |
| HSL | 268.07º | 0.94% | 0.65% | - |
| HSV(B) | 268.07º | 0.68% | 0.98% | - |
| XYZ | 34.35 | 19.87 | 92.47 | - |
| YUV | 122.41 | 200 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 250 | 0.36 | 0.68 | 0 | 0.02 | 268.07 | 0.94 | 0.65 |
| Hex | 9F | 4F | FA | 24 | 44 | 0 | 2 | 10C | 5E | 41 |
| Octal | 237 | 117 | 372 | 44 | 104 | 0 | 2 | 414 | 136 | 101 |
| Binary | 10011111 | 1001111 | 11111010 | 100100 | 1000100 | 0 | 10 | 100001100 | 1011110 | 1000001 |
Color Harmonies of #9F4FFA
Complementary color
Monochromatic Colors of #9F4FFA
Black with #9F4FFA
Text Example
Text Example
White with #9F4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FFA; }
p { color: rgb(159,79,250); }
H1.HeaderClassName
{
color: #9F4FFA;
}
.AnyTagClassName
{
color: #9F4FFA;
}
</style>
background-color css
<style>
a { background-color: #9F4FFA; }
a { background-color: rgb(159,79,250); }
div.DivClassName
{
background-color: #9F4FFA;
}
.BgClassName
{
background-color: #9F4FFA;
}
</style>
border-color css
<style>
span { border-color: #9F4FFA; }
span { border-color: rgb(159,79,250); }
td.TdClassName
{
border-color: #9F4FFA;
}
.TagClassName
{
border-color: #9F4FFA;
}
</style>