#944EB2

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

Shades of Deep Lilac #944EB2

Tints of Deep Lilac #944EB2

Color information

#944EB2 (or 0x944EB2) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and B2. RGB value is (148,78,178). Sum of RGB (Red+Green+Blue) = 148+78+178=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #944EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944EB2 is #6BB14D. Grayscale: #6D6D6D. Windows color (decimal): -7057742 or 11685524. OLE color: 11685524.

HSL color Cylindrical-coordinate representation of color #944EB2: hue angle of 282º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944EB2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14878178-
CMYK0.170.5600.30
HSL282º39.37%50.2%-
HSV(B)282º56.18%69.8%-
XYZ22.9714.9643.8-
YUV110.33166.19154.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 178 (69.92% from 255) = 44.06%
R=36.63%
G=19.31%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148781780.170.5600.3028239.3750.2
Hex944EB2113801E11a2732
Octal22411626221700364324762
Binary1001010010011101011001010001111000011110100011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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