Shades of Blue Violet #9F4EF2
Tints of Blue Violet #9F4EF2
RGB
CMYK
RGB Variations
Color information
#9F4EF2 (or 0x9F4EF2) is known color: Blue Violet. HEX triplet: 9F, 4E and F2. RGB value is (159,78,242). Sum of RGB (Red+Green+Blue) = 159+78+242=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F4EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4EF2 is #60B10D. Grayscale: #787878. Windows color (decimal): -6336782 or 15879839. OLE color: 15879839.
HSL color Cylindrical-coordinate representation of color #9F4EF2: hue angle of 269.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4EF2 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 78 | 242 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.05 |
| HSL | 269.63º | 0.86% | 0.63% | - |
| HSV(B) | 269.63º | 0.68% | 0.95% | - |
| XYZ | 33.05 | 19.23 | 85.97 | - |
| YUV | 120.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 242 | 0.34 | 0.68 | 0 | 0.05 | 269.63 | 0.86 | 0.63 |
| Hex | 9F | 4E | F2 | 22 | 44 | 0 | 5 | 10E | 56 | 3F |
| Octal | 237 | 116 | 362 | 42 | 104 | 0 | 5 | 416 | 126 | 77 |
| Binary | 10011111 | 1001110 | 11110010 | 100010 | 1000100 | 0 | 101 | 100001110 | 1010110 | 111111 |
Color Harmonies of #9F4EF2
Complementary color
Monochromatic Colors of #9F4EF2
Black with #9F4EF2
Text Example
Text Example
White with #9F4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EF2; }
p { color: rgb(159,78,242); }
H1.HeaderClassName
{
color: #9F4EF2;
}
.AnyTagClassName
{
color: #9F4EF2;
}
</style>
background-color css
<style>
a { background-color: #9F4EF2; }
a { background-color: rgb(159,78,242); }
div.DivClassName
{
background-color: #9F4EF2;
}
.BgClassName
{
background-color: #9F4EF2;
}
</style>
border-color css
<style>
span { border-color: #9F4EF2; }
span { border-color: rgb(159,78,242); }
td.TdClassName
{
border-color: #9F4EF2;
}
.TagClassName
{
border-color: #9F4EF2;
}
</style>