#944EBF

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

Shades of Deep Lilac #944EBF

Tints of Deep Lilac #944EBF

Color information

#944EBF (or 0x944EBF) is unknown color: approx Deep Lilac. HEX triplet: 94, 4E and BF. RGB value is (148,78,191). Sum of RGB (Red+Green+Blue) = 148+78+191=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #944EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EBF is #6BB140. Grayscale: #6F6F6F. Windows color (decimal): -7057729 or 12537492. OLE color: 12537492.

HSL color Cylindrical-coordinate representation of color #944EBF: hue angle of 277.17º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944EBF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14878191-
CMYK0.230.5900.25
HSL277.17º46.89%52.75%-
HSV(B)277.17º59.16%74.9%-
XYZ24.3415.5151-
YUV111.81172.69153.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 191 (75% from 255) = 45.80%
R=35.49%
G=18.71%
B=45.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148781910.230.5900.25277.1746.8952.75
Hex944EBF173B0191152f35
Octal22411627727730314255765
Binary1001010010011101011111110111111011011001100010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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