Shades of Blue Violet #9111FF
Tints of Blue Violet #9111FF
RGB
CMYK
RGB Variations
Color information
#9111FF (or 0x9111FF) is known color: Blue Violet. HEX triplet: 91, 11 and FF. RGB value is (145,17,255). Sum of RGB (Red+Green+Blue) = 145+17+255=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #9111FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9111FF is #6EEE00. Grayscale: #515151. Windows color (decimal): -7269889 or 16716177. OLE color: 16716177.
HSL color Cylindrical-coordinate representation of color #9111FF: hue angle of 272.27º 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 #9111FF is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 17 | 255 | - |
| CMYK | 0.43 | 0.93 | 0 | 0 |
| HSL | 272.27º | 1% | 0.53% | - |
| HSV(B) | 272.27º | 0.93% | 1% | - |
| XYZ | 29.93 | 13.64 | 95.66 | - |
| YUV | 82.4 | 225.41 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 255 | 0.43 | 0.93 | 0 | 0 | 272.27 | 1 | 0.53 |
| Hex | 91 | 11 | FF | 2B | 5D | 0 | 0 | 110 | 64 | 35 |
| Octal | 221 | 21 | 377 | 53 | 135 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10010001 | 10001 | 11111111 | 101011 | 1011101 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #9111FF
Complementary color
Monochromatic Colors of #9111FF
Black with #9111FF
Text Example
Text Example
White with #9111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111FF; }
p { color: rgb(145,17,255); }
H1.HeaderClassName
{
color: #9111FF;
}
.AnyTagClassName
{
color: #9111FF;
}
</style>
background-color css
<style>
a { background-color: #9111FF; }
a { background-color: rgb(145,17,255); }
div.DivClassName
{
background-color: #9111FF;
}
.BgClassName
{
background-color: #9111FF;
}
</style>
border-color css
<style>
span { border-color: #9111FF; }
span { border-color: rgb(145,17,255); }
td.TdClassName
{
border-color: #9111FF;
}
.TagClassName
{
border-color: #9111FF;
}
</style>