Shades of Blue Violet #9117F0
Tints of Blue Violet #9117F0
RGB
CMYK
RGB Variations
Color information
#9117F0 (or 0x9117F0) is known color: Blue Violet. HEX triplet: 91, 17 and F0. RGB value is (145,23,240). Sum of RGB (Red+Green+Blue) = 145+23+240=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #9117F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9117F0 is #6EE80F. Grayscale: #535353. Windows color (decimal): -7268368 or 15734673. OLE color: 15734673.
HSL color Cylindrical-coordinate representation of color #9117F0: hue angle of 273.73º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9117F0 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 23 | 240 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.06 |
| HSL | 273.73º | 0.88% | 0.52% | - |
| HSV(B) | 273.73º | 0.9% | 0.94% | - |
| XYZ | 27.71 | 12.92 | 83.47 | - |
| YUV | 84.22 | 215.92 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 240 | 0.40 | 0.90 | 0 | 0.06 | 273.73 | 0.88 | 0.52 |
| Hex | 91 | 17 | F0 | 28 | 5A | 0 | 6 | 112 | 58 | 34 |
| Octal | 221 | 27 | 360 | 50 | 132 | 0 | 6 | 422 | 130 | 64 |
| Binary | 10010001 | 10111 | 11110000 | 101000 | 1011010 | 0 | 110 | 100010010 | 1011000 | 110100 |
Color Harmonies of #9117F0
Complementary color
Monochromatic Colors of #9117F0
Black with #9117F0
Text Example
Text Example
White with #9117F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117F0; }
p { color: rgb(145,23,240); }
H1.HeaderClassName
{
color: #9117F0;
}
.AnyTagClassName
{
color: #9117F0;
}
</style>
background-color css
<style>
a { background-color: #9117F0; }
a { background-color: rgb(145,23,240); }
div.DivClassName
{
background-color: #9117F0;
}
.BgClassName
{
background-color: #9117F0;
}
</style>
border-color css
<style>
span { border-color: #9117F0; }
span { border-color: rgb(145,23,240); }
td.TdClassName
{
border-color: #9117F0;
}
.TagClassName
{
border-color: #9117F0;
}
</style>