#904EAE

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

Shades of Deep Lilac #904EAE

Tints of Deep Lilac #904EAE

Color information

#904EAE (or 0x904EAE) is unknown color: approx Deep Lilac. HEX triplet: 90, 4E and AE. RGB value is (144,78,174). Sum of RGB (Red+Green+Blue) = 144+78+174=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #904EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EAE is #6FB151. Grayscale: #6C6C6C. Windows color (decimal): -7319890 or 11423376. OLE color: 11423376.

HSL color Cylindrical-coordinate representation of color #904EAE: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904EAE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14478174-
CMYK0.170.5500.32
HSL281.25º38.1%49.41%-
HSV(B)281.25º55.17%68.24%-
XYZ21.8714.4341.68-
YUV108.68164.87153.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=36.36%
G=19.70%
B=43.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144781740.170.5500.32281.2538.149.41
Hex904EAE11370201192631
Octal22011625621670404314661
Binary10010000100111010101110100011101110100000100011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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