COLOR #8D7CB4

HEX: #8D7CB4
RGB: (141,124,180)

Color info

#8D7CB4 contains red, green and blue colors in about the same proportion. Web safe color of #8D7CB4 is #9966CC (or #96C).

RGB color model

#8D7CB4 color RGB value is (141,124,180).

  • red value is 141;
  • green value is 124;
  • blue value is 180.
RGB:
(141,124,180)
(55%,49%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 180 of 255 = 71%

141
124
180

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 180 = 445 (100%)
R 141 of 445 ~ 31.69%
G 124 of 445 ~ 27.87%
B 180 of 445 ~ 40.45%

%31.69
%27.87
%40.45

CMYK color model

#8D7CB4 color CMYK value is (22,31,0,29).

  • cyan value is 21.67%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,31,0,29)
C22M31Y0K29 
(22%,31%,0%,29%)
(0.22/0.31/0.00/0.29)	

CMYK percentages

%21.67
%31.11
%0
%29.41

Codes

Color #8D7CB4 in popluar color models

8D7CB4
RGB141124180
HSL258°27.18%59.61%
HSB/HSV258°31.11%70.59%
CMYK21.67%31.11%0.00%
29.41%

Color #8D7CB4 in popluar number systems.

HEX8D7CB4
Decimal141124180
Binary10001101111110010110100
Octal215174264

Shades and tints

Shades of #8D7CB4

#8D7CB4
(141,124,180)
#8171A4
(129,113,164)
#756694
(117,102,148)
#695B84
(105,91,132)
#5D5074
(93,80,116)
#514564
(81,69,100)
#453A54
(69,58,84)
#392F44
(57,47,68)
#2D2434
(45,36,52)
#211924
(33,25,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D7CB4

#8D7CB4
(141,124,180)
#9787BA
(151,135,186)
#A192C0
(161,146,192)
#AB9DC6
(171,157,198)
#B5A8CC
(181,168,204)
#BFB3D2
(191,179,210)
#C9BED8
(201,190,216)
#D3C9DE
(211,201,222)
#DDD4E4
(221,212,228)
#E7DFEA
(231,223,234)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7CB4 color. Also use rgb(141,124,180) instead hex code.

Text Font Color

.myTextColor { color: #8D7CB4; }

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

This text font color is #8D7CB4.


Background Color

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

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

This div background color is #8D7CB4.


Border color

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

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

This div border color is #8D7CB4.


Opacity

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

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

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

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

This text has shadow with #8D7CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7CB4 on black background.


Color preview on white background

This text has color #8D7CB4 on white background.



Black color preview on #8D7CB4 background

This text has black color on #8D7CB4 background.


White color preview on #8D7CB4 background

This text has white color on #8D7CB4 background.