#994FAA

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

Shades of Deep Lilac #994FAA

Tints of Deep Lilac #994FAA

Color information

#994FAA (or 0x994FAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 4F and AA. RGB value is (153,79,170). Sum of RGB (Red+Green+Blue) = 153+79+170=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #994FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FAA is #66B055. Grayscale: #6F6F6F. Windows color (decimal): -6729814 or 11161497. OLE color: 11161497.

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

Color convert

RGB15379170-
CMYK0.10.5400.33
HSL288.79º36.55%48.82%-
HSV(B)288.79º53.53%66.67%-
XYZ23.1915.2739.75-
YUV111.5161.02157.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=38.06%
G=19.65%
B=42.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153791700.10.5400.33288.7936.5548.82
Hex994FAAA360211212531
Octal23111725212660414414561
Binary1001100110011111010101010101101100100001100100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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