Shades of Blue Violet #9031EE
Tints of Blue Violet #9031EE
RGB
CMYK
RGB Variations
Color information
#9031EE (or 0x9031EE) is known color: Blue Violet. HEX triplet: 90, 31 and EE. RGB value is (144,49,238). Sum of RGB (Red+Green+Blue) = 144+49+238=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #9031EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031EE is #6FCE11. Grayscale: #626262. Windows color (decimal): -7327250 or 15610256. OLE color: 15610256.
HSL color Cylindrical-coordinate representation of color #9031EE: hue angle of 270.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9031EE is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 49 | 238 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.07 |
| HSL | 270.16º | 0.85% | 0.56% | - |
| HSV(B) | 270.16º | 0.79% | 0.93% | - |
| XYZ | 28.03 | 14.3 | 82.17 | - |
| YUV | 98.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 238 | 0.39 | 0.79 | 0 | 0.07 | 270.16 | 0.85 | 0.56 |
| Hex | 90 | 31 | EE | 27 | 4F | 0 | 7 | 10E | 55 | 38 |
| Octal | 220 | 61 | 356 | 47 | 117 | 0 | 7 | 416 | 125 | 70 |
| Binary | 10010000 | 110001 | 11101110 | 100111 | 1001111 | 0 | 111 | 100001110 | 1010101 | 111000 |
Color Harmonies of #9031EE
Complementary color
Monochromatic Colors of #9031EE
Black with #9031EE
Text Example
Text Example
White with #9031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031EE; }
p { color: rgb(144,49,238); }
H1.HeaderClassName
{
color: #9031EE;
}
.AnyTagClassName
{
color: #9031EE;
}
</style>
background-color css
<style>
a { background-color: #9031EE; }
a { background-color: rgb(144,49,238); }
div.DivClassName
{
background-color: #9031EE;
}
.BgClassName
{
background-color: #9031EE;
}
</style>
border-color css
<style>
span { border-color: #9031EE; }
span { border-color: rgb(144,49,238); }
td.TdClassName
{
border-color: #9031EE;
}
.TagClassName
{
border-color: #9031EE;
}
</style>