#944EC3

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

Shades of Deep Lilac #944EC3

Tints of Deep Lilac #944EC3

Color information

#944EC3 (or 0x944EC3) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and C3. RGB value is (148,78,195). Sum of RGB (Red+Green+Blue) = 148+78+195=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #944EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EC3 is #6BB13C. Grayscale: #6F6F6F. Windows color (decimal): -7057725 or 12799636. OLE color: 12799636.

HSL color Cylindrical-coordinate representation of color #944EC3: hue angle of 275.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #944EC3 is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14878195-
CMYK0.240.600.24
HSL275.9º49.37%53.53%-
HSV(B)275.9º60%76.47%-
XYZ24.7915.6853.35-
YUV112.27174.69153.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 195 (76.56% from 255) = 46.32%
R=35.15%
G=18.53%
B=46.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148781950.240.600.24275.949.3753.53
Hex944EC3183C0181143136
Octal22411630330740304246166
Binary1001010010011101100001111000111100011000100010100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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