COLOR #8C5D9F

HEX: #8C5D9F
RGB: (140,93,159)

Color info

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

RGB color model

#8C5D9F color RGB value is (140,93,159).

  • red value is 140;
  • green value is 93;
  • blue value is 159.
RGB:
(140,93,159)
(55%,36%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 159 of 255 = 62%

140
93
159

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

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 159 = 392 (100%)
R 140 of 392 ~ 35.71%
G 93 of 392 ~ 23.72%
B 159 of 392 ~ 40.56%

%35.71
%23.72
%40.56

CMYK color model

#8C5D9F color CMYK value is (12,42,0,38).

  • cyan value is 11.95%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(12,42,0,38)
C12M42Y0K38 
(12%,42%,0%,38%)
(0.12/0.42/0.00/0.38)	

CMYK percentages

%11.95
%41.51
%0
%37.65

Codes

Color #8C5D9F in popluar color models

8C5D9F
RGB14093159
HSL283°26.19%49.41%
HSB/HSV283°41.51%62.35%
CMYK11.95%41.51%0.00%
37.65%

Color #8C5D9F in popluar number systems.

HEX8C5D9F
Decimal14093159
Binary10001100101110110011111
Octal214135237

Shades and tints

Shades of #8C5D9F

#8C5D9F
(140,93,159)
#805591
(128,85,145)
#744D83
(116,77,131)
#684575
(104,69,117)
#5C3D67
(92,61,103)
#503559
(80,53,89)
#442D4B
(68,45,75)
#38253D
(56,37,61)
#2C1D2F
(44,29,47)
#201521
(32,21,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #8C5D9F

#8C5D9F
(140,93,159)
#966BA7
(150,107,167)
#A079AF
(160,121,175)
#AA87B7
(170,135,183)
#B495BF
(180,149,191)
#BEA3C7
(190,163,199)
#C8B1CF
(200,177,207)
#D2BFD7
(210,191,215)
#DCCDDF
(220,205,223)
#E6DBE7
(230,219,231)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5D9F; }

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

This text font color is #8C5D9F.


Background Color

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

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

This div background color is #8C5D9F.


Border color

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

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

This div border color is #8C5D9F.


Opacity

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

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

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

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

This text has shadow with #8C5D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5D9F on black background.


Color preview on white background

This text has color #8C5D9F on white background.



Black color preview on #8C5D9F background

This text has black color on #8C5D9F background.


White color preview on #8C5D9F background

This text has white color on #8C5D9F background.