#9040AA

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

Shades of Deep Lilac #9040AA

Tints of Deep Lilac #9040AA

Color information

#9040AA (or 0x9040AA) is unknown color: approx Deep Lilac. HEX triplet: 90, 40 and AA. RGB value is (144,64,170). Sum of RGB (Red+Green+Blue) = 144+64+170=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #9040AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AA is #6FBF55. Grayscale: #636363. Windows color (decimal): -7323478 or 11157648. OLE color: 11157648.

HSL color Cylindrical-coordinate representation of color #9040AA: hue angle of 285.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9040AA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14464170-
CMYK0.150.6200.33
HSL285.28º45.3%45.88%-
HSV(B)285.28º62.35%66.67%-
XYZ20.5912.539.36-
YUV100167.5159.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=38.10%
G=16.93%
B=44.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144641700.150.6200.33285.2845.345.88
Hex9040AAF3E02111d2d2e
Octal22010025217760414355556
Binary1001000010000001010101011111111100100001100011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9040AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9040AA; }

 p { color: rgb(144,64,170); }

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

<style>
 a { background-color: #9040AA; }

 a { background-color: rgb(144,64,170); }

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

<style>
 span { border-color: #9040AA; }

 span { border-color: rgb(144,64,170); }

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