#9A51AA

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

Shades of Deep Lilac #9A51AA

Tints of Deep Lilac #9A51AA

Color information

#9A51AA (or 0x9A51AA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 51 and AA. RGB value is (154,81,170). Sum of RGB (Red+Green+Blue) = 154+81+170=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A51AA is #65AE55. Grayscale: #707070. Windows color (decimal): -6663766 or 11162010. OLE color: 11162010.

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

Color convert

RGB15481170-
CMYK0.090.5200.33
HSL289.21º35.46%49.22%-
HSV(B)289.21º52.35%66.67%-
XYZ23.5215.6639.81-
YUV112.97160.18157.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=38.02%
G=20%
B=41.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154811700.090.5200.33289.2135.4649.22
Hex9A51AA9340211212331
Octal23212125211640414414361
Binary1001101010100011010101010011101000100001100100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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