#9041AE

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

Shades of Deep Lilac #9041AE

Tints of Deep Lilac #9041AE

Color information

#9041AE (or 0x9041AE) is unknown color: approx Deep Lilac. HEX triplet: 90, 41 and AE. RGB value is (144,65,174). Sum of RGB (Red+Green+Blue) = 144+65+174=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #9041AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9041AE is #6FBE51. Grayscale: #646464. Windows color (decimal): -7323218 or 11420048. OLE color: 11420048.

HSL color Cylindrical-coordinate representation of color #9041AE: hue angle of 283.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9041AE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14465174-
CMYK0.170.6300.32
HSL283.49º45.61%46.86%-
HSV(B)283.49º62.64%68.24%-
XYZ21.0312.7741.4-
YUV101.05169.17158.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=37.60%
G=16.97%
B=45.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144651740.170.6300.32283.4945.6146.86
Hex9041AE113F02011b2e2f
Octal22010125621770404335657
Binary10010000100000110101110100011111110100000100011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9041AE; }

 p { color: rgb(144,65,174); }

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

<style>
 a { background-color: #9041AE; }

 a { background-color: rgb(144,65,174); }

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

<style>
 span { border-color: #9041AE; }

 span { border-color: rgb(144,65,174); }

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