Shades of Blue Violet #9117FA
Tints of Blue Violet #9117FA
RGB
CMYK
RGB Variations
Color information
#9117FA (or 0x9117FA) is known color: Blue Violet. HEX triplet: 91, 17 and FA. RGB value is (145,23,250). Sum of RGB (Red+Green+Blue) = 145+23+250=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #9117FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9117FA is #6EE805. Grayscale: #545454. Windows color (decimal): -7268358 or 16390033. OLE color: 16390033.
HSL color Cylindrical-coordinate representation of color #9117FA: hue angle of 272.25º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9117FA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 23 | 250 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.02 |
| HSL | 272.25º | 0.96% | 0.54% | - |
| HSV(B) | 272.25º | 0.91% | 0.98% | - |
| XYZ | 29.24 | 13.53 | 91.51 | - |
| YUV | 85.36 | 220.92 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 250 | 0.42 | 0.91 | 0 | 0.02 | 272.25 | 0.96 | 0.54 |
| Hex | 91 | 17 | FA | 2A | 5B | 0 | 2 | 110 | 60 | 36 |
| Octal | 221 | 27 | 372 | 52 | 133 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10010001 | 10111 | 11111010 | 101010 | 1011011 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #9117FA
Complementary color
Monochromatic Colors of #9117FA
Black with #9117FA
Text Example
Text Example
White with #9117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117FA; }
p { color: rgb(145,23,250); }
H1.HeaderClassName
{
color: #9117FA;
}
.AnyTagClassName
{
color: #9117FA;
}
</style>
background-color css
<style>
a { background-color: #9117FA; }
a { background-color: rgb(145,23,250); }
div.DivClassName
{
background-color: #9117FA;
}
.BgClassName
{
background-color: #9117FA;
}
</style>
border-color css
<style>
span { border-color: #9117FA; }
span { border-color: rgb(145,23,250); }
td.TdClassName
{
border-color: #9117FA;
}
.TagClassName
{
border-color: #9117FA;
}
</style>