Shades of Blue Violet #903CE3
Tints of Blue Violet #903CE3
RGB
CMYK
RGB Variations
Color information
#903CE3 (or 0x903CE3) is known color: Blue Violet. HEX triplet: 90, 3C and E3. RGB value is (144,60,227). Sum of RGB (Red+Green+Blue) = 144+60+227=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #903CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CE3 is #6FC31C. Grayscale: #676767. Windows color (decimal): -7324445 or 14892176. OLE color: 14892176.
HSL color Cylindrical-coordinate representation of color #903CE3: hue angle of 270.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #903CE3 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 60 | 227 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.11 |
| HSL | 270.18º | 0.75% | 0.56% | - |
| HSV(B) | 270.18º | 0.74% | 0.89% | - |
| XYZ | 26.98 | 14.71 | 74.09 | - |
| YUV | 104.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 227 | 0.37 | 0.74 | 0 | 0.11 | 270.18 | 0.75 | 0.56 |
| Hex | 90 | 3C | E3 | 25 | 4A | 0 | B | 10E | 4B | 38 |
| Octal | 220 | 74 | 343 | 45 | 112 | 0 | 13 | 416 | 113 | 70 |
| Binary | 10010000 | 111100 | 11100011 | 100101 | 1001010 | 0 | 1011 | 100001110 | 1001011 | 111000 |
Color Harmonies of #903CE3
Complementary color
Monochromatic Colors of #903CE3
Black with #903CE3
Text Example
Text Example
White with #903CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CE3; }
p { color: rgb(144,60,227); }
H1.HeaderClassName
{
color: #903CE3;
}
.AnyTagClassName
{
color: #903CE3;
}
</style>
background-color css
<style>
a { background-color: #903CE3; }
a { background-color: rgb(144,60,227); }
div.DivClassName
{
background-color: #903CE3;
}
.BgClassName
{
background-color: #903CE3;
}
</style>
border-color css
<style>
span { border-color: #903CE3; }
span { border-color: rgb(144,60,227); }
td.TdClassName
{
border-color: #903CE3;
}
.TagClassName
{
border-color: #903CE3;
}
</style>