#904BA5

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

Shades of Deep Lilac #904BA5

Tints of Deep Lilac #904BA5

Color information

#904BA5 (or 0x904BA5) is unknown color: approx Deep Lilac. HEX triplet: 90, 4B and A5. RGB value is (144,75,165). Sum of RGB (Red+Green+Blue) = 144+75+165=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #904BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904BA5 is #6FB45A. Grayscale: #696969. Windows color (decimal): -7320667 or 10832784. OLE color: 10832784.

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

Color convert

RGB14475165-
CMYK0.130.5500.35
HSL286º37.5%47.06%-
HSV(B)286º54.55%64.71%-
XYZ20.8113.6837.14-
YUV105.89161.36155.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 165 (64.84% from 255) = 42.97%
R=37.5%
G=19.53%
B=42.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144751650.130.5500.3528637.547.06
Hex904BA5D3702311e252f
Octal22011324515670434364557
Binary1001000010010111010010111011101110100011100011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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