#944FBF

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

Shades of Deep Lilac #944FBF

Tints of Deep Lilac #944FBF

Color information

#944FBF (or 0x944FBF) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and BF. RGB value is (148,79,191). Sum of RGB (Red+Green+Blue) = 148+79+191=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #944FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FBF is #6BB040. Grayscale: #707070. Windows color (decimal): -7057473 or 12537748. OLE color: 12537748.

HSL color Cylindrical-coordinate representation of color #944FBF: hue angle of 276.96º 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 #944FBF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14879191-
CMYK0.230.5900.25
HSL276.96º46.67%52.94%-
HSV(B)276.96º58.64%74.9%-
XYZ24.4115.6551.02-
YUV112.4172.36153.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 191 (75% from 255) = 45.69%
R=35.41%
G=18.90%
B=45.69%

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
Decimal148791910.230.5900.25276.9646.6752.94
Hex944FBF173B0191152f35
Octal22411727727730314255765
Binary1001010010011111011111110111111011011001100010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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