Shades of Blue Violet #9040EE
Tints of Blue Violet #9040EE
RGB
CMYK
RGB Variations
Color information
#9040EE (or 0x9040EE) is known color: Blue Violet. HEX triplet: 90, 40 and EE. RGB value is (144,64,238). Sum of RGB (Red+Green+Blue) = 144+64+238=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #9040EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9040EE is #6FBF11. Grayscale: #6B6B6B. Windows color (decimal): -7323410 or 15614096. OLE color: 15614096.
HSL color Cylindrical-coordinate representation of color #9040EE: hue angle of 267.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9040EE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 64 | 238 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.07 |
| HSL | 267.59º | 0.84% | 0.59% | - |
| HSV(B) | 267.59º | 0.73% | 0.93% | - |
| XYZ | 28.77 | 15.77 | 82.42 | - |
| YUV | 107.76 | 201.5 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 238 | 0.39 | 0.73 | 0 | 0.07 | 267.59 | 0.84 | 0.59 |
| Hex | 90 | 40 | EE | 27 | 49 | 0 | 7 | 10C | 54 | 3B |
| Octal | 220 | 100 | 356 | 47 | 111 | 0 | 7 | 414 | 124 | 73 |
| Binary | 10010000 | 1000000 | 11101110 | 100111 | 1001001 | 0 | 111 | 100001100 | 1010100 | 111011 |
Color Harmonies of #9040EE
Complementary color
Monochromatic Colors of #9040EE
Black with #9040EE
Text Example
Text Example
White with #9040EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040EE; }
p { color: rgb(144,64,238); }
H1.HeaderClassName
{
color: #9040EE;
}
.AnyTagClassName
{
color: #9040EE;
}
</style>
background-color css
<style>
a { background-color: #9040EE; }
a { background-color: rgb(144,64,238); }
div.DivClassName
{
background-color: #9040EE;
}
.BgClassName
{
background-color: #9040EE;
}
</style>
border-color css
<style>
span { border-color: #9040EE; }
span { border-color: rgb(144,64,238); }
td.TdClassName
{
border-color: #9040EE;
}
.TagClassName
{
border-color: #9040EE;
}
</style>