#9B3EAB

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

Shades of Deep Lilac #9B3EAB

Tints of Deep Lilac #9B3EAB

Color information

#9B3EAB (or 0x9B3EAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3E and AB. RGB value is (155,62,171). Sum of RGB (Red+Green+Blue) = 155+62+171=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3EAB is #64C154. Grayscale: #656565. Windows color (decimal): -6603093 or 11222683. OLE color: 11222683.

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

Color convert

RGB15562171-
CMYK0.090.6400.33
HSL291.19º46.78%45.69%-
HSV(B)291.19º63.74%67.06%-
XYZ22.5913.3539.92-
YUV102.23166.81165.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=39.95%
G=15.98%
B=44.07%

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
Decimal155621710.090.6400.33291.1946.7845.69
Hex9B3EAB9400211232f2e
Octal23376253111000414435756
Binary1001101111111010101011100110000000100001100100011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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