Shades of Blue Violet #9110EF
Tints of Blue Violet #9110EF
RGB
CMYK
RGB Variations
Color information
#9110EF (or 0x9110EF) is known color: Blue Violet. HEX triplet: 91, 10 and EF. RGB value is (145,16,239). Sum of RGB (Red+Green+Blue) = 145+16+239=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #9110EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9110EF is #6EEF10. Grayscale: #4F4F4F. Windows color (decimal): -7270161 or 15667345. OLE color: 15667345.
HSL color Cylindrical-coordinate representation of color #9110EF: hue angle of 274.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9110EF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 16 | 239 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.06 |
| HSL | 274.71º | 0.87% | 0.5% | - |
| HSV(B) | 274.71º | 0.93% | 0.94% | - |
| XYZ | 27.44 | 12.62 | 82.65 | - |
| YUV | 79.99 | 217.74 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 239 | 0.39 | 0.93 | 0 | 0.06 | 274.71 | 0.87 | 0.5 |
| Hex | 91 | 10 | EF | 27 | 5D | 0 | 6 | 113 | 57 | 32 |
| Octal | 221 | 20 | 357 | 47 | 135 | 0 | 6 | 423 | 127 | 62 |
| Binary | 10010001 | 10000 | 11101111 | 100111 | 1011101 | 0 | 110 | 100010011 | 1010111 | 110010 |
Color Harmonies of #9110EF
Complementary color
Monochromatic Colors of #9110EF
Black with #9110EF
Text Example
Text Example
White with #9110EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110EF; }
p { color: rgb(145,16,239); }
H1.HeaderClassName
{
color: #9110EF;
}
.AnyTagClassName
{
color: #9110EF;
}
</style>
background-color css
<style>
a { background-color: #9110EF; }
a { background-color: rgb(145,16,239); }
div.DivClassName
{
background-color: #9110EF;
}
.BgClassName
{
background-color: #9110EF;
}
</style>
border-color css
<style>
span { border-color: #9110EF; }
span { border-color: rgb(145,16,239); }
td.TdClassName
{
border-color: #9110EF;
}
.TagClassName
{
border-color: #9110EF;
}
</style>