Shades of Blue Violet #9115EB
Tints of Blue Violet #9115EB
RGB
CMYK
RGB Variations
Color information
#9115EB (or 0x9115EB) is known color: Blue Violet. HEX triplet: 91, 15 and EB. RGB value is (145,21,235). Sum of RGB (Red+Green+Blue) = 145+21+235=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #9115EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9115EB is #6EEA14. Grayscale: #515151. Windows color (decimal): -7268885 or 15406481. OLE color: 15406481.
HSL color Cylindrical-coordinate representation of color #9115EB: hue angle of 274.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9115EB is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 21 | 235 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.08 |
| HSL | 274.77º | 0.84% | 0.5% | - |
| HSV(B) | 274.77º | 0.91% | 0.92% | - |
| XYZ | 26.94 | 12.55 | 79.6 | - |
| YUV | 82.47 | 214.08 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 235 | 0.38 | 0.91 | 0 | 0.08 | 274.77 | 0.84 | 0.5 |
| Hex | 91 | 15 | EB | 26 | 5B | 0 | 8 | 113 | 54 | 32 |
| Octal | 221 | 25 | 353 | 46 | 133 | 0 | 10 | 423 | 124 | 62 |
| Binary | 10010001 | 10101 | 11101011 | 100110 | 1011011 | 0 | 1000 | 100010011 | 1010100 | 110010 |
Color Harmonies of #9115EB
Complementary color
Monochromatic Colors of #9115EB
Black with #9115EB
Text Example
Text Example
White with #9115EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115EB; }
p { color: rgb(145,21,235); }
H1.HeaderClassName
{
color: #9115EB;
}
.AnyTagClassName
{
color: #9115EB;
}
</style>
background-color css
<style>
a { background-color: #9115EB; }
a { background-color: rgb(145,21,235); }
div.DivClassName
{
background-color: #9115EB;
}
.BgClassName
{
background-color: #9115EB;
}
</style>
border-color css
<style>
span { border-color: #9115EB; }
span { border-color: rgb(145,21,235); }
td.TdClassName
{
border-color: #9115EB;
}
.TagClassName
{
border-color: #9115EB;
}
</style>