Shades of Blue Violet #9031EC
Tints of Blue Violet #9031EC
RGB
CMYK
RGB Variations
Color information
#9031EC (or 0x9031EC) is known color: Blue Violet. HEX triplet: 90, 31 and EC. RGB value is (144,49,236). Sum of RGB (Red+Green+Blue) = 144+49+236=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #9031EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031EC is #6FCE13. Grayscale: #626262. Windows color (decimal): -7327252 or 15479184. OLE color: 15479184.
HSL color Cylindrical-coordinate representation of color #9031EC: hue angle of 270.48º degrees, saturation: 0.83, 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 #9031EC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 49 | 236 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.07 |
| HSL | 270.48º | 0.83% | 0.56% | - |
| HSV(B) | 270.48º | 0.79% | 0.93% | - |
| XYZ | 27.74 | 14.18 | 80.63 | - |
| YUV | 98.72 | 205.47 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 236 | 0.39 | 0.79 | 0 | 0.07 | 270.48 | 0.83 | 0.56 |
| Hex | 90 | 31 | EC | 27 | 4F | 0 | 7 | 10E | 53 | 38 |
| Octal | 220 | 61 | 354 | 47 | 117 | 0 | 7 | 416 | 123 | 70 |
| Binary | 10010000 | 110001 | 11101100 | 100111 | 1001111 | 0 | 111 | 100001110 | 1010011 | 111000 |
Color Harmonies of #9031EC
Complementary color
Monochromatic Colors of #9031EC
Black with #9031EC
Text Example
Text Example
White with #9031EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031EC; }
p { color: rgb(144,49,236); }
H1.HeaderClassName
{
color: #9031EC;
}
.AnyTagClassName
{
color: #9031EC;
}
</style>
background-color css
<style>
a { background-color: #9031EC; }
a { background-color: rgb(144,49,236); }
div.DivClassName
{
background-color: #9031EC;
}
.BgClassName
{
background-color: #9031EC;
}
</style>
border-color css
<style>
span { border-color: #9031EC; }
span { border-color: rgb(144,49,236); }
td.TdClassName
{
border-color: #9031EC;
}
.TagClassName
{
border-color: #9031EC;
}
</style>