Shades of Blue Violet #9031EA
Tints of Blue Violet #9031EA
RGB
CMYK
RGB Variations
Color information
#9031EA (or 0x9031EA) is known color: Blue Violet. HEX triplet: 90, 31 and EA. RGB value is (144,49,234). Sum of RGB (Red+Green+Blue) = 144+49+234=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #9031EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031EA is #6FCE15. Grayscale: #616161. Windows color (decimal): -7327254 or 15348112. OLE color: 15348112.
HSL color Cylindrical-coordinate representation of color #9031EA: hue angle of 270.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9031EA is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 49 | 234 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.08 |
| HSL | 270.81º | 0.81% | 0.55% | - |
| HSV(B) | 270.81º | 0.79% | 0.92% | - |
| XYZ | 27.45 | 14.07 | 79.11 | - |
| YUV | 98.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 234 | 0.38 | 0.79 | 0 | 0.08 | 270.81 | 0.81 | 0.55 |
| Hex | 90 | 31 | EA | 26 | 4F | 0 | 8 | 10F | 51 | 37 |
| Octal | 220 | 61 | 352 | 46 | 117 | 0 | 10 | 417 | 121 | 67 |
| Binary | 10010000 | 110001 | 11101010 | 100110 | 1001111 | 0 | 1000 | 100001111 | 1010001 | 110111 |
Color Harmonies of #9031EA
Complementary color
Monochromatic Colors of #9031EA
Black with #9031EA
Text Example
Text Example
White with #9031EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031EA; }
p { color: rgb(144,49,234); }
H1.HeaderClassName
{
color: #9031EA;
}
.AnyTagClassName
{
color: #9031EA;
}
</style>
background-color css
<style>
a { background-color: #9031EA; }
a { background-color: rgb(144,49,234); }
div.DivClassName
{
background-color: #9031EA;
}
.BgClassName
{
background-color: #9031EA;
}
</style>
border-color css
<style>
span { border-color: #9031EA; }
span { border-color: rgb(144,49,234); }
td.TdClassName
{
border-color: #9031EA;
}
.TagClassName
{
border-color: #9031EA;
}
</style>