Shades of Blue Violet #9F3CF4
Tints of Blue Violet #9F3CF4
RGB
CMYK
RGB Variations
Color information
#9F3CF4 (or 0x9F3CF4) is known color: Blue Violet. HEX triplet: 9F, 3C and F4. RGB value is (159,60,244). Sum of RGB (Red+Green+Blue) = 159+60+244=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #9F3CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CF4 is #60C30B. Grayscale: #6D6D6D. Windows color (decimal): -6341388 or 16006303. OLE color: 16006303.
HSL color Cylindrical-coordinate representation of color #9F3CF4: hue angle of 272.28º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3CF4 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 60 | 244 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.04 |
| HSL | 272.28º | 0.89% | 0.6% | - |
| HSV(B) | 272.28º | 0.75% | 0.96% | - |
| XYZ | 32.24 | 17.13 | 87.2 | - |
| YUV | 110.58 | 203.3 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 244 | 0.35 | 0.75 | 0 | 0.04 | 272.28 | 0.89 | 0.6 |
| Hex | 9F | 3C | F4 | 23 | 4B | 0 | 4 | 110 | 59 | 3C |
| Octal | 237 | 74 | 364 | 43 | 113 | 0 | 4 | 420 | 131 | 74 |
| Binary | 10011111 | 111100 | 11110100 | 100011 | 1001011 | 0 | 100 | 100010000 | 1011001 | 111100 |
Color Harmonies of #9F3CF4
Complementary color
Monochromatic Colors of #9F3CF4
Black with #9F3CF4
Text Example
Text Example
White with #9F3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CF4; }
p { color: rgb(159,60,244); }
H1.HeaderClassName
{
color: #9F3CF4;
}
.AnyTagClassName
{
color: #9F3CF4;
}
</style>
background-color css
<style>
a { background-color: #9F3CF4; }
a { background-color: rgb(159,60,244); }
div.DivClassName
{
background-color: #9F3CF4;
}
.BgClassName
{
background-color: #9F3CF4;
}
</style>
border-color css
<style>
span { border-color: #9F3CF4; }
span { border-color: rgb(159,60,244); }
td.TdClassName
{
border-color: #9F3CF4;
}
.TagClassName
{
border-color: #9F3CF4;
}
</style>