Shades of Blue Violet #9119FF
Tints of Blue Violet #9119FF
RGB
CMYK
RGB Variations
Color information
#9119FF (or 0x9119FF) is known color: Blue Violet. HEX triplet: 91, 19 and FF. RGB value is (145,25,255). Sum of RGB (Red+Green+Blue) = 145+25+255=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9119FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9119FF is #6EE600. Grayscale: #565656. Windows color (decimal): -7267841 or 16718225. OLE color: 16718225.
HSL color Cylindrical-coordinate representation of color #9119FF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9119FF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 25 | 255 | - |
| CMYK | 0.43 | 0.90 | 0 | 0 |
| HSL | 271.3º | 1% | 0.55% | - |
| HSV(B) | 271.3º | 0.9% | 1% | - |
| XYZ | 30.07 | 13.94 | 95.71 | - |
| YUV | 87.1 | 222.76 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 255 | 0.43 | 0.90 | 0 | 0 | 271.3 | 1 | 0.55 |
| Hex | 91 | 19 | FF | 2B | 5A | 0 | 0 | 10F | 64 | 37 |
| Octal | 221 | 31 | 377 | 53 | 132 | 0 | 0 | 417 | 144 | 67 |
| Binary | 10010001 | 11001 | 11111111 | 101011 | 1011010 | 0 | 0 | 100001111 | 1100100 | 110111 |
Color Harmonies of #9119FF
Complementary color
Monochromatic Colors of #9119FF
Black with #9119FF
Text Example
Text Example
White with #9119FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9119FF; }
p { color: rgb(145,25,255); }
H1.HeaderClassName
{
color: #9119FF;
}
.AnyTagClassName
{
color: #9119FF;
}
</style>
background-color css
<style>
a { background-color: #9119FF; }
a { background-color: rgb(145,25,255); }
div.DivClassName
{
background-color: #9119FF;
}
.BgClassName
{
background-color: #9119FF;
}
</style>
border-color css
<style>
span { border-color: #9119FF; }
span { border-color: rgb(145,25,255); }
td.TdClassName
{
border-color: #9119FF;
}
.TagClassName
{
border-color: #9119FF;
}
</style>