#9a54aa

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

Shades of Deep Lilac #9A54AA

Tints of Deep Lilac #9A54AA

Color information

#9A54AA (or 0x9A54AA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 54 and AA. RGB value is (154,84,170). Sum of RGB (Red+Green+Blue) = 154+84+170=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A54AA is #65AB55. Grayscale: #727272. Windows color (decimal): -6662998 or 11162778. OLE color: 11162778.

HSL color Cylindrical-coordinate representation of color #9A54AA: hue angle of 288.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A54AA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15484170-
CMYK0.090.5100.33
HSL288.84º33.86%49.8%-
HSV(B)288.84º50.59%66.67%-
XYZ23.7516.1139.89-
YUV114.73159.19156.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=37.75%
G=20.59%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154841700.090.5100.33288.8433.8649.8
Hex9A54AA9330211212232
Octal23212425211630414414262
Binary1001101010101001010101010011100110100001100100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a54aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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