#944FAE

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

Shades of Deep Lilac #944FAE

Tints of Deep Lilac #944FAE

Color information

#944FAE (or 0x944FAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and AE. RGB value is (148,79,174). Sum of RGB (Red+Green+Blue) = 148+79+174=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 79 (31.25% from 255 or 19.70% 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 #944FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAE is #6BB051. Grayscale: #6E6E6E. Windows color (decimal): -7057490 or 11423636. OLE color: 11423636.

HSL color Cylindrical-coordinate representation of color #944FAE: hue angle of 283.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944FAE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14879174-
CMYK0.150.5500.32
HSL283.58º37.55%49.61%-
HSV(B)283.58º54.6%68.24%-
XYZ22.6514.9441.74-
YUV110.46163.86154.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 79 (31.25% from 255) = 19.70%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=36.91%
G=19.70%
B=43.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148791740.150.5500.32283.5837.5549.61
Hex944FAEF3702011c2632
Octal22411725617670404344662
Binary1001010010011111010111011111101110100000100011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944FAE; }

 p { color: rgb(148,79,174); }

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

<style>
 a { background-color: #944FAE; }

 a { background-color: rgb(148,79,174); }

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

<style>
 span { border-color: #944FAE; }

 span { border-color: rgb(148,79,174); }

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