COLOR #8D7FA7

HEX: #8D7FA7
RGB: (141,127,167)

Color info

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

RGB color model

#8D7FA7 color RGB value is (141,127,167).

  • red value is 141;
  • green value is 127;
  • blue value is 167.
RGB:
(141,127,167)
(55%,50%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 167 of 255 = 65%

141
127
167

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 167 = 435 (100%)
R 141 of 435 ~ 32.41%
G 127 of 435 ~ 29.2%
B 167 of 435 ~ 38.39%

%32.41
%29.2
%38.39

CMYK color model

#8D7FA7 color CMYK value is (16,24,0,35).

  • cyan value is 15.57%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(16,24,0,35)
C16M24Y0K35 
(16%,24%,0%,35%)
(0.16/0.24/0.00/0.35)	

CMYK percentages

%15.57
%23.95
%0
%34.51

Codes

Color #8D7FA7 in popluar color models

8D7FA7
RGB141127167
HSL261°18.52%57.65%
HSB/HSV261°23.95%65.49%
CMYK15.57%23.95%0.00%
34.51%

Color #8D7FA7 in popluar number systems.

HEX8D7FA7
Decimal141127167
Binary10001101111111110100111
Octal215177247

Shades and tints

Shades of #8D7FA7

#8D7FA7
(141,127,167)
#817498
(129,116,152)
#756989
(117,105,137)
#695E7A
(105,94,122)
#5D536B
(93,83,107)
#51485C
(81,72,92)
#453D4D
(69,61,77)
#39323E
(57,50,62)
#2D272F
(45,39,47)
#211C20
(33,28,32)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D7FA7

#8D7FA7
(141,127,167)
#978AAF
(151,138,175)
#A195B7
(161,149,183)
#ABA0BF
(171,160,191)
#B5ABC7
(181,171,199)
#BFB6CF
(191,182,207)
#C9C1D7
(201,193,215)
#D3CCDF
(211,204,223)
#DDD7E7
(221,215,231)
#E7E2EF
(231,226,239)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7FA7 color. Also use rgb(141,127,167) instead hex code.

Text Font Color

.myTextColor { color: #8D7FA7; }

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

This text font color is #8D7FA7.


Background Color

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

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

This div background color is #8D7FA7.


Border color

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

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

This div border color is #8D7FA7.


Opacity

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

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

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

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

This text has shadow with #8D7FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7FA7 on black background.


Color preview on white background

This text has color #8D7FA7 on white background.



Black color preview on #8D7FA7 background

This text has black color on #8D7FA7 background.


White color preview on #8D7FA7 background

This text has white color on #8D7FA7 background.