#9054AD

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

Shades of Deep Lilac #9054AD

Tints of Deep Lilac #9054AD

Color information

#9054AD (or 0x9054AD) is unknown color: approx Deep Lilac. HEX triplet: 90, 54 and AD. RGB value is (144,84,173). Sum of RGB (Red+Green+Blue) = 144+84+173=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9054AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9054AD is #6FAB52. Grayscale: #6F6F6F. Windows color (decimal): -7318355 or 11359376. OLE color: 11359376.

HSL color Cylindrical-coordinate representation of color #9054AD: hue angle of 280.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9054AD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14484173-
CMYK0.170.5100.32
HSL280.45º35.18%50.39%-
HSV(B)280.45º51.45%67.84%-
XYZ22.2115.2941.32-
YUV112.09162.38150.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=35.91%
G=20.95%
B=43.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144841730.170.5100.32280.4535.1850.39
Hex9054AD11330201182332
Octal22012425521630404304362
Binary10010000101010010101101100011100110100000100011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9054AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9054AD; }

 p { color: rgb(144,84,173); }

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

<style>
 a { background-color: #9054AD; }

 a { background-color: rgb(144,84,173); }

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

<style>
 span { border-color: #9054AD; }

 span { border-color: rgb(144,84,173); }

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