COLOR #8C518C

HEX: #8C518C
RGB: (140,81,140)

Color info

#8C518C contains red, green and blue colors in about the same proportion. Web safe color of #8C518C is #996699 (or #969).

RGB color model

#8C518C color RGB value is (140,81,140).

  • red value is 140;
  • green value is 81;
  • blue value is 140.
RGB:
(140,81,140)
(55%,32%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 140 of 255 = 55%

140
81
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 140 = 361 (100%)
R 140 of 361 ~ 38.78%
G 81 of 361 ~ 22.44%
B 140 of 361 ~ 38.78%

%38.78
%22.44
%38.78

CMYK color model

#8C518C color CMYK value is (0,42,0,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,42,0,45)
C0M42Y0K45 
(0%,42%,0%,45%)
(0.00/0.42/0.00/0.45)	

CMYK percentages

%0
%42.14
%0
%45.1

Codes

Color #8C518C in popluar color models

8C518C
RGB14081140
HSL300°26.70%43.33%
HSB/HSV300°42.14%54.90%
CMYK0.00%42.14%0.00%
45.10%

Color #8C518C in popluar number systems.

HEX8C518C
Decimal14081140
Binary10001100101000110001100
Octal214121214

Shades and tints

Shades of #8C518C

#8C518C
(140,81,140)
#804A80
(128,74,128)
#744374
(116,67,116)
#683C68
(104,60,104)
#5C355C
(92,53,92)
#502E50
(80,46,80)
#442744
(68,39,68)
#382038
(56,32,56)
#2C192C
(44,25,44)
#201220
(32,18,32)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #8C518C

#8C518C
(140,81,140)
#966096
(150,96,150)
#A06FA0
(160,111,160)
#AA7EAA
(170,126,170)
#B48DB4
(180,141,180)
#BE9CBE
(190,156,190)
#C8ABC8
(200,171,200)
#D2BAD2
(210,186,210)
#DCC9DC
(220,201,220)
#E6D8E6
(230,216,230)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C518C; }

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

This text font color is #8C518C.


Background Color

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

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

This div background color is #8C518C.


Border color

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

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

This div border color is #8C518C.


Opacity

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

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

Text with #8C518C 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 #8C518C;}

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

This text has shadow with #8C518C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C518C on black background.


Color preview on white background

This text has color #8C518C on white background.



Black color preview on #8C518C background

This text has black color on #8C518C background.


White color preview on #8C518C background

This text has white color on #8C518C background.