#9C5DAD

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

Shades of Deep Lilac #9C5DAD

Tints of Deep Lilac #9C5DAD

Color information

#9C5DAD (or 0x9C5DAD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5D and AD. RGB value is (156,93,173). Sum of RGB (Red+Green+Blue) = 156+93+173=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5DAD is #63A252. Grayscale: #787878. Windows color (decimal): -6529619 or 11361692. OLE color: 11361692.

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

Color convert

RGB15693173-
CMYK0.100.4600.32
HSL287.25º32.79%52.16%-
HSV(B)287.25º46.24%67.84%-
XYZ25.1717.9141.67-
YUV120.96157.37153-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=36.97%
G=22.04%
B=41.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156931730.100.4600.32287.2532.7952.16
Hex9C5DADA2E02011f2134
Octal23413525512560404374164
Binary1001110010111011010110110101011100100000100011111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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