#904EC5

Color #904EC5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #904EC5

Tints of Deep Lilac #904EC5

Color information

#904EC5 (or 0x904EC5) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and C5. RGB value is (144,78,197). Sum of RGB (Red+Green+Blue) = 144+78+197=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #904EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EC5 is #6FB13A. Grayscale: #6E6E6E. Windows color (decimal): -7319867 or 12930704. OLE color: 12930704.

HSL color Cylindrical-coordinate representation of color #904EC5: hue angle of 273.28º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904EC5 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14478197-
CMYK0.270.6000.23
HSL273.28º50.64%53.92%-
HSV(B)273.28º60.41%77.25%-
XYZ24.315.4154.52-
YUV111.3176.37151.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 197 (77.34% from 255) = 47.02%
R=34.37%
G=18.62%
B=47.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144781970.270.6000.23273.2850.6453.92
Hex904EC51B3C0171113336
Octal22011630533740274216366
Binary1001000010011101100010111011111100010111100010001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904EC5; }

 p { color: rgb(144,78,197); }

 H1.HeaderClassName
 {
   color: #904EC5;
 }
 .AnyTagClassName
 {
   color: #904EC5;
 }
</style>
background-color css

<style>
 a { background-color: #904EC5; }

 a { background-color: rgb(144,78,197); }

 div.DivClassName
 {
   background-color: #904EC5;
 }
 .BgClassName
 {
   background-color: #904EC5;
 }
</style>
border-color css

<style>
 span { border-color: #904EC5; }

 span { border-color: rgb(144,78,197); }

 td.TdClassName
 {
   border-color: #904EC5;
 }
 .TagClassName
 {
   border-color: #904EC5;
 }
</style>