#994AAE

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

Shades of Deep Lilac #994AAE

Tints of Deep Lilac #994AAE

Color information

#994AAE (or 0x994AAE) is unknown color: approx Deep Lilac. HEX triplet: 99, 4A and AE. RGB value is (153,74,174). Sum of RGB (Red+Green+Blue) = 153+74+174=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #994AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAE is #66B551. Grayscale: #6C6C6C. Windows color (decimal): -6731090 or 11422361. OLE color: 11422361.

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

Color convert

RGB15374174-
CMYK0.120.5700.32
HSL287.4º40.32%48.63%-
HSV(B)287.4º57.47%68.24%-
XYZ23.2314.7341.66-
YUV109.02164.67159.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=38.15%
G=18.45%
B=43.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153741740.120.5700.32287.440.3248.63
Hex994AAEC3902011f2831
Octal23111225614710404375061
Binary1001100110010101010111011001110010100000100011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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