#944faa

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

Shades of Deep Lilac #944FAA

Tints of Deep Lilac #944FAA

Color information

#944FAA (or 0x944FAA) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and AA. RGB value is (148,79,170). Sum of RGB (Red+Green+Blue) = 148+79+170=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #944FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAA is #6BB055. Grayscale: #6D6D6D. Windows color (decimal): -7057494 or 11161492. OLE color: 11161492.

HSL color Cylindrical-coordinate representation of color #944FAA: hue angle of 285.49º 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 #944FAA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14879170-
CMYK0.130.5400.33
HSL285.49º36.55%48.82%-
HSV(B)285.49º53.53%66.67%-
XYZ22.2614.7939.71-
YUV110161.86155.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=37.28%
G=19.90%
B=42.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148791700.130.5400.33285.4936.5548.82
Hex944FAAD3602111d2531
Octal22411725215660414354561
Binary1001010010011111010101011011101100100001100011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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