#944EAE

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

Shades of Deep Lilac #944EAE

Tints of Deep Lilac #944EAE

Color information

#944EAE (or 0x944EAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and AE. RGB value is (148,78,174). Sum of RGB (Red+Green+Blue) = 148+78+174=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #944EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944EAE is #6BB151. Grayscale: #6D6D6D. Windows color (decimal): -7057746 or 11423380. OLE color: 11423380.

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

Color convert

RGB14878174-
CMYK0.150.5500.32
HSL283.75º38.1%49.41%-
HSV(B)283.75º55.17%68.24%-
XYZ22.5814.841.71-
YUV109.87164.19155.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=37%
G=19.5%
B=43.5%

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
Decimal148781740.150.5500.32283.7538.149.41
Hex944EAEF3702011c2631
Octal22411625617670404344661
Binary1001010010011101010111011111101110100000100011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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