Shades of Blue Violet #9117F6
Tints of Blue Violet #9117F6
RGB
CMYK
RGB Variations
Color information
#9117F6 (or 0x9117F6) is known color: Blue Violet. HEX triplet: 91, 17 and F6. RGB value is (145,23,246). Sum of RGB (Red+Green+Blue) = 145+23+246=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #9117F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9117F6 is #6EE809. Grayscale: #545454. Windows color (decimal): -7268362 or 16127889. OLE color: 16127889.
HSL color Cylindrical-coordinate representation of color #9117F6: hue angle of 272.83º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9117F6 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 23 | 246 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.04 |
| HSL | 272.83º | 0.93% | 0.53% | - |
| HSV(B) | 272.83º | 0.91% | 0.96% | - |
| XYZ | 28.62 | 13.29 | 88.24 | - |
| YUV | 84.9 | 218.92 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 246 | 0.41 | 0.91 | 0 | 0.04 | 272.83 | 0.93 | 0.53 |
| Hex | 91 | 17 | F6 | 29 | 5B | 0 | 4 | 111 | 5D | 35 |
| Octal | 221 | 27 | 366 | 51 | 133 | 0 | 4 | 421 | 135 | 65 |
| Binary | 10010001 | 10111 | 11110110 | 101001 | 1011011 | 0 | 100 | 100010001 | 1011101 | 110101 |
Color Harmonies of #9117F6
Complementary color
Monochromatic Colors of #9117F6
Black with #9117F6
Text Example
Text Example
White with #9117F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117F6; }
p { color: rgb(145,23,246); }
H1.HeaderClassName
{
color: #9117F6;
}
.AnyTagClassName
{
color: #9117F6;
}
</style>
background-color css
<style>
a { background-color: #9117F6; }
a { background-color: rgb(145,23,246); }
div.DivClassName
{
background-color: #9117F6;
}
.BgClassName
{
background-color: #9117F6;
}
</style>
border-color css
<style>
span { border-color: #9117F6; }
span { border-color: rgb(145,23,246); }
td.TdClassName
{
border-color: #9117F6;
}
.TagClassName
{
border-color: #9117F6;
}
</style>