#994AAA

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

Shades of Deep Lilac #994AAA

Tints of Deep Lilac #994AAA

Color information

#994AAA (or 0x994AAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 4A and AA. RGB value is (153,74,170). Sum of RGB (Red+Green+Blue) = 153+74+170=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #994AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAA is #66B555. Grayscale: #6C6C6C. Windows color (decimal): -6731094 or 11160217. OLE color: 11160217.

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

Color convert

RGB15374170-
CMYK0.10.5600.33
HSL289.38º39.34%47.84%-
HSV(B)289.38º56.47%66.67%-
XYZ22.8414.5739.64-
YUV108.56162.67159.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=38.54%
G=18.64%
B=42.82%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153741700.10.5600.33289.3839.3447.84
Hex994AAAA380211212730
Octal23111225212700414414760
Binary1001100110010101010101010101110000100001100100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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