#944EBD

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

Shades of Deep Lilac #944EBD

Tints of Deep Lilac #944EBD

Color information

#944EBD (or 0x944EBD) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and BD. RGB value is (148,78,189). Sum of RGB (Red+Green+Blue) = 148+78+189=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #944EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EBD is #6BB142. Grayscale: #6F6F6F. Windows color (decimal): -7057731 or 12406420. OLE color: 12406420.

HSL color Cylindrical-coordinate representation of color #944EBD: hue angle of 277.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944EBD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14878189-
CMYK0.220.5900.26
HSL277.84º45.68%52.35%-
HSV(B)277.84º58.73%74.12%-
XYZ24.1215.4249.85-
YUV111.58171.69153.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=35.66%
G=18.80%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148781890.220.5900.26277.8445.6852.35
Hex944EBD163B01A1162e34
Octal22411627526730324265664
Binary1001010010011101011110110110111011011010100010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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