Shades of Blue Violet #9039F0
Tints of Blue Violet #9039F0
RGB
CMYK
RGB Variations
Color information
#9039F0 (or 0x9039F0) is known color: Blue Violet. HEX triplet: 90, 39 and F0. RGB value is (144,57,240). Sum of RGB (Red+Green+Blue) = 144+57+240=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #9039F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9039F0 is #6FC60F. Grayscale: #676767. Windows color (decimal): -7325200 or 15743376. OLE color: 15743376.
HSL color Cylindrical-coordinate representation of color #9039F0: hue angle of 268.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9039F0 is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 57 | 240 | - |
| CMYK | 0.4 | 0.76 | 0 | 0.06 |
| HSL | 268.52º | 0.86% | 0.58% | - |
| HSV(B) | 268.52º | 0.76% | 0.94% | - |
| XYZ | 28.69 | 15.15 | 83.85 | - |
| YUV | 103.88 | 204.82 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 240 | 0.4 | 0.76 | 0 | 0.06 | 268.52 | 0.86 | 0.58 |
| Hex | 90 | 39 | F0 | 28 | 4C | 0 | 6 | 10D | 56 | 3A |
| Octal | 220 | 71 | 360 | 50 | 114 | 0 | 6 | 415 | 126 | 72 |
| Binary | 10010000 | 111001 | 11110000 | 101000 | 1001100 | 0 | 110 | 100001101 | 1010110 | 111010 |
Color Harmonies of #9039F0
Complementary color
Monochromatic Colors of #9039F0
Black with #9039F0
Text Example
Text Example
White with #9039F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039F0; }
p { color: rgb(144,57,240); }
H1.HeaderClassName
{
color: #9039F0;
}
.AnyTagClassName
{
color: #9039F0;
}
</style>
background-color css
<style>
a { background-color: #9039F0; }
a { background-color: rgb(144,57,240); }
div.DivClassName
{
background-color: #9039F0;
}
.BgClassName
{
background-color: #9039F0;
}
</style>
border-color css
<style>
span { border-color: #9039F0; }
span { border-color: rgb(144,57,240); }
td.TdClassName
{
border-color: #9039F0;
}
.TagClassName
{
border-color: #9039F0;
}
</style>