#944FAF

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

Shades of Deep Lilac #944FAF

Tints of Deep Lilac #944FAF

Color information

#944FAF (or 0x944FAF) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and AF. RGB value is (148,79,175). Sum of RGB (Red+Green+Blue) = 148+79+175=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #944FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAF is #6BB050. Grayscale: #6E6E6E. Windows color (decimal): -7057489 or 11489172. OLE color: 11489172.

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

Color convert

RGB14879175-
CMYK0.150.5500.31
HSL283.12º37.8%49.8%-
HSV(B)283.12º54.86%68.63%-
XYZ22.7514.9842.25-
YUV110.58164.36154.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=36.82%
G=19.65%
B=43.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148791750.150.5500.31283.1237.849.8
Hex944FAFF3701F11b2632
Octal22411725717670374334662
Binary100101001001111101011111111110111011111100011011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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