#9C5BAC

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

Shades of Deep Lilac #9C5BAC

Tints of Deep Lilac #9C5BAC

Color information

#9C5BAC (or 0x9C5BAC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5B and AC. RGB value is (156,91,172). Sum of RGB (Red+Green+Blue) = 156+91+172=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAC is #63A453. Grayscale: #777777. Windows color (decimal): -6530132 or 11295644. OLE color: 11295644.

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

Color convert

RGB15691172-
CMYK0.090.4700.33
HSL288.15º32.79%51.57%-
HSV(B)288.15º47.09%67.45%-
XYZ24.917.5341.1-
YUV119.67157.53153.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=37.23%
G=21.72%
B=41.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156911720.090.4700.33288.1532.7951.57
Hex9C5BAC92F0211202134
Octal23413325411570414404164
Binary1001110010110111010110010011011110100001100100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,172); }

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

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

 a { background-color: rgb(156,91,172); }

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

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

 span { border-color: rgb(156,91,172); }

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