#9C56BC

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

Shades of Deep Lilac #9C56BC

Tints of Deep Lilac #9C56BC

Color information

#9C56BC (or 0x9C56BC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 56 and BC. RGB value is (156,86,188). Sum of RGB (Red+Green+Blue) = 156+86+188=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56BC is #63A943. Grayscale: #767676. Windows color (decimal): -6531396 or 12342940. OLE color: 12342940.

HSL color Cylindrical-coordinate representation of color #9C56BC: hue angle of 281.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C56BC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15686188-
CMYK0.170.5400.26
HSL281.18º43.22%53.73%-
HSV(B)281.18º54.26%73.73%-
XYZ26.1217.3549.55-
YUV118.56167.19154.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=36.28%
G=20%
B=43.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156861880.170.5400.26281.1843.2253.73
Hex9C56BC113601A1192b36
Octal23412627421660324315366
Binary1001110010101101011110010001110110011010100011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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