#994DAE

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

Shades of Deep Lilac #994DAE

Tints of Deep Lilac #994DAE

Color information

#994DAE (or 0x994DAE) is unknown color: approx Deep Lilac. HEX triplet: 99, 4D and AE. RGB value is (153,77,174). Sum of RGB (Red+Green+Blue) = 153+77+174=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #994DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAE is #66B251. Grayscale: #6E6E6E. Windows color (decimal): -6730322 or 11423129. OLE color: 11423129.

HSL color Cylindrical-coordinate representation of color #994DAE: hue angle of 287.01º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994DAE is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15377174-
CMYK0.120.5600.32
HSL287.01º38.65%49.22%-
HSV(B)287.01º55.75%68.24%-
XYZ23.4315.1441.73-
YUV110.78163.68158.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=37.87%
G=19.06%
B=43.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153771740.120.5600.32287.0138.6549.22
Hex994DAEC3802011f2731
Octal23111525614700404374761
Binary1001100110011011010111011001110000100000100011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994DAE; }

 p { color: rgb(153,77,174); }

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

<style>
 a { background-color: #994DAE; }

 a { background-color: rgb(153,77,174); }

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

<style>
 span { border-color: #994DAE; }

 span { border-color: rgb(153,77,174); }

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