#944FBB

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

Shades of Deep Lilac #944FBB

Tints of Deep Lilac #944FBB

Color information

#944FBB (or 0x944FBB) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and BB. RGB value is (148,79,187). Sum of RGB (Red+Green+Blue) = 148+79+187=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #944FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FBB is #6BB044. Grayscale: #6F6F6F. Windows color (decimal): -7057477 or 12275604. OLE color: 12275604.

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

Color convert

RGB14879187-
CMYK0.210.5800.27
HSL278.33º44.26%52.16%-
HSV(B)278.33º57.75%73.33%-
XYZ23.9815.4848.74-
YUV111.94170.36153.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=35.75%
G=19.08%
B=45.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148791870.210.5800.27278.3344.2652.16
Hex944FBB153A01B1162c34
Octal22411727325720334265464
Binary1001010010011111011101110101111010011011100010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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