Shades of Blue Violet #9F4EFF
Tints of Blue Violet #9F4EFF
RGB
CMYK
RGB Variations
Color information
#9F4EFF (or 0x9F4EFF) is known color: Blue Violet. HEX triplet: 9F, 4E and FF. RGB value is (159,78,255). Sum of RGB (Red+Green+Blue) = 159+78+255=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4EFF is #60B100. Grayscale: #797979. Windows color (decimal): -6336769 or 16731807. OLE color: 16731807.
HSL color Cylindrical-coordinate representation of color #9F4EFF: hue angle of 267.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4EFF is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 78 | 255 | - |
| CMYK | 0.38 | 0.69 | 0 | 0 |
| HSL | 267.46º | 1% | 0.65% | - |
| HSV(B) | 267.46º | 0.69% | 1% | - |
| XYZ | 35.07 | 20.04 | 96.63 | - |
| YUV | 122.4 | 202.84 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 255 | 0.38 | 0.69 | 0 | 0 | 267.46 | 1 | 0.65 |
| Hex | 9F | 4E | FF | 26 | 45 | 0 | 0 | 10B | 64 | 41 |
| Octal | 237 | 116 | 377 | 46 | 105 | 0 | 0 | 413 | 144 | 101 |
| Binary | 10011111 | 1001110 | 11111111 | 100110 | 1000101 | 0 | 0 | 100001011 | 1100100 | 1000001 |
Color Harmonies of #9F4EFF
Complementary color
Monochromatic Colors of #9F4EFF
Black with #9F4EFF
Text Example
Text Example
White with #9F4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EFF; }
p { color: rgb(159,78,255); }
H1.HeaderClassName
{
color: #9F4EFF;
}
.AnyTagClassName
{
color: #9F4EFF;
}
</style>
background-color css
<style>
a { background-color: #9F4EFF; }
a { background-color: rgb(159,78,255); }
div.DivClassName
{
background-color: #9F4EFF;
}
.BgClassName
{
background-color: #9F4EFF;
}
</style>
border-color css
<style>
span { border-color: #9F4EFF; }
span { border-color: rgb(159,78,255); }
td.TdClassName
{
border-color: #9F4EFF;
}
.TagClassName
{
border-color: #9F4EFF;
}
</style>