#904EB3

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

Shades of Deep Lilac #904EB3

Tints of Deep Lilac #904EB3

Color information

#904EB3 (or 0x904EB3) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and B3. RGB value is (144,78,179). Sum of RGB (Red+Green+Blue) = 144+78+179=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #904EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EB3 is #6FB14C. Grayscale: #6C6C6C. Windows color (decimal): -7319885 or 11751056. OLE color: 11751056.

HSL color Cylindrical-coordinate representation of color #904EB3: hue angle of 279.21º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904EB3 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14478179-
CMYK0.200.5600.30
HSL279.21º39.92%50.39%-
HSV(B)279.21º56.42%70.2%-
XYZ22.3614.6344.29-
YUV109.25167.37152.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 78 (30.86% from 255) = 19.45%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=35.91%
G=19.45%
B=44.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144781790.200.5600.30279.2139.9250.39
Hex904EB3143801E1172832
Octal22011626324700364275062
Binary1001000010011101011001110100111000011110100010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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