COLOR #8C5690

HEX: #8C5690 RGB: (140,86,144)

Color info

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

RGB color model

#8C5690 color RGB value is (140,86,144).

RGB: (140,86,144) (55%, 34%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 144 of 255 = 56%

140
86
144

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

Portions of RGB colors in percentages

R + G + B = 140 + 86 + 144 = 370 (100%)
R 140 of 370 ~ 37.84%
G 86 of 370 ~ 23.24%
B 144 of 370 ~ 38.92'%

%37.84
%23.24
%38.92

CMYK color model

#8C5690 color CMYK value is (3,40,0,44).

  • cyan value is 2.78%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (3,40,0,44) C3M40Y0K44 (3%,40%,0%,44%) (0.03/0.40/0.00/0.44) 

CMYK percentages

%2.78
%40.28
%0
%43.53

Codes

Color #8C5690 in popluar color models

8C 56 90
RGB 140 86 144
HSL 296° 25.22% 45.10%
HSB/HSV 296° 40.28% 56.47%
CMYK 2.78% 40.28% 0.00%
43.53%

Color #8C5690 in popluar number systems.

HEX 8C 56 90
Decimal 140 86 144
Binary 10001100 1010110 10010000
Octal 214 126 220

Shades and tints

Shades of #8C5690

#8C5690
(140,86,144)
#804F83
(128,79,131)
#744876
(116,72,118)
#684169
(104,65,105)
#5C3A5C
(92,58,92)
#50334F
(80,51,79)
#442C42
(68,44,66)
#382535
(56,37,53)
#2C1E28
(44,30,40)
#20171B
(32,23,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C5690

#8C5690
(140,86,144)
#96659A
(150,101,154)
#A074A4
(160,116,164)
#AA83AE
(170,131,174)
#B492B8
(180,146,184)
#BEA1C2
(190,161,194)
#C8B0CC
(200,176,204)
#D2BFD6
(210,191,214)
#DCCEE0
(220,206,224)
#E6DDEA
(230,221,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5690; }

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

This text font color is #8C5690.

Background Color

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

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

This div background color is #8C5690.

Border color

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

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

This div border color is #8C5690.

Opacity

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

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

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

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

This text has shadow with #8C5690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5690.

Preview

Color preview on black background

This text has color #8C5690 on black background.


Color preview on white background

This text has color #8C5690 on white background.


Black color preview on #8C5690 background

This text has black color on #8C5690 background.


White color preview on #8C5690 background

This text has white color on #8C5690 background.


Related colors

Complementary color

Complementary color for #hex is #73A96F.


I love getcolorcode.com

Triadic colors

1 #908C56 and #56908C with #8C5690 are triadic colors.

2 #90568C and #568C90 with #8C5690 are triadic colors.