#9041AB

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

Shades of Deep Lilac #9041AB

Tints of Deep Lilac #9041AB

Color information

#9041AB (or 0x9041AB) is unknown color: approx Deep Lilac. HEX triplet: 90, 41 and AB. RGB value is (144,65,171). Sum of RGB (Red+Green+Blue) = 144+65+171=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #9041AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9041AB is #6FBE54. Grayscale: #646464. Windows color (decimal): -7323221 or 11223440. OLE color: 11223440.

HSL color Cylindrical-coordinate representation of color #9041AB: hue angle of 284.72º 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 #9041AB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14465171-
CMYK0.160.6200.33
HSL284.72º44.92%46.27%-
HSV(B)284.72º61.99%67.06%-
XYZ20.7412.6539.88-
YUV100.7167.67158.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 171 (67.19% from 255) = 45%
R=37.89%
G=17.11%
B=45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144651710.160.6200.33284.7244.9246.27
Hex9041AB103E02111d2d2e
Octal22010125320760414355556
Binary10010000100000110101011100001111100100001100011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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