#904CA5

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

Shades of Deep Lilac #904CA5

Tints of Deep Lilac #904CA5

Color information

#904CA5 (or 0x904CA5) is unknown color: approx Deep Lilac. HEX triplet: 90, 4C and A5. RGB value is (144,76,165). Sum of RGB (Red+Green+Blue) = 144+76+165=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #904CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CA5 is #6FB35A. Grayscale: #6A6A6A. Windows color (decimal): -7320411 or 10833040. OLE color: 10833040.

HSL color Cylindrical-coordinate representation of color #904CA5: hue angle of 285.84º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904CA5 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14476165-
CMYK0.130.5400.35
HSL285.84º36.93%47.25%-
HSV(B)285.84º53.94%64.71%-
XYZ20.8813.8137.16-
YUV106.48161.03154.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=37.40%
G=19.74%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144761650.130.5400.35285.8436.9347.25
Hex904CA5D3602311e252f
Octal22011424515660434364557
Binary1001000010011001010010111011101100100011100011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,76,165); }

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

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

 a { background-color: rgb(144,76,165); }

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

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

 span { border-color: rgb(144,76,165); }

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