#944AAA

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

Shades of Deep Lilac #944AAA

Tints of Deep Lilac #944AAA

Color information

#944AAA (or 0x944AAA) is unknown color: approx Deep Lilac. HEX triplet: 94, 4A and AA. RGB value is (148,74,170). Sum of RGB (Red+Green+Blue) = 148+74+170=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #944AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944AAA is #6BB555. Grayscale: #6A6A6A. Windows color (decimal): -7058774 or 11160212. OLE color: 11160212.

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

Color convert

RGB14874170-
CMYK0.130.5600.33
HSL286.25º39.34%47.84%-
HSV(B)286.25º56.47%66.67%-
XYZ21.9214.139.6-
YUV107.07163.52157.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=37.76%
G=18.88%
B=43.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148741700.130.5600.33286.2539.3447.84
Hex944AAAD3802111e2730
Octal22411225215700414364760
Binary1001010010010101010101011011110000100001100011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,74,170); }

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

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

 a { background-color: rgb(148,74,170); }

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

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

 span { border-color: rgb(148,74,170); }

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