#994CA9

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

Shades of Deep Lilac #994CA9

Tints of Deep Lilac #994CA9

Color information

#994CA9 (or 0x994CA9) is unknown color: approx Deep Lilac. HEX triplet: 99, 4C and A9. RGB value is (153,76,169). Sum of RGB (Red+Green+Blue) = 153+76+169=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #994CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994CA9 is #66B356. Grayscale: #6D6D6D. Windows color (decimal): -6730583 or 11095193. OLE color: 11095193.

HSL color Cylindrical-coordinate representation of color #994CA9: hue angle of 289.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994CA9 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15376169-
CMYK0.090.5500.34
HSL289.68º37.96%48.04%-
HSV(B)289.68º55.03%66.27%-
XYZ22.8814.8139.19-
YUV109.62161.51158.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=38.44%
G=19.10%
B=42.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153761690.090.5500.34289.6837.9648.04
Hex994CA99370221222630
Octal23111425111670424424660
Binary1001100110011001010100110011101110100010100100010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,169); }

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

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

 a { background-color: rgb(153,76,169); }

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

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

 span { border-color: rgb(153,76,169); }

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