#8C57AC

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

Shades of Deep Lilac #8C57AC

Tints of Deep Lilac #8C57AC

Color information

#8C57AC (or 0x8C57AC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 57 and AC. RGB value is (140,87,172). Sum of RGB (Red+Green+Blue) = 140+87+172=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C57AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C57AC is #73A853. Grayscale: #707070. Windows color (decimal): -7579732 or 11294604. OLE color: 11294604.

HSL color Cylindrical-coordinate representation of color #8C57AC: hue angle of 277.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C57AC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14087172-
CMYK0.190.4900.33
HSL277.41º33.86%50.78%-
HSV(B)277.41º49.42%67.45%-
XYZ21.6715.3740.85-
YUV112.54161.56147.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=35.09%
G=21.80%
B=43.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140871720.190.4900.33277.4133.8650.78
Hex8C57AC13310211152233
Octal21412725423610414254263
Binary10001100101011110101100100111100010100001100010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C57AC; }

 p { color: rgb(140,87,172); }

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

<style>
 a { background-color: #8C57AC; }

 a { background-color: rgb(140,87,172); }

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

<style>
 span { border-color: #8C57AC; }

 span { border-color: rgb(140,87,172); }

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