#9A5BAE

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

Shades of Deep Lilac #9A5BAE

Tints of Deep Lilac #9A5BAE

Color information

#9A5BAE (or 0x9A5BAE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5B and AE. RGB value is (154,91,174). Sum of RGB (Red+Green+Blue) = 154+91+174=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5BAE is #65A451. Grayscale: #777777. Windows color (decimal): -6661202 or 11426714. OLE color: 11426714.

HSL color Cylindrical-coordinate representation of color #9A5BAE: hue angle of 285.54º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5BAE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15491174-
CMYK0.110.4800.32
HSL285.54º33.88%51.96%-
HSV(B)285.54º47.7%68.24%-
XYZ24.7117.4142.1-
YUV119.3158.87152.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=36.75%
G=21.72%
B=41.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154911740.110.4800.32285.5433.8851.96
Hex9A5BAEB3002011e2234
Octal23213325613600404364264
Binary1001101010110111010111010111100000100000100011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,91,174); }

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

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

 a { background-color: rgb(154,91,174); }

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

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

 span { border-color: rgb(154,91,174); }

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