#8C49AC

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

Shades of Deep Lilac #8C49AC

Tints of Deep Lilac #8C49AC

Color information

#8C49AC (or 0x8C49AC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 49 and AC. RGB value is (140,73,172). Sum of RGB (Red+Green+Blue) = 140+73+172=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C49AC is #73B653. Grayscale: #676767. Windows color (decimal): -7583316 or 11291020. OLE color: 11291020.

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

Color convert

RGB14073172-
CMYK0.190.5800.33
HSL280.61º40.41%48.04%-
HSV(B)280.61º57.56%67.45%-
XYZ20.6413.3240.51-
YUV104.32166.2153.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=36.36%
G=18.96%
B=44.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140731720.190.5800.33280.6140.4148.04
Hex8C49AC133A0211192830
Octal21411125423720414315060
Binary10001100100100110101100100111110100100001100011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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