COLOR #8C5590

HEX: #8C5590
RGB: (140,85,144)

Color info

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

RGB color model

#8C5590 color RGB value is (140,85,144).

  • red value is 140;
  • green value is 85;
  • blue value is 144.
RGB:
(140,85,144)
(55%,33%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 144 of 255 = 56%

140
85
144

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

Portions of RGB colors in percentages

R + G + B =
140 + 85 + 144 = 369 (100%)
R 140 of 369 ~ 37.94%
G 85 of 369 ~ 23.04%
B 144 of 369 ~ 39.02%

%37.94
%23.04
%39.02

CMYK color model

#8C5590 color CMYK value is (3,41,0,44).

  • cyan value is 2.78%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,41,0,44)
C3M41Y0K44 
(3%,41%,0%,44%)
(0.03/0.41/0.00/0.44)	

CMYK percentages

%2.78
%40.97
%0
%43.53

Codes

Color #8C5590 in popluar color models

8C5590
RGB14085144
HSL296°25.76%44.90%
HSB/HSV296°40.97%56.47%
CMYK2.78%40.97%0.00%
43.53%

Color #8C5590 in popluar number systems.

HEX8C5590
Decimal14085144
Binary10001100101010110010000
Octal214125220

Shades and tints

Shades of #8C5590

#8C5590
(140,85,144)
#804E83
(128,78,131)
#744776
(116,71,118)
#684069
(104,64,105)
#5C395C
(92,57,92)
#50324F
(80,50,79)
#442B42
(68,43,66)
#382435
(56,36,53)
#2C1D28
(44,29,40)
#20161B
(32,22,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #8C5590

#8C5590
(140,85,144)
#96649A
(150,100,154)
#A073A4
(160,115,164)
#AA82AE
(170,130,174)
#B491B8
(180,145,184)
#BEA0C2
(190,160,194)
#C8AFCC
(200,175,204)
#D2BED6
(210,190,214)
#DCCDE0
(220,205,224)
#E6DCEA
(230,220,234)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5590; }

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

This text font color is #8C5590.


Background Color

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

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

This div background color is #8C5590.


Border color

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

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

This div border color is #8C5590.


Opacity

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

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

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

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

This text has shadow with #8C5590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5590 on black background.


Color preview on white background

This text has color #8C5590 on white background.



Black color preview on #8C5590 background

This text has black color on #8C5590 background.


White color preview on #8C5590 background

This text has white color on #8C5590 background.