Shades of Blue Violet #9039EF
Tints of Blue Violet #9039EF
RGB
CMYK
RGB Variations
Color information
#9039EF (or 0x9039EF) is known color: Blue Violet. HEX triplet: 90, 39 and EF. RGB value is (144,57,239). Sum of RGB (Red+Green+Blue) = 144+57+239=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #9039EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9039EF is #6FC610. Grayscale: #676767. Windows color (decimal): -7325201 or 15677840. OLE color: 15677840.
HSL color Cylindrical-coordinate representation of color #9039EF: hue angle of 268.68º degrees, saturation: 0.85, 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 #9039EF is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 57 | 239 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.06 |
| HSL | 268.68º | 0.85% | 0.58% | - |
| HSV(B) | 268.68º | 0.76% | 0.94% | - |
| XYZ | 28.54 | 15.09 | 83.07 | - |
| YUV | 103.76 | 204.32 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 239 | 0.40 | 0.76 | 0 | 0.06 | 268.68 | 0.85 | 0.58 |
| Hex | 90 | 39 | EF | 28 | 4C | 0 | 6 | 10D | 55 | 3A |
| Octal | 220 | 71 | 357 | 50 | 114 | 0 | 6 | 415 | 125 | 72 |
| Binary | 10010000 | 111001 | 11101111 | 101000 | 1001100 | 0 | 110 | 100001101 | 1010101 | 111010 |
Color Harmonies of #9039EF
Complementary color
Monochromatic Colors of #9039EF
Black with #9039EF
Text Example
Text Example
White with #9039EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039EF; }
p { color: rgb(144,57,239); }
H1.HeaderClassName
{
color: #9039EF;
}
.AnyTagClassName
{
color: #9039EF;
}
</style>
background-color css
<style>
a { background-color: #9039EF; }
a { background-color: rgb(144,57,239); }
div.DivClassName
{
background-color: #9039EF;
}
.BgClassName
{
background-color: #9039EF;
}
</style>
border-color css
<style>
span { border-color: #9039EF; }
span { border-color: rgb(144,57,239); }
td.TdClassName
{
border-color: #9039EF;
}
.TagClassName
{
border-color: #9039EF;
}
</style>