#9c56bf

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

Shades of Deep Lilac #9C56BF

Tints of Deep Lilac #9C56BF

Color information

#9C56BF (or 0x9C56BF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 56 and BF. RGB value is (156,86,191). Sum of RGB (Red+Green+Blue) = 156+86+191=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C56BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56BF is #63A940. Grayscale: #767676. Windows color (decimal): -6531393 or 12539548. OLE color: 12539548.

HSL color Cylindrical-coordinate representation of color #9C56BF: hue angle of 280º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C56BF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15686191-
CMYK0.180.5500.25
HSL280º45.06%54.31%-
HSV(B)280º54.97%74.9%-
XYZ26.4417.4951.27-
YUV118.9168.69154.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 191 (75% from 255) = 44.11%
R=36.03%
G=19.86%
B=44.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156861910.180.5500.2528045.0654.31
Hex9C56BF12370191182d36
Octal23412627722670314305566
Binary1001110010101101011111110010110111011001100011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c56bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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