#9C5BAD

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

Shades of Deep Lilac #9C5BAD

Tints of Deep Lilac #9C5BAD

Color information

#9C5BAD (or 0x9C5BAD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5B and AD. RGB value is (156,91,173). Sum of RGB (Red+Green+Blue) = 156+91+173=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C5BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAD is #63A452. Grayscale: #777777. Windows color (decimal): -6530131 or 11361180. OLE color: 11361180.

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

Color convert

RGB15691173-
CMYK0.100.4700.32
HSL287.56º33.33%51.76%-
HSV(B)287.56º47.4%67.84%-
XYZ24.9917.5741.61-
YUV119.78158.03153.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=37.14%
G=21.67%
B=41.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156911730.100.4700.32287.5633.3351.76
Hex9C5BADA2F0201202134
Octal23413325512570404404164
Binary1001110010110111010110110101011110100000100100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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