#944fad

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

Shades of Deep Lilac #944FAD

Tints of Deep Lilac #944FAD

Color information

#944FAD (or 0x944FAD) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and AD. RGB value is (148,79,173). Sum of RGB (Red+Green+Blue) = 148+79+173=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #944FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAD is #6BB052. Grayscale: #6E6E6E. Windows color (decimal): -7057491 or 11358100. OLE color: 11358100.

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

Color convert

RGB14879173-
CMYK0.140.5400.32
HSL284.04º37.3%49.41%-
HSV(B)284.04º54.34%67.84%-
XYZ22.5514.941.22-
YUV110.35163.36154.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=37%
G=19.75%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148791730.140.5400.32284.0437.349.41
Hex944FADE3602011c2531
Octal22411725516660404344561
Binary1001010010011111010110111101101100100000100011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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