COLOR #8D6EA9

HEX: #8D6EA9
RGB: (141,110,169)

Color info

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

RGB color model

#8D6EA9 color RGB value is (141,110,169).

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

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 169 of 255 = 66%

141
110
169

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 169 = 420 (100%)
R 141 of 420 ~ 33.57%
G 110 of 420 ~ 26.19%
B 169 of 420 ~ 40.24%

%33.57
%26.19
%40.24

CMYK color model

#8D6EA9 color CMYK value is (17,35,0,34).

  • cyan value is 16.57%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(17,35,0,34)
C17M35Y0K34 
(17%,35%,0%,34%)
(0.17/0.35/0.00/0.34)	

CMYK percentages

%16.57
%34.91
%0
%33.73

Codes

Color #8D6EA9 in popluar color models

8D6EA9
RGB141110169
HSL272°25.54%54.71%
HSB/HSV272°34.91%66.27%
CMYK16.57%34.91%0.00%
33.73%

Color #8D6EA9 in popluar number systems.

HEX8D6EA9
Decimal141110169
Binary10001101110111010101001
Octal215156251

Shades and tints

Shades of #8D6EA9

#8D6EA9
(141,110,169)
#81649A
(129,100,154)
#755A8B
(117,90,139)
#69507C
(105,80,124)
#5D466D
(93,70,109)
#513C5E
(81,60,94)
#45324F
(69,50,79)
#392840
(57,40,64)
#2D1E31
(45,30,49)
#211422
(33,20,34)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #8D6EA9

#8D6EA9
(141,110,169)
#977BB0
(151,123,176)
#A188B7
(161,136,183)
#AB95BE
(171,149,190)
#B5A2C5
(181,162,197)
#BFAFCC
(191,175,204)
#C9BCD3
(201,188,211)
#D3C9DA
(211,201,218)
#DDD6E1
(221,214,225)
#E7E3E8
(231,227,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6EA9; }

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

This text font color is #8D6EA9.


Background Color

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

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

This div background color is #8D6EA9.


Border color

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

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

This div border color is #8D6EA9.


Opacity

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

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

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

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

This text has shadow with #8D6EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6EA9 on black background.


Color preview on white background

This text has color #8D6EA9 on white background.



Black color preview on #8D6EA9 background

This text has black color on #8D6EA9 background.


White color preview on #8D6EA9 background

This text has white color on #8D6EA9 background.