#944EAC

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

Shades of Deep Lilac #944EAC

Tints of Deep Lilac #944EAC

Color information

#944EAC (or 0x944EAC) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and AC. RGB value is (148,78,172). Sum of RGB (Red+Green+Blue) = 148+78+172=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #944EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944EAC is #6BB153. Grayscale: #6D6D6D. Windows color (decimal): -7057748 or 11292308. OLE color: 11292308.

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

Color convert

RGB14878172-
CMYK0.140.5500.33
HSL284.68º37.6%49.02%-
HSV(B)284.68º54.65%67.45%-
XYZ22.3814.7240.69-
YUV109.65163.19155.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=37.19%
G=19.60%
B=43.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148781720.140.5500.33284.6837.649.02
Hex944EACE3702111d2631
Octal22411625416670414354661
Binary1001010010011101010110011101101110100001100011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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