#9B4AB3

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

Shades of Deep Lilac #9B4AB3

Tints of Deep Lilac #9B4AB3

Color information

#9B4AB3 (or 0x9B4AB3) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4A and B3. RGB value is (155,74,179). Sum of RGB (Red+Green+Blue) = 155+74+179=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B4AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4AB3 is #64B54C. Grayscale: #6D6D6D. Windows color (decimal): -6600013 or 11750043. OLE color: 11750043.

HSL color Cylindrical-coordinate representation of color #9B4AB3: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4AB3 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15574179-
CMYK0.130.5900.30
HSL286.29º41.5%49.61%-
HSV(B)286.29º58.66%70.2%-
XYZ24.115.1244.3-
YUV110.19166.84159.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=37.99%
G=18.14%
B=43.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155741790.130.5900.30286.2941.549.61
Hex9B4AB3D3B01E11e2a32
Octal23311226315730364365262
Binary100110111001010101100111101111011011110100011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,179); }

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

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

 a { background-color: rgb(155,74,179); }

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

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

 span { border-color: rgb(155,74,179); }

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