Shades of Blue Violet #9741F1
Tints of Blue Violet #9741F1
RGB
CMYK
RGB Variations
Color information
#9741F1 (or 0x9741F1) is known color: Blue Violet. HEX triplet: 97, 41 and F1. RGB value is (151,65,241). Sum of RGB (Red+Green+Blue) = 151+65+241=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #9741F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9741F1 is #68BE0E. Grayscale: #6E6E6E. Windows color (decimal): -6864399 or 15810967. OLE color: 15810967.
HSL color Cylindrical-coordinate representation of color #9741F1: hue angle of 269.32º 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 #9741F1 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 65 | 241 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.05 |
| HSL | 269.32º | 0.86% | 0.6% | - |
| HSV(B) | 269.32º | 0.73% | 0.95% | - |
| XYZ | 30.53 | 16.71 | 84.84 | - |
| YUV | 110.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 241 | 0.37 | 0.73 | 0 | 0.05 | 269.32 | 0.86 | 0.6 |
| Hex | 97 | 41 | F1 | 25 | 49 | 0 | 5 | 10D | 56 | 3C |
| Octal | 227 | 101 | 361 | 45 | 111 | 0 | 5 | 415 | 126 | 74 |
| Binary | 10010111 | 1000001 | 11110001 | 100101 | 1001001 | 0 | 101 | 100001101 | 1010110 | 111100 |
Color Harmonies of #9741F1
Complementary color
Monochromatic Colors of #9741F1
Black with #9741F1
Text Example
Text Example
White with #9741F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741F1; }
p { color: rgb(151,65,241); }
H1.HeaderClassName
{
color: #9741F1;
}
.AnyTagClassName
{
color: #9741F1;
}
</style>
background-color css
<style>
a { background-color: #9741F1; }
a { background-color: rgb(151,65,241); }
div.DivClassName
{
background-color: #9741F1;
}
.BgClassName
{
background-color: #9741F1;
}
</style>
border-color css
<style>
span { border-color: #9741F1; }
span { border-color: rgb(151,65,241); }
td.TdClassName
{
border-color: #9741F1;
}
.TagClassName
{
border-color: #9741F1;
}
</style>