Shades of Blue Violet #9031F7
Tints of Blue Violet #9031F7
RGB
CMYK
RGB Variations
Color information
#9031F7 (or 0x9031F7) is known color: Blue Violet. HEX triplet: 90, 31 and F7. RGB value is (144,49,247). Sum of RGB (Red+Green+Blue) = 144+49+247=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #9031F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031F7 is #6FCE08. Grayscale: #636363. Windows color (decimal): -7327241 or 16200080. OLE color: 16200080.
HSL color Cylindrical-coordinate representation of color #9031F7: hue angle of 268.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9031F7 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 49 | 247 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.03 |
| HSL | 268.79º | 0.93% | 0.58% | - |
| HSV(B) | 268.79º | 0.8% | 0.97% | - |
| XYZ | 29.39 | 14.84 | 89.31 | - |
| YUV | 99.98 | 210.97 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 247 | 0.42 | 0.80 | 0 | 0.03 | 268.79 | 0.93 | 0.58 |
| Hex | 90 | 31 | F7 | 2A | 50 | 0 | 3 | 10D | 5D | 3A |
| Octal | 220 | 61 | 367 | 52 | 120 | 0 | 3 | 415 | 135 | 72 |
| Binary | 10010000 | 110001 | 11110111 | 101010 | 1010000 | 0 | 11 | 100001101 | 1011101 | 111010 |
Color Harmonies of #9031F7
Complementary color
Monochromatic Colors of #9031F7
Black with #9031F7
Text Example
Text Example
White with #9031F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031F7; }
p { color: rgb(144,49,247); }
H1.HeaderClassName
{
color: #9031F7;
}
.AnyTagClassName
{
color: #9031F7;
}
</style>
background-color css
<style>
a { background-color: #9031F7; }
a { background-color: rgb(144,49,247); }
div.DivClassName
{
background-color: #9031F7;
}
.BgClassName
{
background-color: #9031F7;
}
</style>
border-color css
<style>
span { border-color: #9031F7; }
span { border-color: rgb(144,49,247); }
td.TdClassName
{
border-color: #9031F7;
}
.TagClassName
{
border-color: #9031F7;
}
</style>