#9B5BB3

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

Shades of Deep Lilac #9B5BB3

Tints of Deep Lilac #9B5BB3

Color information

#9B5BB3 (or 0x9B5BB3) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5B and B3. RGB value is (155,91,179). Sum of RGB (Red+Green+Blue) = 155+91+179=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B5BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BB3 is #64A44C. Grayscale: #777777. Windows color (decimal): -6595661 or 11754395. OLE color: 11754395.

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

Color convert

RGB15591179-
CMYK0.130.4900.30
HSL283.64º36.67%52.94%-
HSV(B)283.64º49.16%70.2%-
XYZ25.417.7144.73-
YUV120.17161.2152.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 179 (70.31% from 255) = 42.12%
R=36.47%
G=21.41%
B=42.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155911790.130.4900.30283.6436.6752.94
Hex9B5BB3D3101E11c2535
Octal23313326315610364344565
Binary100110111011011101100111101110001011110100011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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