Shades of Blue Violet #9411F7
Tints of Blue Violet #9411F7
RGB
CMYK
RGB Variations
Color information
#9411F7 (or 0x9411F7) is known color: Blue Violet. HEX triplet: 94, 11 and F7. RGB value is (148,17,247). Sum of RGB (Red+Green+Blue) = 148+17+247=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #9411F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9411F7 is #6BEE08. Grayscale: #515151. Windows color (decimal): -7073289 or 16191892. OLE color: 16191892.
HSL color Cylindrical-coordinate representation of color #9411F7: hue angle of 274.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9411F7 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 17 | 247 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.03 |
| HSL | 274.17º | 0.93% | 0.52% | - |
| HSV(B) | 274.17º | 0.93% | 0.97% | - |
| XYZ | 29.2 | 13.41 | 89.05 | - |
| YUV | 82.39 | 220.9 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 247 | 0.40 | 0.93 | 0 | 0.03 | 274.17 | 0.93 | 0.52 |
| Hex | 94 | 11 | F7 | 28 | 5D | 0 | 3 | 112 | 5D | 34 |
| Octal | 224 | 21 | 367 | 50 | 135 | 0 | 3 | 422 | 135 | 64 |
| Binary | 10010100 | 10001 | 11110111 | 101000 | 1011101 | 0 | 11 | 100010010 | 1011101 | 110100 |
Color Harmonies of #9411F7
Complementary color
Monochromatic Colors of #9411F7
Black with #9411F7
Text Example
Text Example
White with #9411F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411F7; }
p { color: rgb(148,17,247); }
H1.HeaderClassName
{
color: #9411F7;
}
.AnyTagClassName
{
color: #9411F7;
}
</style>
background-color css
<style>
a { background-color: #9411F7; }
a { background-color: rgb(148,17,247); }
div.DivClassName
{
background-color: #9411F7;
}
.BgClassName
{
background-color: #9411F7;
}
</style>
border-color css
<style>
span { border-color: #9411F7; }
span { border-color: rgb(148,17,247); }
td.TdClassName
{
border-color: #9411F7;
}
.TagClassName
{
border-color: #9411F7;
}
</style>