COLOR #8D7291

HEX: #8D7291
RGB: (141,114,145)

Color info

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

RGB color model

#8D7291 color RGB value is (141,114,145).

  • red value is 141;
  • green value is 114;
  • blue value is 145.
RGB:
(141,114,145)
(55%,45%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 145 of 255 = 57%

141
114
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 145 = 400 (100%)
R 141 of 400 ~ 35.25%
G 114 of 400 ~ 28.5%
B 145 of 400 ~ 36.25%

%35.25
%28.5
%36.25

CMYK color model

#8D7291 color CMYK value is (3,21,0,43).

  • cyan value is 2.76%
  • magenta value is 21.38%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,21,0,43)
C3M21Y0K43 
(3%,21%,0%,43%)
(0.03/0.21/0.00/0.43)	

CMYK percentages

%2.76
%21.38
%0
%43.14

Codes

Color #8D7291 in popluar color models

8D7291
RGB141114145
HSL292°12.35%50.78%
HSB/HSV292°21.38%56.86%
CMYK2.76%21.38%0.00%
43.14%

Color #8D7291 in popluar number systems.

HEX8D7291
Decimal141114145
Binary10001101111001010010001
Octal215162221

Shades and tints

Shades of #8D7291

#8D7291
(141,114,145)
#816884
(129,104,132)
#755E77
(117,94,119)
#69546A
(105,84,106)
#5D4A5D
(93,74,93)
#514050
(81,64,80)
#453643
(69,54,67)
#392C36
(57,44,54)
#2D2229
(45,34,41)
#21181C
(33,24,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D7291

#8D7291
(141,114,145)
#977E9B
(151,126,155)
#A18AA5
(161,138,165)
#AB96AF
(171,150,175)
#B5A2B9
(181,162,185)
#BFAEC3
(191,174,195)
#C9BACD
(201,186,205)
#D3C6D7
(211,198,215)
#DDD2E1
(221,210,225)
#E7DEEB
(231,222,235)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7291 color. Also use rgb(141,114,145) instead hex code.

Text Font Color

.myTextColor { color: #8D7291; }

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

This text font color is #8D7291.


Background Color

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

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

This div background color is #8D7291.


Border color

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

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

This div border color is #8D7291.


Opacity

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

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

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

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

This text has shadow with #8D7291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7291 on black background.


Color preview on white background

This text has color #8D7291 on white background.



Black color preview on #8D7291 background

This text has black color on #8D7291 background.


White color preview on #8D7291 background

This text has white color on #8D7291 background.