Shades of Blue Violet #9039EA
Tints of Blue Violet #9039EA
RGB
CMYK
RGB Variations
Color information
#9039EA (or 0x9039EA) is known color: Blue Violet. HEX triplet: 90, 39 and EA. RGB value is (144,57,234). Sum of RGB (Red+Green+Blue) = 144+57+234=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #9039EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9039EA is #6FC615. Grayscale: #666666. Windows color (decimal): -7325206 or 15350160. OLE color: 15350160.
HSL color Cylindrical-coordinate representation of color #9039EA: hue angle of 269.49º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9039EA is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 57 | 234 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.08 |
| HSL | 269.49º | 0.81% | 0.57% | - |
| HSV(B) | 269.49º | 0.76% | 0.92% | - |
| XYZ | 27.82 | 14.8 | 79.23 | - |
| YUV | 103.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 234 | 0.38 | 0.76 | 0 | 0.08 | 269.49 | 0.81 | 0.57 |
| Hex | 90 | 39 | EA | 26 | 4C | 0 | 8 | 10D | 51 | 39 |
| Octal | 220 | 71 | 352 | 46 | 114 | 0 | 10 | 415 | 121 | 71 |
| Binary | 10010000 | 111001 | 11101010 | 100110 | 1001100 | 0 | 1000 | 100001101 | 1010001 | 111001 |
Color Harmonies of #9039EA
Complementary color
Monochromatic Colors of #9039EA
Black with #9039EA
Text Example
Text Example
White with #9039EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039EA; }
p { color: rgb(144,57,234); }
H1.HeaderClassName
{
color: #9039EA;
}
.AnyTagClassName
{
color: #9039EA;
}
</style>
background-color css
<style>
a { background-color: #9039EA; }
a { background-color: rgb(144,57,234); }
div.DivClassName
{
background-color: #9039EA;
}
.BgClassName
{
background-color: #9039EA;
}
</style>
border-color css
<style>
span { border-color: #9039EA; }
span { border-color: rgb(144,57,234); }
td.TdClassName
{
border-color: #9039EA;
}
.TagClassName
{
border-color: #9039EA;
}
</style>