Shades of Blue Violet #903EE3
Tints of Blue Violet #903EE3
RGB
CMYK
RGB Variations
Color information
#903EE3 (or 0x903EE3) is known color: Blue Violet. HEX triplet: 90, 3E and E3. RGB value is (144,62,227). Sum of RGB (Red+Green+Blue) = 144+62+227=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #903EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903EE3 is #6FC11C. Grayscale: #686868. Windows color (decimal): -7323933 or 14892688. OLE color: 14892688.
HSL color Cylindrical-coordinate representation of color #903EE3: hue angle of 269.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #903EE3 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 62 | 227 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.11 |
| HSL | 269.82º | 0.75% | 0.57% | - |
| HSV(B) | 269.82º | 0.73% | 0.89% | - |
| XYZ | 27.09 | 14.92 | 74.13 | - |
| YUV | 105.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 227 | 0.37 | 0.73 | 0 | 0.11 | 269.82 | 0.75 | 0.57 |
| Hex | 90 | 3E | E3 | 25 | 49 | 0 | B | 10E | 4B | 39 |
| Octal | 220 | 76 | 343 | 45 | 111 | 0 | 13 | 416 | 113 | 71 |
| Binary | 10010000 | 111110 | 11100011 | 100101 | 1001001 | 0 | 1011 | 100001110 | 1001011 | 111001 |
Color Harmonies of #903EE3
Complementary color
Monochromatic Colors of #903EE3
Black with #903EE3
Text Example
Text Example
White with #903EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903EE3; }
p { color: rgb(144,62,227); }
H1.HeaderClassName
{
color: #903EE3;
}
.AnyTagClassName
{
color: #903EE3;
}
</style>
background-color css
<style>
a { background-color: #903EE3; }
a { background-color: rgb(144,62,227); }
div.DivClassName
{
background-color: #903EE3;
}
.BgClassName
{
background-color: #903EE3;
}
</style>
border-color css
<style>
span { border-color: #903EE3; }
span { border-color: rgb(144,62,227); }
td.TdClassName
{
border-color: #903EE3;
}
.TagClassName
{
border-color: #903EE3;
}
</style>