#9B3DAB

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

Shades of Deep Lilac #9B3DAB

Tints of Deep Lilac #9B3DAB

Color information

#9B3DAB (or 0x9B3DAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3D and AB. RGB value is (155,61,171). Sum of RGB (Red+Green+Blue) = 155+61+171=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3DAB is #64C254. Grayscale: #656565. Windows color (decimal): -6603349 or 11222427. OLE color: 11222427.

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

Color convert

RGB15561171-
CMYK0.090.6400.33
HSL291.27º47.41%45.49%-
HSV(B)291.27º64.33%67.06%-
XYZ22.5413.2539.9-
YUV101.65167.14166.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=40.05%
G=15.76%
B=44.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155611710.090.6400.33291.2747.4145.49
Hex9B3DAB9400211232f2d
Octal23375253111000414435755
Binary1001101111110110101011100110000000100001100100011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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