Shades of Blue Violet #9112F7
Tints of Blue Violet #9112F7
RGB
CMYK
RGB Variations
Color information
#9112F7 (or 0x9112F7) is known color: Blue Violet. HEX triplet: 91, 12 and F7. RGB value is (145,18,247). Sum of RGB (Red+Green+Blue) = 145+18+247=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #9112F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9112F7 is #6EED08. Grayscale: #515151. Windows color (decimal): -7269641 or 16192145. OLE color: 16192145.
HSL color Cylindrical-coordinate representation of color #9112F7: hue angle of 273.28º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9112F7 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 18 | 247 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.03 |
| HSL | 273.28º | 0.93% | 0.52% | - |
| HSV(B) | 273.28º | 0.93% | 0.97% | - |
| XYZ | 28.68 | 13.17 | 89.03 | - |
| YUV | 82.08 | 221.08 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 247 | 0.41 | 0.93 | 0 | 0.03 | 273.28 | 0.93 | 0.52 |
| Hex | 91 | 12 | F7 | 29 | 5D | 0 | 3 | 111 | 5D | 34 |
| Octal | 221 | 22 | 367 | 51 | 135 | 0 | 3 | 421 | 135 | 64 |
| Binary | 10010001 | 10010 | 11110111 | 101001 | 1011101 | 0 | 11 | 100010001 | 1011101 | 110100 |
Color Harmonies of #9112F7
Complementary color
Monochromatic Colors of #9112F7
Black with #9112F7
Text Example
Text Example
White with #9112F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9112F7; }
p { color: rgb(145,18,247); }
H1.HeaderClassName
{
color: #9112F7;
}
.AnyTagClassName
{
color: #9112F7;
}
</style>
background-color css
<style>
a { background-color: #9112F7; }
a { background-color: rgb(145,18,247); }
div.DivClassName
{
background-color: #9112F7;
}
.BgClassName
{
background-color: #9112F7;
}
</style>
border-color css
<style>
span { border-color: #9112F7; }
span { border-color: rgb(145,18,247); }
td.TdClassName
{
border-color: #9112F7;
}
.TagClassName
{
border-color: #9112F7;
}
</style>