Shades of Blue Violet #9031E8
Tints of Blue Violet #9031E8
RGB
CMYK
RGB Variations
Color information
#9031E8 (or 0x9031E8) is known color: Blue Violet. HEX triplet: 90, 31 and E8. RGB value is (144,49,232). Sum of RGB (Red+Green+Blue) = 144+49+232=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #9031E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031E8 is #6FCE17. Grayscale: #616161. Windows color (decimal): -7327256 or 15217040. OLE color: 15217040.
HSL color Cylindrical-coordinate representation of color #9031E8: hue angle of 271.15º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9031E8 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 49 | 232 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.09 |
| HSL | 271.15º | 0.8% | 0.55% | - |
| HSV(B) | 271.15º | 0.79% | 0.91% | - |
| XYZ | 27.17 | 13.95 | 77.61 | - |
| YUV | 98.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 232 | 0.38 | 0.79 | 0 | 0.09 | 271.15 | 0.8 | 0.55 |
| Hex | 90 | 31 | E8 | 26 | 4F | 0 | 9 | 10F | 50 | 37 |
| Octal | 220 | 61 | 350 | 46 | 117 | 0 | 11 | 417 | 120 | 67 |
| Binary | 10010000 | 110001 | 11101000 | 100110 | 1001111 | 0 | 1001 | 100001111 | 1010000 | 110111 |
Color Harmonies of #9031E8
Complementary color
Monochromatic Colors of #9031E8
Black with #9031E8
Text Example
Text Example
White with #9031E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031E8; }
p { color: rgb(144,49,232); }
H1.HeaderClassName
{
color: #9031E8;
}
.AnyTagClassName
{
color: #9031E8;
}
</style>
background-color css
<style>
a { background-color: #9031E8; }
a { background-color: rgb(144,49,232); }
div.DivClassName
{
background-color: #9031E8;
}
.BgClassName
{
background-color: #9031E8;
}
</style>
border-color css
<style>
span { border-color: #9031E8; }
span { border-color: rgb(144,49,232); }
td.TdClassName
{
border-color: #9031E8;
}
.TagClassName
{
border-color: #9031E8;
}
</style>