#9B60AC

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

Shades of Deep Lilac #9B60AC

Tints of Deep Lilac #9B60AC

Color information

#9B60AC (or 0x9B60AC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 60 and AC. RGB value is (155,96,172). Sum of RGB (Red+Green+Blue) = 155+96+172=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60AC is #649F53. Grayscale: #7A7A7A. Windows color (decimal): -6594388 or 11296923. OLE color: 11296923.

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

Color convert

RGB15596172-
CMYK0.100.4400.33
HSL286.58º31.4%52.55%-
HSV(B)286.58º44.19%67.45%-
XYZ25.1518.3141.24-
YUV122.3156.05151.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=36.64%
G=22.70%
B=40.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155961720.100.4400.33286.5831.452.55
Hex9B60ACA2C02111f1f35
Octal23314025412540414373765
Binary100110111100000101011001010101100010000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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