COLOR #8D6E90

HEX: #8D6E90
RGB: (141,110,144)

Color info

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

RGB color model

#8D6E90 color RGB value is (141,110,144).

  • red value is 141;
  • green value is 110;
  • blue value is 144.
RGB:
(141,110,144)
(55%,43%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 144 of 255 = 56%

141
110
144

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 144 = 395 (100%)
R 141 of 395 ~ 35.7%
G 110 of 395 ~ 27.85%
B 144 of 395 ~ 36.46%

%35.7
%27.85
%36.46

CMYK color model

#8D6E90 color CMYK value is (2,24,0,44).

  • cyan value is 2.08%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(2,24,0,44)
C2M24Y0K44 
(2%,24%,0%,44%)
(0.02/0.24/0.00/0.44)	

CMYK percentages

%2.08
%23.61
%0
%43.53

Codes

Color #8D6E90 in popluar color models

8D6E90
RGB141110144
HSL295°13.39%49.80%
HSB/HSV295°23.61%56.47%
CMYK2.08%23.61%0.00%
43.53%

Color #8D6E90 in popluar number systems.

HEX8D6E90
Decimal141110144
Binary10001101110111010010000
Octal215156220

Shades and tints

Shades of #8D6E90

#8D6E90
(141,110,144)
#816483
(129,100,131)
#755A76
(117,90,118)
#695069
(105,80,105)
#5D465C
(93,70,92)
#513C4F
(81,60,79)
#453242
(69,50,66)
#392835
(57,40,53)
#2D1E28
(45,30,40)
#21141B
(33,20,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #8D6E90

#8D6E90
(141,110,144)
#977B9A
(151,123,154)
#A188A4
(161,136,164)
#AB95AE
(171,149,174)
#B5A2B8
(181,162,184)
#BFAFC2
(191,175,194)
#C9BCCC
(201,188,204)
#D3C9D6
(211,201,214)
#DDD6E0
(221,214,224)
#E7E3EA
(231,227,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6E90 color. Also use rgb(141,110,144) instead hex code.

Text Font Color

.myTextColor { color: #8D6E90; }

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

This text font color is #8D6E90.


Background Color

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

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

This div background color is #8D6E90.


Border color

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

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

This div border color is #8D6E90.


Opacity

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

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

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

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

This text has shadow with #8D6E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6E90 on black background.


Color preview on white background

This text has color #8D6E90 on white background.



Black color preview on #8D6E90 background

This text has black color on #8D6E90 background.


White color preview on #8D6E90 background

This text has white color on #8D6E90 background.