#9B60AB

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

Shades of Deep Lilac #9B60AB

Tints of Deep Lilac #9B60AB

Color information

#9B60AB (or 0x9B60AB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 60 and AB. RGB value is (155,96,171). Sum of RGB (Red+Green+Blue) = 155+96+171=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60AB is #649F54. Grayscale: #797979. Windows color (decimal): -6594389 or 11231387. OLE color: 11231387.

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

Color convert

RGB15596171-
CMYK0.090.4400.33
HSL287.2º30.86%52.35%-
HSV(B)287.2º43.86%67.06%-
XYZ25.0518.2740.74-
YUV122.19155.55151.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=36.73%
G=22.75%
B=40.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155961710.090.4400.33287.230.8652.35
Hex9B60AB92C02111f1f34
Octal23314025311540414373764
Binary100110111100000101010111001101100010000110001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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