Shades of Blue Violet #903CEA
Tints of Blue Violet #903CEA
RGB
CMYK
RGB Variations
Color information
#903CEA (or 0x903CEA) is known color: Blue Violet. HEX triplet: 90, 3C and EA. RGB value is (144,60,234). Sum of RGB (Red+Green+Blue) = 144+60+234=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #903CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #903CEA is #6FC315. Grayscale: #686868. Windows color (decimal): -7324438 or 15350928. OLE color: 15350928.
HSL color Cylindrical-coordinate representation of color #903CEA: hue angle of 268.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #903CEA is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 60 | 234 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.08 |
| HSL | 268.97º | 0.81% | 0.58% | - |
| HSV(B) | 268.97º | 0.74% | 0.92% | - |
| XYZ | 27.97 | 15.1 | 79.28 | - |
| YUV | 104.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 234 | 0.38 | 0.74 | 0 | 0.08 | 268.97 | 0.81 | 0.58 |
| Hex | 90 | 3C | EA | 26 | 4A | 0 | 8 | 10D | 51 | 3A |
| Octal | 220 | 74 | 352 | 46 | 112 | 0 | 10 | 415 | 121 | 72 |
| Binary | 10010000 | 111100 | 11101010 | 100110 | 1001010 | 0 | 1000 | 100001101 | 1010001 | 111010 |
Color Harmonies of #903CEA
Complementary color
Monochromatic Colors of #903CEA
Black with #903CEA
Text Example
Text Example
White with #903CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CEA; }
p { color: rgb(144,60,234); }
H1.HeaderClassName
{
color: #903CEA;
}
.AnyTagClassName
{
color: #903CEA;
}
</style>
background-color css
<style>
a { background-color: #903CEA; }
a { background-color: rgb(144,60,234); }
div.DivClassName
{
background-color: #903CEA;
}
.BgClassName
{
background-color: #903CEA;
}
</style>
border-color css
<style>
span { border-color: #903CEA; }
span { border-color: rgb(144,60,234); }
td.TdClassName
{
border-color: #903CEA;
}
.TagClassName
{
border-color: #903CEA;
}
</style>