Shades of Blue Violet #9117EB
Tints of Blue Violet #9117EB
RGB
CMYK
RGB Variations
Color information
#9117EB (or 0x9117EB) is known color: Blue Violet. HEX triplet: 91, 17 and EB. RGB value is (145,23,235). Sum of RGB (Red+Green+Blue) = 145+23+235=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #9117EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9117EB is #6EE814. Grayscale: #525252. Windows color (decimal): -7268373 or 15406993. OLE color: 15406993.
HSL color Cylindrical-coordinate representation of color #9117EB: hue angle of 274.53º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9117EB is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 23 | 235 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.08 |
| HSL | 274.53º | 0.84% | 0.51% | - |
| HSV(B) | 274.53º | 0.9% | 0.92% | - |
| XYZ | 26.98 | 12.63 | 79.61 | - |
| YUV | 83.65 | 213.42 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 235 | 0.38 | 0.90 | 0 | 0.08 | 274.53 | 0.84 | 0.51 |
| Hex | 91 | 17 | EB | 26 | 5A | 0 | 8 | 113 | 54 | 33 |
| Octal | 221 | 27 | 353 | 46 | 132 | 0 | 10 | 423 | 124 | 63 |
| Binary | 10010001 | 10111 | 11101011 | 100110 | 1011010 | 0 | 1000 | 100010011 | 1010100 | 110011 |
Color Harmonies of #9117EB
Complementary color
Monochromatic Colors of #9117EB
Black with #9117EB
Text Example
Text Example
White with #9117EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117EB; }
p { color: rgb(145,23,235); }
H1.HeaderClassName
{
color: #9117EB;
}
.AnyTagClassName
{
color: #9117EB;
}
</style>
background-color css
<style>
a { background-color: #9117EB; }
a { background-color: rgb(145,23,235); }
div.DivClassName
{
background-color: #9117EB;
}
.BgClassName
{
background-color: #9117EB;
}
</style>
border-color css
<style>
span { border-color: #9117EB; }
span { border-color: rgb(145,23,235); }
td.TdClassName
{
border-color: #9117EB;
}
.TagClassName
{
border-color: #9117EB;
}
</style>