COLOR #8C5E9E

HEX: #8C5E9E
RGB: (140,94,158)

Color info

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

RGB color model

#8C5E9E color RGB value is (140,94,158).

  • red value is 140;
  • green value is 94;
  • blue value is 158.
RGB:
(140,94,158)
(55%,37%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 94 of 255 = 37%
B 158 of 255 = 62%

140
94
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 94 + 158 = 392 (100%)
R 140 of 392 ~ 35.71%
G 94 of 392 ~ 23.98%
B 158 of 392 ~ 40.31%

%35.71
%23.98
%40.31

CMYK color model

#8C5E9E color CMYK value is (11,41,0,38).

  • cyan value is 11.39%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,41,0,38)
C11M41Y0K38 
(11%,41%,0%,38%)
(0.11/0.41/0.00/0.38)	

CMYK percentages

%11.39
%40.51
%0
%38.04

Codes

Color #8C5E9E in popluar color models

8C5E9E
RGB14094158
HSL283°25.40%49.41%
HSB/HSV283°40.51%61.96%
CMYK11.39%40.51%0.00%
38.04%

Color #8C5E9E in popluar number systems.

HEX8C5E9E
Decimal14094158
Binary10001100101111010011110
Octal214136236

Shades and tints

Shades of #8C5E9E

#8C5E9E
(140,94,158)
#805690
(128,86,144)
#744E82
(116,78,130)
#684674
(104,70,116)
#5C3E66
(92,62,102)
#503658
(80,54,88)
#442E4A
(68,46,74)
#38263C
(56,38,60)
#2C1E2E
(44,30,46)
#201620
(32,22,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C5E9E

#8C5E9E
(140,94,158)
#966CA6
(150,108,166)
#A07AAE
(160,122,174)
#AA88B6
(170,136,182)
#B496BE
(180,150,190)
#BEA4C6
(190,164,198)
#C8B2CE
(200,178,206)
#D2C0D6
(210,192,214)
#DCCEDE
(220,206,222)
#E6DCE6
(230,220,230)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5E9E; }

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

This text font color is #8C5E9E.


Background Color

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

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

This div background color is #8C5E9E.


Border color

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

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

This div border color is #8C5E9E.


Opacity

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

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

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

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

This text has shadow with #8C5E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5E9E on black background.


Color preview on white background

This text has color #8C5E9E on white background.



Black color preview on #8C5E9E background

This text has black color on #8C5E9E background.


White color preview on #8C5E9E background

This text has white color on #8C5E9E background.