#9A5EAB

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

Shades of Deep Lilac #9A5EAB

Tints of Deep Lilac #9A5EAB

Color information

#9A5EAB (or 0x9A5EAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5E and AB. RGB value is (154,94,171). Sum of RGB (Red+Green+Blue) = 154+94+171=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EAB is #65A154. Grayscale: #787878. Windows color (decimal): -6660437 or 11230874. OLE color: 11230874.

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

Color convert

RGB15494171-
CMYK0.100.4500.33
HSL286.75º31.43%51.96%-
HSV(B)286.75º45.03%67.06%-
XYZ24.6817.8240.67-
YUV120.72156.38151.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=36.75%
G=22.43%
B=40.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154941710.100.4500.33286.7531.4351.96
Hex9A5EABA2D02111f1f34
Octal23213625312550414373764
Binary100110101011110101010111010101101010000110001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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