#9B3CAB

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

Shades of Deep Lilac #9B3CAB

Tints of Deep Lilac #9B3CAB

Color information

#9B3CAB (or 0x9B3CAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3C and AB. RGB value is (155,60,171). Sum of RGB (Red+Green+Blue) = 155+60+171=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3CAB is #64C354. Grayscale: #646464. Windows color (decimal): -6603605 or 11222171. OLE color: 11222171.

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

Color convert

RGB15560171-
CMYK0.090.6500.33
HSL291.35º48.05%45.29%-
HSV(B)291.35º64.91%67.06%-
XYZ22.4813.1439.88-
YUV101.06167.47166.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=40.16%
G=15.54%
B=44.30%

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
Decimal155601710.090.6500.33291.3548.0545.29
Hex9B3CAB941021123302d
Octal23374253111010414436055
Binary1001101111110010101011100110000010100001100100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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