Shades of Blue Violet #9037F7
Tints of Blue Violet #9037F7
RGB
CMYK
RGB Variations
Color information
#9037F7 (or 0x9037F7) is known color: Blue Violet. HEX triplet: 90, 37 and F7. RGB value is (144,55,247). Sum of RGB (Red+Green+Blue) = 144+55+247=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #9037F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9037F7 is #6FC808. Grayscale: #666666. Windows color (decimal): -7325705 or 16201616. OLE color: 16201616.
HSL color Cylindrical-coordinate representation of color #9037F7: hue angle of 267.81º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9037F7 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 55 | 247 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.03 |
| HSL | 267.81º | 0.92% | 0.59% | - |
| HSV(B) | 267.81º | 0.78% | 0.97% | - |
| XYZ | 29.66 | 15.38 | 89.4 | - |
| YUV | 103.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 247 | 0.42 | 0.78 | 0 | 0.03 | 267.81 | 0.92 | 0.59 |
| Hex | 90 | 37 | F7 | 2A | 4E | 0 | 3 | 10C | 5C | 3B |
| Octal | 220 | 67 | 367 | 52 | 116 | 0 | 3 | 414 | 134 | 73 |
| Binary | 10010000 | 110111 | 11110111 | 101010 | 1001110 | 0 | 11 | 100001100 | 1011100 | 111011 |
Color Harmonies of #9037F7
Complementary color
Monochromatic Colors of #9037F7
Black with #9037F7
Text Example
Text Example
White with #9037F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037F7; }
p { color: rgb(144,55,247); }
H1.HeaderClassName
{
color: #9037F7;
}
.AnyTagClassName
{
color: #9037F7;
}
</style>
background-color css
<style>
a { background-color: #9037F7; }
a { background-color: rgb(144,55,247); }
div.DivClassName
{
background-color: #9037F7;
}
.BgClassName
{
background-color: #9037F7;
}
</style>
border-color css
<style>
span { border-color: #9037F7; }
span { border-color: rgb(144,55,247); }
td.TdClassName
{
border-color: #9037F7;
}
.TagClassName
{
border-color: #9037F7;
}
</style>