#944DBB

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

Shades of Deep Lilac #944DBB

Tints of Deep Lilac #944DBB

Color information

#944DBB (or 0x944DBB) is unknown color: approx Deep Lilac. HEX triplet: 94, 4D and BB. RGB value is (148,77,187). Sum of RGB (Red+Green+Blue) = 148+77+187=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #944DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DBB is #6BB244. Grayscale: #6E6E6E. Windows color (decimal): -7057989 or 12275092. OLE color: 12275092.

HSL color Cylindrical-coordinate representation of color #944DBB: hue angle of 278.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944DBB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14877187-
CMYK0.210.5900.27
HSL278.73º44.72%51.76%-
HSV(B)278.73º58.82%73.33%-
XYZ23.8415.1948.69-
YUV110.77171.02154.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=35.92%
G=18.69%
B=45.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148771870.210.5900.27278.7344.7251.76
Hex944DBB153B01B1172d34
Octal22411527325730334275564
Binary1001010010011011011101110101111011011011100010111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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