Shades of Blue Violet #9F49FC
Tints of Blue Violet #9F49FC
RGB
CMYK
RGB Variations
Color information
#9F49FC (or 0x9F49FC) is known color: Blue Violet. HEX triplet: 9F, 49 and FC. RGB value is (159,73,252). Sum of RGB (Red+Green+Blue) = 159+73+252=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49FC is #60B603. Grayscale: #767676. Windows color (decimal): -6338052 or 16533919. OLE color: 16533919.
HSL color Cylindrical-coordinate representation of color #9F49FC: hue angle of 268.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F49FC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 73 | 252 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.01 |
| HSL | 268.83º | 0.97% | 0.64% | - |
| HSV(B) | 268.83º | 0.71% | 0.99% | - |
| XYZ | 34.25 | 19.16 | 93.99 | - |
| YUV | 119.12 | 202.99 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 252 | 0.37 | 0.71 | 0 | 0.01 | 268.83 | 0.97 | 0.64 |
| Hex | 9F | 49 | FC | 25 | 47 | 0 | 1 | 10D | 61 | 40 |
| Octal | 237 | 111 | 374 | 45 | 107 | 0 | 1 | 415 | 141 | 100 |
| Binary | 10011111 | 1001001 | 11111100 | 100101 | 1000111 | 0 | 1 | 100001101 | 1100001 | 1000000 |
Color Harmonies of #9F49FC
Complementary color
Monochromatic Colors of #9F49FC
Black with #9F49FC
Text Example
Text Example
White with #9F49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49FC; }
p { color: rgb(159,73,252); }
H1.HeaderClassName
{
color: #9F49FC;
}
.AnyTagClassName
{
color: #9F49FC;
}
</style>
background-color css
<style>
a { background-color: #9F49FC; }
a { background-color: rgb(159,73,252); }
div.DivClassName
{
background-color: #9F49FC;
}
.BgClassName
{
background-color: #9F49FC;
}
</style>
border-color css
<style>
span { border-color: #9F49FC; }
span { border-color: rgb(159,73,252); }
td.TdClassName
{
border-color: #9F49FC;
}
.TagClassName
{
border-color: #9F49FC;
}
</style>