#9B5BAB

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

Shades of Deep Lilac #9B5BAB

Tints of Deep Lilac #9B5BAB

Color information

#9B5BAB (or 0x9B5BAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5B and AB. RGB value is (155,91,171). Sum of RGB (Red+Green+Blue) = 155+91+171=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5BAB is #64A454. Grayscale: #777777. Windows color (decimal): -6595669 or 11230107. OLE color: 11230107.

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

Color convert

RGB15591171-
CMYK0.090.4700.33
HSL288º32.26%51.37%-
HSV(B)288º46.78%67.06%-
XYZ24.6117.3940.59-
YUV119.26157.2153.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=37.17%
G=21.82%
B=41.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155911710.090.4700.3328832.2651.37
Hex9B5BAB92F0211202033
Octal23313325311570414404063
Binary1001101110110111010101110011011110100001100100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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