Shades of Blue Violet #9111FA
Tints of Blue Violet #9111FA
RGB
CMYK
RGB Variations
Color information
#9111FA (or 0x9111FA) is known color: Blue Violet. HEX triplet: 91, 11 and FA. RGB value is (145,17,250). Sum of RGB (Red+Green+Blue) = 145+17+250=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #9111FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9111FA is #6EEE05. Grayscale: #515151. Windows color (decimal): -7269894 or 16388497. OLE color: 16388497.
HSL color Cylindrical-coordinate representation of color #9111FA: hue angle of 272.96º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9111FA is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 17 | 250 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.02 |
| HSL | 272.96º | 0.96% | 0.52% | - |
| HSV(B) | 272.96º | 0.93% | 0.98% | - |
| XYZ | 29.13 | 13.32 | 91.48 | - |
| YUV | 81.83 | 222.91 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 250 | 0.42 | 0.93 | 0 | 0.02 | 272.96 | 0.96 | 0.52 |
| Hex | 91 | 11 | FA | 2A | 5D | 0 | 2 | 111 | 60 | 34 |
| Octal | 221 | 21 | 372 | 52 | 135 | 0 | 2 | 421 | 140 | 64 |
| Binary | 10010001 | 10001 | 11111010 | 101010 | 1011101 | 0 | 10 | 100010001 | 1100000 | 110100 |
Color Harmonies of #9111FA
Complementary color
Monochromatic Colors of #9111FA
Black with #9111FA
Text Example
Text Example
White with #9111FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111FA; }
p { color: rgb(145,17,250); }
H1.HeaderClassName
{
color: #9111FA;
}
.AnyTagClassName
{
color: #9111FA;
}
</style>
background-color css
<style>
a { background-color: #9111FA; }
a { background-color: rgb(145,17,250); }
div.DivClassName
{
background-color: #9111FA;
}
.BgClassName
{
background-color: #9111FA;
}
</style>
border-color css
<style>
span { border-color: #9111FA; }
span { border-color: rgb(145,17,250); }
td.TdClassName
{
border-color: #9111FA;
}
.TagClassName
{
border-color: #9111FA;
}
</style>