#944DC9

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

Shades of Deep Lilac #944DC9

Tints of Deep Lilac #944DC9

Color information

#944DC9 (or 0x944DC9) is unknown color: approx Deep Lilac. HEX triplet: 94, 4D and C9. RGB value is (148,77,201). Sum of RGB (Red+Green+Blue) = 148+77+201=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #944DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DC9 is #6BB236. Grayscale: #6F6F6F. Windows color (decimal): -7057975 or 13192596. OLE color: 13192596.

HSL color Cylindrical-coordinate representation of color #944DC9: hue angle of 274.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944DC9 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14877201-
CMYK0.260.6200.21
HSL274.35º53.45%54.51%-
HSV(B)274.35º61.69%78.82%-
XYZ25.4115.8256.97-
YUV112.36178.02153.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 201 (78.91% from 255) = 47.18%
R=34.74%
G=18.08%
B=47.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148772010.260.6200.21274.3553.4554.51
Hex944DC91A3E0151123537
Octal22411531132760254226567
Binary1001010010011011100100111010111110010101100010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,201); }

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

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

 a { background-color: rgb(148,77,201); }

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

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

 span { border-color: rgb(148,77,201); }

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