#9C56CB

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

Shades of Deep Lilac #9C56CB

Tints of Deep Lilac #9C56CB

Color information

#9C56CB (or 0x9C56CB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 56 and CB. RGB value is (156,86,203). Sum of RGB (Red+Green+Blue) = 156+86+203=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56CB is #63A934. Grayscale: #777777. Windows color (decimal): -6531381 or 13325980. OLE color: 13325980.

HSL color Cylindrical-coordinate representation of color #9C56CB: hue angle of 275.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C56CB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15686203-
CMYK0.230.5800.20
HSL275.9º52.94%56.67%-
HSV(B)275.9º57.64%79.61%-
XYZ27.8218.0458.51-
YUV120.27174.69153.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=35.06%
G=19.33%
B=45.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156862030.230.5800.20275.952.9456.67
Hex9C56CB173A0141143539
Octal23412631327720244246571
Binary1001110010101101100101110111111010010100100010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,203); }

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

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

 a { background-color: rgb(156,86,203); }

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

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

 span { border-color: rgb(156,86,203); }

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