#9A5EB5

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

Shades of Deep Lilac #9A5EB5

Tints of Deep Lilac #9A5EB5

Color information

#9A5EB5 (or 0x9A5EB5) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5E and B5. RGB value is (154,94,181). Sum of RGB (Red+Green+Blue) = 154+94+181=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A5EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EB5 is #65A14A. Grayscale: #797979. Windows color (decimal): -6660427 or 11886234. OLE color: 11886234.

HSL color Cylindrical-coordinate representation of color #9A5EB5: hue angle of 281.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5EB5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15494181-
CMYK0.150.4800.29
HSL281.38º37.02%53.92%-
HSV(B)281.38º48.07%70.98%-
XYZ25.6718.2145.88-
YUV121.86161.38150.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=35.90%
G=21.91%
B=42.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154941810.150.4800.29281.3837.0253.92
Hex9A5EB5F3001D1192536
Octal23213626517600354314566
Binary100110101011110101101011111110000011101100011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,181); }

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

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

 a { background-color: rgb(154,94,181); }

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

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

 span { border-color: rgb(154,94,181); }

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