#9047A4

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

Shades of Deep Lilac #9047A4

Tints of Deep Lilac #9047A4

Color information

#9047A4 (or 0x9047A4) is unknown color: approx Deep Lilac. HEX triplet: 90, 47 and A4. RGB value is (144,71,164). Sum of RGB (Red+Green+Blue) = 144+71+164=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #9047A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9047A4 is #6FB85B. Grayscale: #676767. Windows color (decimal): -7321692 or 10766224. OLE color: 10766224.

HSL color Cylindrical-coordinate representation of color #9047A4: hue angle of 287.1º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9047A4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14471164-
CMYK0.120.5700.36
HSL287.1º39.57%46.08%-
HSV(B)287.1º56.71%64.31%-
XYZ20.4613.1236.58-
YUV103.43162.18156.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=37.99%
G=18.73%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144711640.120.5700.36287.139.5746.08
Hex9047A4C3902411f282e
Octal22010724414710444375056
Binary1001000010001111010010011001110010100100100011111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9047A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9047A4; }

 p { color: rgb(144,71,164); }

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

<style>
 a { background-color: #9047A4; }

 a { background-color: rgb(144,71,164); }

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

<style>
 span { border-color: #9047A4; }

 span { border-color: rgb(144,71,164); }

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