Shades of Blue Violet #9F4EFA
Tints of Blue Violet #9F4EFA
RGB
CMYK
RGB Variations
Color information
#9F4EFA (or 0x9F4EFA) is known color: Blue Violet. HEX triplet: 9F, 4E and FA. RGB value is (159,78,250). Sum of RGB (Red+Green+Blue) = 159+78+250=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4EFA is #60B105. Grayscale: #797979. Windows color (decimal): -6336774 or 16404127. OLE color: 16404127.
HSL color Cylindrical-coordinate representation of color #9F4EFA: hue angle of 268.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4EFA is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 78 | 250 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.02 |
| HSL | 268.26º | 0.95% | 0.64% | - |
| HSV(B) | 268.26º | 0.69% | 0.98% | - |
| XYZ | 34.28 | 19.72 | 92.44 | - |
| YUV | 121.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 250 | 0.36 | 0.69 | 0 | 0.02 | 268.26 | 0.95 | 0.64 |
| Hex | 9F | 4E | FA | 24 | 45 | 0 | 2 | 10C | 5F | 40 |
| Octal | 237 | 116 | 372 | 44 | 105 | 0 | 2 | 414 | 137 | 100 |
| Binary | 10011111 | 1001110 | 11111010 | 100100 | 1000101 | 0 | 10 | 100001100 | 1011111 | 1000000 |
Color Harmonies of #9F4EFA
Complementary color
Monochromatic Colors of #9F4EFA
Black with #9F4EFA
Text Example
Text Example
White with #9F4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EFA; }
p { color: rgb(159,78,250); }
H1.HeaderClassName
{
color: #9F4EFA;
}
.AnyTagClassName
{
color: #9F4EFA;
}
</style>
background-color css
<style>
a { background-color: #9F4EFA; }
a { background-color: rgb(159,78,250); }
div.DivClassName
{
background-color: #9F4EFA;
}
.BgClassName
{
background-color: #9F4EFA;
}
</style>
border-color css
<style>
span { border-color: #9F4EFA; }
span { border-color: rgb(159,78,250); }
td.TdClassName
{
border-color: #9F4EFA;
}
.TagClassName
{
border-color: #9F4EFA;
}
</style>