#994AAC

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

Shades of Deep Lilac #994AAC

Tints of Deep Lilac #994AAC

Color information

#994AAC (or 0x994AAC) is unknown color: approx Deep Lilac. HEX triplet: 99, 4A and AC. RGB value is (153,74,172). Sum of RGB (Red+Green+Blue) = 153+74+172=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #994AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAC is #66B553. Grayscale: #6C6C6C. Windows color (decimal): -6731092 or 11291289. OLE color: 11291289.

HSL color Cylindrical-coordinate representation of color #994AAC: hue angle of 288.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994AAC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15374172-
CMYK0.110.5700.33
HSL288.37º39.84%48.24%-
HSV(B)288.37º56.98%67.45%-
XYZ23.0314.6540.64-
YUV108.79163.67159.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=38.35%
G=18.55%
B=43.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153741720.110.5700.33288.3739.8448.24
Hex994AACB390211202830
Octal23111225413710414405060
Binary1001100110010101010110010111110010100001100100000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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