#904AAB

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

Shades of Deep Lilac #904AAB

Tints of Deep Lilac #904AAB

Color information

#904AAB (or 0x904AAB) is unknown color: approx Deep Lilac. HEX triplet: 90, 4A and AB. RGB value is (144,74,171). Sum of RGB (Red+Green+Blue) = 144+74+171=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #904AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904AAB is #6FB554. Grayscale: #696969. Windows color (decimal): -7320917 or 11225744. OLE color: 11225744.

HSL color Cylindrical-coordinate representation of color #904AAB: hue angle of 283.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904AAB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14474171-
CMYK0.160.5700.33
HSL283.3º39.59%48.04%-
HSV(B)283.3º56.73%67.06%-
XYZ21.313.7740.06-
YUV105.99164.69155.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=37.02%
G=19.02%
B=43.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144741710.160.5700.33283.339.5948.04
Hex904AAB103902111b2830
Octal22011225320710414335060
Binary10010000100101010101011100001110010100001100011011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904AAB; }

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

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

<style>
 a { background-color: #904AAB; }

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

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

<style>
 span { border-color: #904AAB; }

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

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