COLOR #8C539E

HEX: #8C539E
RGB: (140,83,158)

Color info

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

RGB color model

#8C539E color RGB value is (140,83,158).

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

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 158 of 255 = 62%

140
83
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 158 = 381 (100%)
R 140 of 381 ~ 36.75%
G 83 of 381 ~ 21.78%
B 158 of 381 ~ 41.47%

%36.75
%21.78
%41.47

CMYK color model

#8C539E color CMYK value is (11,47,0,38).

  • cyan value is 11.39%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,47,0,38)
C11M47Y0K38 
(11%,47%,0%,38%)
(0.11/0.47/0.00/0.38)	

CMYK percentages

%11.39
%47.47
%0
%38.04

Codes

Color #8C539E in popluar color models

8C539E
RGB14083158
HSL286°31.12%47.25%
HSB/HSV286°47.47%61.96%
CMYK11.39%47.47%0.00%
38.04%

Color #8C539E in popluar number systems.

HEX8C539E
Decimal14083158
Binary10001100101001110011110
Octal214123236

Shades and tints

Shades of #8C539E

#8C539E
(140,83,158)
#804C90
(128,76,144)
#744582
(116,69,130)
#683E74
(104,62,116)
#5C3766
(92,55,102)
#503058
(80,48,88)
#44294A
(68,41,74)
#38223C
(56,34,60)
#2C1B2E
(44,27,46)
#201420
(32,20,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #8C539E

#8C539E
(140,83,158)
#9662A6
(150,98,166)
#A071AE
(160,113,174)
#AA80B6
(170,128,182)
#B48FBE
(180,143,190)
#BE9EC6
(190,158,198)
#C8ADCE
(200,173,206)
#D2BCD6
(210,188,214)
#DCCBDE
(220,203,222)
#E6DAE6
(230,218,230)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C539E; }

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

This text font color is #8C539E.


Background Color

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

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

This div background color is #8C539E.


Border color

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

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

This div border color is #8C539E.


Opacity

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

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

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

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

This text has shadow with #8C539E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C539E on black background.


Color preview on white background

This text has color #8C539E on white background.



Black color preview on #8C539E background

This text has black color on #8C539E background.


White color preview on #8C539E background

This text has white color on #8C539E background.