#9B3BAB

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

Shades of Deep Lilac #9B3BAB

Tints of Deep Lilac #9B3BAB

Color information

#9B3BAB (or 0x9B3BAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3B and AB. RGB value is (155,59,171). Sum of RGB (Red+Green+Blue) = 155+59+171=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BAB is #64C454. Grayscale: #646464. Windows color (decimal): -6603861 or 11221915. OLE color: 11221915.

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

Color convert

RGB15559171-
CMYK0.090.6500.33
HSL291.43º48.7%45.1%-
HSV(B)291.43º65.5%67.06%-
XYZ22.4313.0439.86-
YUV100.47167.8166.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.26%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=40.26%
G=15.32%
B=44.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155591710.090.6500.33291.4348.745.1
Hex9B3BAB941021123312d
Octal23373253111010414436155
Binary1001101111101110101011100110000010100001100100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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