Shades of Blue Violet #9411F1
Tints of Blue Violet #9411F1
RGB
CMYK
RGB Variations
Color information
#9411F1 (or 0x9411F1) is known color: Blue Violet. HEX triplet: 94, 11 and F1. RGB value is (148,17,241). Sum of RGB (Red+Green+Blue) = 148+17+241=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #9411F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9411F1 is #6BEE0E. Grayscale: #505050. Windows color (decimal): -7073295 or 15798676. OLE color: 15798676.
HSL color Cylindrical-coordinate representation of color #9411F1: hue angle of 275.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9411F1 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 17 | 241 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.05 |
| HSL | 275.09º | 0.89% | 0.51% | - |
| HSV(B) | 275.09º | 0.93% | 0.95% | - |
| XYZ | 28.29 | 13.05 | 84.25 | - |
| YUV | 81.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 241 | 0.39 | 0.93 | 0 | 0.05 | 275.09 | 0.89 | 0.51 |
| Hex | 94 | 11 | F1 | 27 | 5D | 0 | 5 | 113 | 59 | 33 |
| Octal | 224 | 21 | 361 | 47 | 135 | 0 | 5 | 423 | 131 | 63 |
| Binary | 10010100 | 10001 | 11110001 | 100111 | 1011101 | 0 | 101 | 100010011 | 1011001 | 110011 |
Color Harmonies of #9411F1
Complementary color
Monochromatic Colors of #9411F1
Black with #9411F1
Text Example
Text Example
White with #9411F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411F1; }
p { color: rgb(148,17,241); }
H1.HeaderClassName
{
color: #9411F1;
}
.AnyTagClassName
{
color: #9411F1;
}
</style>
background-color css
<style>
a { background-color: #9411F1; }
a { background-color: rgb(148,17,241); }
div.DivClassName
{
background-color: #9411F1;
}
.BgClassName
{
background-color: #9411F1;
}
</style>
border-color css
<style>
span { border-color: #9411F1; }
span { border-color: rgb(148,17,241); }
td.TdClassName
{
border-color: #9411F1;
}
.TagClassName
{
border-color: #9411F1;
}
</style>