#9A54AD

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

Shades of Deep Lilac #9A54AD

Tints of Deep Lilac #9A54AD

Color information

#9A54AD (or 0x9A54AD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 54 and AD. RGB value is (154,84,173). Sum of RGB (Red+Green+Blue) = 154+84+173=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A54AD is #65AB52. Grayscale: #727272. Windows color (decimal): -6662995 or 11359386. OLE color: 11359386.

HSL color Cylindrical-coordinate representation of color #9A54AD: hue angle of 287.19º 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 #9A54AD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15484173-
CMYK0.110.5100.32
HSL287.19º35.18%50.39%-
HSV(B)287.19º51.45%67.84%-
XYZ24.0416.2341.4-
YUV115.08160.69155.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=37.47%
G=20.44%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154841730.110.5100.32287.1935.1850.39
Hex9A54ADB3302011f2332
Octal23212425513630404374362
Binary1001101010101001010110110111100110100000100011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A54AD; }

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

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

<style>
 a { background-color: #9A54AD; }

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

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

<style>
 span { border-color: #9A54AD; }

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

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