#9A5BAB

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

Shades of Deep Lilac #9A5BAB

Tints of Deep Lilac #9A5BAB

Color information

#9A5BAB (or 0x9A5BAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5B and AB. RGB value is (154,91,171). Sum of RGB (Red+Green+Blue) = 154+91+171=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5BAB is #65A454. Grayscale: #767676. Windows color (decimal): -6661205 or 11230106. OLE color: 11230106.

HSL color Cylindrical-coordinate representation of color #9A5BAB: hue angle of 287.25º degrees, saturation: 0.32, 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 #9A5BAB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15491171-
CMYK0.100.4700.33
HSL287.25º32.26%51.37%-
HSV(B)287.25º46.78%67.06%-
XYZ24.4217.2940.58-
YUV118.96157.37153-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=37.02%
G=21.88%
B=41.11%

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
Decimal154911710.100.4700.33287.2532.2651.37
Hex9A5BABA2F02111f2033
Octal23213325312570414374063
Binary1001101010110111010101110101011110100001100011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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