#9C5DB3

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

Shades of Deep Lilac #9C5DB3

Tints of Deep Lilac #9C5DB3

Color information

#9C5DB3 (or 0x9C5DB3) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5D and B3. RGB value is (156,93,179). Sum of RGB (Red+Green+Blue) = 156+93+179=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C5DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DB3 is #63A24C. Grayscale: #797979. Windows color (decimal): -6529613 or 11754908. OLE color: 11754908.

HSL color Cylindrical-coordinate representation of color #9C5DB3: hue angle of 283.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5DB3 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15693179-
CMYK0.130.4800.30
HSL283.95º36.13%53.33%-
HSV(B)283.95º48.04%70.2%-
XYZ25.7618.1544.79-
YUV121.64160.37152.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 179 (70.31% from 255) = 41.82%
R=36.45%
G=21.73%
B=41.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156931790.130.4800.30283.9536.1353.33
Hex9C5DB3D3001E11c2435
Octal23413526315600364344465
Binary100111001011101101100111101110000011110100011100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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