#9045A7

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

Shades of Deep Lilac #9045A7

Tints of Deep Lilac #9045A7

Color information

#9045A7 (or 0x9045A7) is unknown color: approx Deep Lilac. HEX triplet: 90, 45 and A7. RGB value is (144,69,167). Sum of RGB (Red+Green+Blue) = 144+69+167=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #9045A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9045A7 is #6FBA58. Grayscale: #666666. Windows color (decimal): -7322201 or 10962320. OLE color: 10962320.

HSL color Cylindrical-coordinate representation of color #9045A7: hue angle of 285.92º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9045A7 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14469167-
CMYK0.140.5900.35
HSL285.92º41.53%46.27%-
HSV(B)285.92º58.68%65.49%-
XYZ20.612.9837.98-
YUV102.6164.35157.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 167 (65.62% from 255) = 43.95%
R=37.89%
G=18.16%
B=43.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144691670.140.5900.35285.9241.5346.27
Hex9045A7E3B02311e2a2e
Octal22010524716730434365256
Binary1001000010001011010011111101110110100011100011110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9045A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9045A7; }

 p { color: rgb(144,69,167); }

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

<style>
 a { background-color: #9045A7; }

 a { background-color: rgb(144,69,167); }

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

<style>
 span { border-color: #9045A7; }

 span { border-color: rgb(144,69,167); }

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