COLOR #8D7CB9

HEX: #8D7CB9
RGB: (141,124,185)

Color info

#8D7CB9 contains mainly red and blue colors. Web safe color of #8D7CB9 is #9966CC (or #96C).

RGB color model

#8D7CB9 color RGB value is (141,124,185).

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

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 185 of 255 = 73%

141
124
185

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 185 = 450 (100%)
R 141 of 450 ~ 31.33%
G 124 of 450 ~ 27.56%
B 185 of 450 ~ 41.11%

%31.33
%27.56
%41.11

CMYK color model

#8D7CB9 color CMYK value is (24,33,0,27).

  • cyan value is 23.78%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(24,33,0,27)
C24M33Y0K27 
(24%,33%,0%,27%)
(0.24/0.33/0.00/0.27)	

CMYK percentages

%23.78
%32.97
%0
%27.45

Codes

Color #8D7CB9 in popluar color models

8D7CB9
RGB141124185
HSL257°30.35%60.59%
HSB/HSV257°32.97%72.55%
CMYK23.78%32.97%0.00%
27.45%

Color #8D7CB9 in popluar number systems.

HEX8D7CB9
Decimal141124185
Binary10001101111110010111001
Octal215174271

Shades and tints

Shades of #8D7CB9

#8D7CB9
(141,124,185)
#8171A9
(129,113,169)
#756699
(117,102,153)
#695B89
(105,91,137)
#5D5079
(93,80,121)
#514569
(81,69,105)
#453A59
(69,58,89)
#392F49
(57,47,73)
#2D2439
(45,36,57)
#211929
(33,25,41)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #8D7CB9

#8D7CB9
(141,124,185)
#9787BF
(151,135,191)
#A192C5
(161,146,197)
#AB9DCB
(171,157,203)
#B5A8D1
(181,168,209)
#BFB3D7
(191,179,215)
#C9BEDD
(201,190,221)
#D3C9E3
(211,201,227)
#DDD4E9
(221,212,233)
#E7DFEF
(231,223,239)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7CB9; }

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

This text font color is #8D7CB9.


Background Color

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

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

This div background color is #8D7CB9.


Border color

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

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

This div border color is #8D7CB9.


Opacity

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

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

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

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

This text has shadow with #8D7CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7CB9 on black background.


Color preview on white background

This text has color #8D7CB9 on white background.



Black color preview on #8D7CB9 background

This text has black color on #8D7CB9 background.


White color preview on #8D7CB9 background

This text has white color on #8D7CB9 background.