Shades of Blue Violet #9040EF
Tints of Blue Violet #9040EF
RGB
CMYK
RGB Variations
Color information
#9040EF (or 0x9040EF) is known color: Blue Violet. HEX triplet: 90, 40 and EF. RGB value is (144,64,239). Sum of RGB (Red+Green+Blue) = 144+64+239=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #9040EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9040EF is #6FBF10. Grayscale: #6B6B6B. Windows color (decimal): -7323409 or 15679632. OLE color: 15679632.
HSL color Cylindrical-coordinate representation of color #9040EF: hue angle of 267.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9040EF is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 64 | 239 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.06 |
| HSL | 267.43º | 0.85% | 0.59% | - |
| HSV(B) | 267.43º | 0.73% | 0.94% | - |
| XYZ | 28.91 | 15.83 | 83.19 | - |
| YUV | 107.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 239 | 0.40 | 0.73 | 0 | 0.06 | 267.43 | 0.85 | 0.59 |
| Hex | 90 | 40 | EF | 28 | 49 | 0 | 6 | 10B | 55 | 3B |
| Octal | 220 | 100 | 357 | 50 | 111 | 0 | 6 | 413 | 125 | 73 |
| Binary | 10010000 | 1000000 | 11101111 | 101000 | 1001001 | 0 | 110 | 100001011 | 1010101 | 111011 |
Color Harmonies of #9040EF
Complementary color
Monochromatic Colors of #9040EF
Black with #9040EF
Text Example
Text Example
White with #9040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040EF; }
p { color: rgb(144,64,239); }
H1.HeaderClassName
{
color: #9040EF;
}
.AnyTagClassName
{
color: #9040EF;
}
</style>
background-color css
<style>
a { background-color: #9040EF; }
a { background-color: rgb(144,64,239); }
div.DivClassName
{
background-color: #9040EF;
}
.BgClassName
{
background-color: #9040EF;
}
</style>
border-color css
<style>
span { border-color: #9040EF; }
span { border-color: rgb(144,64,239); }
td.TdClassName
{
border-color: #9040EF;
}
.TagClassName
{
border-color: #9040EF;
}
</style>