Shades of Blue Violet #9411FC
Tints of Blue Violet #9411FC
RGB
CMYK
RGB Variations
Color information
#9411FC (or 0x9411FC) is known color: Blue Violet. HEX triplet: 94, 11 and FC. RGB value is (148,17,252). Sum of RGB (Red+Green+Blue) = 148+17+252=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #9411FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9411FC is #6BEE03. Grayscale: #525252. Windows color (decimal): -7073284 or 16519572. OLE color: 16519572.
HSL color Cylindrical-coordinate representation of color #9411FC: hue angle of 273.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9411FC is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 17 | 252 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.01 |
| HSL | 273.45º | 0.98% | 0.53% | - |
| HSV(B) | 273.45º | 0.93% | 0.99% | - |
| XYZ | 29.98 | 13.73 | 93.16 | - |
| YUV | 82.96 | 223.4 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 252 | 0.41 | 0.93 | 0 | 0.01 | 273.45 | 0.98 | 0.53 |
| Hex | 94 | 11 | FC | 29 | 5D | 0 | 1 | 111 | 62 | 35 |
| Octal | 224 | 21 | 374 | 51 | 135 | 0 | 1 | 421 | 142 | 65 |
| Binary | 10010100 | 10001 | 11111100 | 101001 | 1011101 | 0 | 1 | 100010001 | 1100010 | 110101 |
Color Harmonies of #9411FC
Complementary color
Monochromatic Colors of #9411FC
Black with #9411FC
Text Example
Text Example
White with #9411FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411FC; }
p { color: rgb(148,17,252); }
H1.HeaderClassName
{
color: #9411FC;
}
.AnyTagClassName
{
color: #9411FC;
}
</style>
background-color css
<style>
a { background-color: #9411FC; }
a { background-color: rgb(148,17,252); }
div.DivClassName
{
background-color: #9411FC;
}
.BgClassName
{
background-color: #9411FC;
}
</style>
border-color css
<style>
span { border-color: #9411FC; }
span { border-color: rgb(148,17,252); }
td.TdClassName
{
border-color: #9411FC;
}
.TagClassName
{
border-color: #9411FC;
}
</style>