#944AAE

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

Shades of Deep Lilac #944AAE

Tints of Deep Lilac #944AAE

Color information

#944AAE (or 0x944AAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 4A and AE. RGB value is (148,74,174). Sum of RGB (Red+Green+Blue) = 148+74+174=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #944AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944AAE is #6BB551. Grayscale: #6B6B6B. Windows color (decimal): -7058770 or 11422356. OLE color: 11422356.

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

Color convert

RGB14874174-
CMYK0.150.5700.32
HSL284.4º40.32%48.63%-
HSV(B)284.4º57.47%68.24%-
XYZ22.314.2541.62-
YUV107.53165.52156.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=37.37%
G=18.69%
B=43.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148741740.150.5700.32284.440.3248.63
Hex944AAEF3902011c2831
Octal22411225617710404345061
Binary1001010010010101010111011111110010100000100011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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