Shades of Blue Violet #9F3CF6
Tints of Blue Violet #9F3CF6
RGB
CMYK
RGB Variations
Color information
#9F3CF6 (or 0x9F3CF6) is known color: Blue Violet. HEX triplet: 9F, 3C and F6. RGB value is (159,60,246). Sum of RGB (Red+Green+Blue) = 159+60+246=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F3CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CF6 is #60C309. Grayscale: #6E6E6E. Windows color (decimal): -6341386 or 16137375. OLE color: 16137375.
HSL color Cylindrical-coordinate representation of color #9F3CF6: hue angle of 271.94º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F3CF6 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 60 | 246 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.04 |
| HSL | 271.94º | 0.91% | 0.6% | - |
| HSV(B) | 271.94º | 0.76% | 0.96% | - |
| XYZ | 32.55 | 17.26 | 88.8 | - |
| YUV | 110.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 246 | 0.35 | 0.76 | 0 | 0.04 | 271.94 | 0.91 | 0.6 |
| Hex | 9F | 3C | F6 | 23 | 4C | 0 | 4 | 110 | 5B | 3C |
| Octal | 237 | 74 | 366 | 43 | 114 | 0 | 4 | 420 | 133 | 74 |
| Binary | 10011111 | 111100 | 11110110 | 100011 | 1001100 | 0 | 100 | 100010000 | 1011011 | 111100 |
Color Harmonies of #9F3CF6
Complementary color
Monochromatic Colors of #9F3CF6
Black with #9F3CF6
Text Example
Text Example
White with #9F3CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CF6; }
p { color: rgb(159,60,246); }
H1.HeaderClassName
{
color: #9F3CF6;
}
.AnyTagClassName
{
color: #9F3CF6;
}
</style>
background-color css
<style>
a { background-color: #9F3CF6; }
a { background-color: rgb(159,60,246); }
div.DivClassName
{
background-color: #9F3CF6;
}
.BgClassName
{
background-color: #9F3CF6;
}
</style>
border-color css
<style>
span { border-color: #9F3CF6; }
span { border-color: rgb(159,60,246); }
td.TdClassName
{
border-color: #9F3CF6;
}
.TagClassName
{
border-color: #9F3CF6;
}
</style>