Shades of Blue Violet #9311FE
Tints of Blue Violet #9311FE
RGB
CMYK
RGB Variations
Color information
#9311FE (or 0x9311FE) is known color: Blue Violet. HEX triplet: 93, 11 and FE. RGB value is (147,17,254). Sum of RGB (Red+Green+Blue) = 147+17+254=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #9311FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9311FE is #6CEE01. Grayscale: #525252. Windows color (decimal): -7138818 or 16650643. OLE color: 16650643.
HSL color Cylindrical-coordinate representation of color #9311FE: hue angle of 272.91º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9311FE is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 17 | 254 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.00 |
| HSL | 272.91º | 0.99% | 0.53% | - |
| HSV(B) | 272.91º | 0.93% | 1% | - |
| XYZ | 30.12 | 13.76 | 94.83 | - |
| YUV | 82.89 | 224.57 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 254 | 0.42 | 0.93 | 0 | 0.00 | 272.91 | 0.99 | 0.53 |
| Hex | 93 | 11 | FE | 2A | 5D | 0 | 0 | 111 | 63 | 35 |
| Octal | 223 | 21 | 376 | 52 | 135 | 0 | 0 | 421 | 143 | 65 |
| Binary | 10010011 | 10001 | 11111110 | 101010 | 1011101 | 0 | 0 | 100010001 | 1100011 | 110101 |
Color Harmonies of #9311FE
Complementary color
Monochromatic Colors of #9311FE
Black with #9311FE
Text Example
Text Example
White with #9311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311FE; }
p { color: rgb(147,17,254); }
H1.HeaderClassName
{
color: #9311FE;
}
.AnyTagClassName
{
color: #9311FE;
}
</style>
background-color css
<style>
a { background-color: #9311FE; }
a { background-color: rgb(147,17,254); }
div.DivClassName
{
background-color: #9311FE;
}
.BgClassName
{
background-color: #9311FE;
}
</style>
border-color css
<style>
span { border-color: #9311FE; }
span { border-color: rgb(147,17,254); }
td.TdClassName
{
border-color: #9311FE;
}
.TagClassName
{
border-color: #9311FE;
}
</style>