Shades of Blue Violet #9311FF
Tints of Blue Violet #9311FF
RGB
CMYK
RGB Variations
Color information
#9311FF (or 0x9311FF) is known color: Blue Violet. HEX triplet: 93, 11 and FF. RGB value is (147,17,255). Sum of RGB (Red+Green+Blue) = 147+17+255=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #9311FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9311FF is #6CEE00. Grayscale: #525252. Windows color (decimal): -7138817 or 16716179. OLE color: 16716179.
HSL color Cylindrical-coordinate representation of color #9311FF: hue angle of 272.77º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9311FF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 17 | 255 | - |
| CMYK | 0.42 | 0.93 | 0 | 0 |
| HSL | 272.77º | 1% | 0.53% | - |
| HSV(B) | 272.77º | 0.93% | 1% | - |
| XYZ | 30.28 | 13.82 | 95.68 | - |
| YUV | 83 | 225.07 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 255 | 0.42 | 0.93 | 0 | 0 | 272.77 | 1 | 0.53 |
| Hex | 93 | 11 | FF | 2A | 5D | 0 | 0 | 111 | 64 | 35 |
| Octal | 223 | 21 | 377 | 52 | 135 | 0 | 0 | 421 | 144 | 65 |
| Binary | 10010011 | 10001 | 11111111 | 101010 | 1011101 | 0 | 0 | 100010001 | 1100100 | 110101 |
Color Harmonies of #9311FF
Complementary color
Monochromatic Colors of #9311FF
Black with #9311FF
Text Example
Text Example
White with #9311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311FF; }
p { color: rgb(147,17,255); }
H1.HeaderClassName
{
color: #9311FF;
}
.AnyTagClassName
{
color: #9311FF;
}
</style>
background-color css
<style>
a { background-color: #9311FF; }
a { background-color: rgb(147,17,255); }
div.DivClassName
{
background-color: #9311FF;
}
.BgClassName
{
background-color: #9311FF;
}
</style>
border-color css
<style>
span { border-color: #9311FF; }
span { border-color: rgb(147,17,255); }
td.TdClassName
{
border-color: #9311FF;
}
.TagClassName
{
border-color: #9311FF;
}
</style>