COLOR #8D7BAD

HEX: #8D7BAD
RGB: (141,123,173)

Color info

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

RGB color model

#8D7BAD color RGB value is (141,123,173).

  • red value is 141;
  • green value is 123;
  • blue value is 173.
RGB:
(141,123,173)
(55%,48%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 123 of 255 = 48%
B 173 of 255 = 68%

141
123
173

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

Portions of RGB colors in percentages

R + G + B =
141 + 123 + 173 = 437 (100%)
R 141 of 437 ~ 32.27%
G 123 of 437 ~ 28.15%
B 173 of 437 ~ 39.59%

%32.27
%28.15
%39.59

CMYK color model

#8D7BAD color CMYK value is (18,29,0,32).

  • cyan value is 18.50%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,29,0,32)
C18M29Y0K32 
(18%,29%,0%,32%)
(0.18/0.29/0.00/0.32)	

CMYK percentages

%18.5
%28.9
%0
%32.16

Codes

Color #8D7BAD in popluar color models

8D7BAD
RGB141123173
HSL262°23.36%58.04%
HSB/HSV262°28.90%67.84%
CMYK18.50%28.90%0.00%
32.16%

Color #8D7BAD in popluar number systems.

HEX8D7BAD
Decimal141123173
Binary10001101111101110101101
Octal215173255

Shades and tints

Shades of #8D7BAD

#8D7BAD
(141,123,173)
#81709E
(129,112,158)
#75658F
(117,101,143)
#695A80
(105,90,128)
#5D4F71
(93,79,113)
#514462
(81,68,98)
#453953
(69,57,83)
#392E44
(57,46,68)
#2D2335
(45,35,53)
#211826
(33,24,38)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #8D7BAD

#8D7BAD
(141,123,173)
#9787B4
(151,135,180)
#A193BB
(161,147,187)
#AB9FC2
(171,159,194)
#B5ABC9
(181,171,201)
#BFB7D0
(191,183,208)
#C9C3D7
(201,195,215)
#D3CFDE
(211,207,222)
#DDDBE5
(221,219,229)
#E7E7EC
(231,231,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7BAD color. Also use rgb(141,123,173) instead hex code.

Text Font Color

.myTextColor { color: #8D7BAD; }

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

This text font color is #8D7BAD.


Background Color

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

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

This div background color is #8D7BAD.


Border color

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

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

This div border color is #8D7BAD.


Opacity

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

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

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

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

This text has shadow with #8D7BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7BAD on black background.


Color preview on white background

This text has color #8D7BAD on white background.



Black color preview on #8D7BAD background

This text has black color on #8D7BAD background.


White color preview on #8D7BAD background

This text has white color on #8D7BAD background.