#9A5AAB

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

Shades of Deep Lilac #9A5AAB

Tints of Deep Lilac #9A5AAB

Color information

#9A5AAB (or 0x9A5AAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5A and AB. RGB value is (154,90,171). Sum of RGB (Red+Green+Blue) = 154+90+171=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5AAB is #65A554. Grayscale: #767676. Windows color (decimal): -6661461 or 11229850. OLE color: 11229850.

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

Color convert

RGB15490171-
CMYK0.100.4700.33
HSL287.41º32.53%51.18%-
HSV(B)287.41º47.37%67.06%-
XYZ24.3317.1240.55-
YUV118.37157.7153.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.11%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=37.11%
G=21.69%
B=41.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154901710.100.4700.33287.4132.5351.18
Hex9A5AABA2F02111f2133
Octal23213225312570414374163
Binary1001101010110101010101110101011110100001100011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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