Shades of Blue Violet #9F41F1
Tints of Blue Violet #9F41F1
RGB
CMYK
RGB Variations
Color information
#9F41F1 (or 0x9F41F1) is known color: Blue Violet. HEX triplet: 9F, 41 and F1. RGB value is (159,65,241). Sum of RGB (Red+Green+Blue) = 159+65+241=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F41F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F41F1 is #60BE0E. Grayscale: #707070. Windows color (decimal): -6340111 or 15810975. OLE color: 15810975.
HSL color Cylindrical-coordinate representation of color #9F41F1: hue angle of 272.05º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F41F1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 65 | 241 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.05 |
| HSL | 272.05º | 0.86% | 0.6% | - |
| HSV(B) | 272.05º | 0.73% | 0.95% | - |
| XYZ | 32.07 | 17.5 | 84.91 | - |
| YUV | 113.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 241 | 0.34 | 0.73 | 0 | 0.05 | 272.05 | 0.86 | 0.6 |
| Hex | 9F | 41 | F1 | 22 | 49 | 0 | 5 | 110 | 56 | 3C |
| Octal | 237 | 101 | 361 | 42 | 111 | 0 | 5 | 420 | 126 | 74 |
| Binary | 10011111 | 1000001 | 11110001 | 100010 | 1001001 | 0 | 101 | 100010000 | 1010110 | 111100 |
Color Harmonies of #9F41F1
Complementary color
Monochromatic Colors of #9F41F1
Black with #9F41F1
Text Example
Text Example
White with #9F41F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41F1; }
p { color: rgb(159,65,241); }
H1.HeaderClassName
{
color: #9F41F1;
}
.AnyTagClassName
{
color: #9F41F1;
}
</style>
background-color css
<style>
a { background-color: #9F41F1; }
a { background-color: rgb(159,65,241); }
div.DivClassName
{
background-color: #9F41F1;
}
.BgClassName
{
background-color: #9F41F1;
}
</style>
border-color css
<style>
span { border-color: #9F41F1; }
span { border-color: rgb(159,65,241); }
td.TdClassName
{
border-color: #9F41F1;
}
.TagClassName
{
border-color: #9F41F1;
}
</style>