Shades of Blue Violet #9115F0
Tints of Blue Violet #9115F0
RGB
CMYK
RGB Variations
Color information
#9115F0 (or 0x9115F0) is known color: Blue Violet. HEX triplet: 91, 15 and F0. RGB value is (145,21,240). Sum of RGB (Red+Green+Blue) = 145+21+240=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #9115F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9115F0 is #6EEA0F. Grayscale: #525252. Windows color (decimal): -7268880 or 15734161. OLE color: 15734161.
HSL color Cylindrical-coordinate representation of color #9115F0: hue angle of 273.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9115F0 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 21 | 240 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.06 |
| HSL | 273.97º | 0.88% | 0.51% | - |
| HSV(B) | 273.97º | 0.91% | 0.94% | - |
| XYZ | 27.67 | 12.85 | 83.46 | - |
| YUV | 83.04 | 216.58 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 240 | 0.40 | 0.91 | 0 | 0.06 | 273.97 | 0.88 | 0.51 |
| Hex | 91 | 15 | F0 | 28 | 5B | 0 | 6 | 112 | 58 | 33 |
| Octal | 221 | 25 | 360 | 50 | 133 | 0 | 6 | 422 | 130 | 63 |
| Binary | 10010001 | 10101 | 11110000 | 101000 | 1011011 | 0 | 110 | 100010010 | 1011000 | 110011 |
Color Harmonies of #9115F0
Complementary color
Monochromatic Colors of #9115F0
Black with #9115F0
Text Example
Text Example
White with #9115F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115F0; }
p { color: rgb(145,21,240); }
H1.HeaderClassName
{
color: #9115F0;
}
.AnyTagClassName
{
color: #9115F0;
}
</style>
background-color css
<style>
a { background-color: #9115F0; }
a { background-color: rgb(145,21,240); }
div.DivClassName
{
background-color: #9115F0;
}
.BgClassName
{
background-color: #9115F0;
}
</style>
border-color css
<style>
span { border-color: #9115F0; }
span { border-color: rgb(145,21,240); }
td.TdClassName
{
border-color: #9115F0;
}
.TagClassName
{
border-color: #9115F0;
}
</style>