Shades of Blue Violet #9F4DFE
Tints of Blue Violet #9F4DFE
RGB
CMYK
RGB Variations
Color information
#9F4DFE (or 0x9F4DFE) is known color: Blue Violet. HEX triplet: 9F, 4D and FE. RGB value is (159,77,254). Sum of RGB (Red+Green+Blue) = 159+77+254=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DFE is #60B201. Grayscale: #797979. Windows color (decimal): -6337026 or 16666015. OLE color: 16666015.
HSL color Cylindrical-coordinate representation of color #9F4DFE: hue angle of 267.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F4DFE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 77 | 254 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.00 |
| HSL | 267.8º | 0.99% | 0.65% | - |
| HSV(B) | 267.8º | 0.7% | 1% | - |
| XYZ | 34.84 | 19.83 | 95.76 | - |
| YUV | 121.7 | 202.67 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 254 | 0.37 | 0.70 | 0 | 0.00 | 267.8 | 0.99 | 0.65 |
| Hex | 9F | 4D | FE | 25 | 46 | 0 | 0 | 10C | 63 | 41 |
| Octal | 237 | 115 | 376 | 45 | 106 | 0 | 0 | 414 | 143 | 101 |
| Binary | 10011111 | 1001101 | 11111110 | 100101 | 1000110 | 0 | 0 | 100001100 | 1100011 | 1000001 |
Color Harmonies of #9F4DFE
Complementary color
Monochromatic Colors of #9F4DFE
Black with #9F4DFE
Text Example
Text Example
White with #9F4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DFE; }
p { color: rgb(159,77,254); }
H1.HeaderClassName
{
color: #9F4DFE;
}
.AnyTagClassName
{
color: #9F4DFE;
}
</style>
background-color css
<style>
a { background-color: #9F4DFE; }
a { background-color: rgb(159,77,254); }
div.DivClassName
{
background-color: #9F4DFE;
}
.BgClassName
{
background-color: #9F4DFE;
}
</style>
border-color css
<style>
span { border-color: #9F4DFE; }
span { border-color: rgb(159,77,254); }
td.TdClassName
{
border-color: #9F4DFE;
}
.TagClassName
{
border-color: #9F4DFE;
}
</style>