COLOR #8D7EAF

HEX: #8D7EAF RGB: (141,126,175)

Color info

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

RGB color model

#8D7EAF color RGB value is (141,126,175).

RGB: (141,126,175) (55%, 49%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 175 of 255 = 69%

141
126
175

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 175 = 442 (100%)
R 141 of 442 ~ 31.9%
G 126 of 442 ~ 28.51%
B 175 of 442 ~ 39.59'%

%31.9
%28.51
%39.59

CMYK color model

#8D7EAF color CMYK value is (19,28,0,31).

  • cyan value is 19.43%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (19,28,0,31)
C19M28Y0K31 (19%, 28%, 0%, 31%)
(0.19 / 0.28 / 0.00 / 0.31)

CMYK percentages

%19.43
%28
%0
%31.37

Codes

Color #8D7EAF in popluar color models

8D 7E AF
RGB 141 126 175
HSL 258° 23.44% 59.02%
HSB/HSV 258° 28.00% 68.63%
CMYK 19.43% 28.00% 0.00%
31.37%

Color #8D7EAF in popluar number systems.

HEX 8D 7E AF
Decimal 141 126 175
Binary 10001101 1111110 10101111
Octal 215 176 257

Shades and tints

Shades of #8D7EAF

#8D7EAF
(141,126,175)
#8173A0
(129,115,160)
#756891
(117,104,145)
#695D82
(105,93,130)
#5D5273
(93,82,115)
#514764
(81,71,100)
#453C55
(69,60,85)
#393146
(57,49,70)
#2D2637
(45,38,55)
#211B28
(33,27,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #8D7EAF

#8D7EAF
(141,126,175)
#9789B6
(151,137,182)
#A194BD
(161,148,189)
#AB9FC4
(171,159,196)
#B5AACB
(181,170,203)
#BFB5D2
(191,181,210)
#C9C0D9
(201,192,217)
#D3CBE0
(211,203,224)
#DDD6E7
(221,214,231)
#E7E1EE
(231,225,238)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7EAF color. Also use rgb(141,126,175) instead hex code.

Text Font Color

.myTextColor { color: #8D7EAF; }

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

This text font color is #8D7EAF.

Background Color

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

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

This div background color is #8D7EAF.

Border color

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

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

This div border color is #8D7EAF.

Opacity

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

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

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

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

This text has shadow with #8D7EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7EAF.

Preview

Color preview on black background

This text has color #8D7EAF on black background.


Color preview on white background

This text has color #8D7EAF on white background.


Black color preview on #8D7EAF background

This text has black color on #8D7EAF background.


White color preview on #8D7EAF background

This text has white color on #8D7EAF background.


Related colors

Complementary color

Complementary color for #hex is #728150.


I love getcolorcode.com

Triadic colors

1 #AF8D7E and #7EAF8D with #8D7EAF are triadic colors.

2 #AF7E8D and #7E8DAF with #8D7EAF are triadic colors.