#944BA9

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

Shades of Deep Lilac #944BA9

Tints of Deep Lilac #944BA9

Color information

#944BA9 (or 0x944BA9) is unknown color: approx Deep Lilac. HEX triplet: 94, 4B and A9. RGB value is (148,75,169). Sum of RGB (Red+Green+Blue) = 148+75+169=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #944BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944BA9 is #6BB456. Grayscale: #6B6B6B. Windows color (decimal): -7058519 or 11094932. OLE color: 11094932.

HSL color Cylindrical-coordinate representation of color #944BA9: hue angle of 286.6º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944BA9 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14875169-
CMYK0.120.5600.34
HSL286.6º38.52%47.84%-
HSV(B)286.6º55.62%66.27%-
XYZ21.8914.1939.12-
YUV107.54162.68156.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=37.76%
G=19.13%
B=43.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148751690.120.5600.34286.638.5247.84
Hex944BA9C3802211f2730
Octal22411325114700424374760
Binary1001010010010111010100111001110000100010100011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,169); }

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

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

 a { background-color: rgb(148,75,169); }

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

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

 span { border-color: rgb(148,75,169); }

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