COLOR #8C57AC

HEX: #8C57AC
RGB: (140,87,172)

Color info

#8C57AC contains mainly red and blue colors. Web safe color of #8C57AC is #996699 (or #969).

RGB color model

#8C57AC color RGB value is (140,87,172).

  • red value is 140;
  • green value is 87;
  • blue value is 172.
RGB:
(140,87,172)
(55%,34%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 87 of 255 = 34%
B 172 of 255 = 67%

140
87
172

R + G + B ~ 52%. #8C57AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 87 + 172 = 399 (100%)
R 140 of 399 ~ 35.09%
G 87 of 399 ~ 21.8%
B 172 of 399 ~ 43.11%

%35.09
%21.8
%43.11

CMYK color model

#8C57AC color CMYK value is (19,49,0,33).

  • cyan value is 18.60%
  • magenta value is 49.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,49,0,33)
C19M49Y0K33 
(19%,49%,0%,33%)
(0.19/0.49/0.00/0.33)	

CMYK percentages

%18.6
%49.42
%0
%32.55

Codes

Color #8C57AC in popluar color models

8C57AC
RGB14087172
HSL277°33.86%50.78%
HSB/HSV277°49.42%67.45%
CMYK18.60%49.42%0.00%
32.55%

Color #8C57AC in popluar number systems.

HEX8C57AC
Decimal14087172
Binary10001100101011110101100
Octal214127254

Shades and tints

Shades of #8C57AC

#8C57AC
(140,87,172)
#80509D
(128,80,157)
#74498E
(116,73,142)
#68427F
(104,66,127)
#5C3B70
(92,59,112)
#503461
(80,52,97)
#442D52
(68,45,82)
#382643
(56,38,67)
#2C1F34
(44,31,52)
#201825
(32,24,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #8C57AC

#8C57AC
(140,87,172)
#9666B3
(150,102,179)
#A075BA
(160,117,186)
#AA84C1
(170,132,193)
#B493C8
(180,147,200)
#BEA2CF
(190,162,207)
#C8B1D6
(200,177,214)
#D2C0DD
(210,192,221)
#DCCFE4
(220,207,228)
#E6DEEB
(230,222,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C57AC color. Also use rgb(140,87,172) instead hex code.

Text Font Color

.myTextColor { color: #8C57AC; }

<p style="color:#8C57AC">This sample text font color is #8C57AC.</p>

This text font color is #8C57AC.


Background Color

.myBgColor { background-color: #8C57AC; }

<div style="background-color:#8C57AC">Inner text</div>

This div background color is #8C57AC.


Border color

.myBorderColor { border: 1px solid #8C57AC; }

<div style="border:3px solid #8C57AC">Div</div>

This div border color is #8C57AC.


Opacity

.myOpacity80 { color: #8C57AC; opacity: 0.8; }

<p style="color:#8C57AC;opacity:0.8;">80%</p>

Text with #8C57AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C57AC;}

<p style="text-shadow: 3px 3px 1px #8C57AC">Text here.</p>

This text has shadow with #8C57AC color.

.textShadow {text-shadow: 3px 3px 1px #8C57AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C57AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C57AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C57AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C57AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C57AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8C57AC;
  -webkit-box-shadow:	1px 1px 3px 2px #8C57AC;
  box-shadow:		1px 1px 3px 2px #8C57AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C57AC;
-webkit-box-shadow: 1px 1px 3px 2px #8C57AC;
box-shadow:1px 1px 3px 2px #8C57AC;">
Div content here</div>
This div box has shadow with color #8C57AC.

Preview

Color preview on black background

This text has color #8C57AC on black background.


Color preview on white background

This text has color #8C57AC on white background.



Black color preview on #8C57AC background

This text has black color on #8C57AC background.


White color preview on #8C57AC background

This text has white color on #8C57AC background.