COLOR #8D7793

HEX: #8D7793
RGB: (141,119,147)

Color info

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

RGB color model

#8D7793 color RGB value is (141,119,147).

  • red value is 141;
  • green value is 119;
  • blue value is 147.
RGB:
(141,119,147)
(55%,47%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 147 of 255 = 58%

141
119
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 119 + 147 = 407 (100%)
R 141 of 407 ~ 34.64%
G 119 of 407 ~ 29.24%
B 147 of 407 ~ 36.12%

%34.64
%29.24
%36.12

CMYK color model

#8D7793 color CMYK value is (4,19,0,42).

  • cyan value is 4.08%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(4,19,0,42)
C4M19Y0K42 
(4%,19%,0%,42%)
(0.04/0.19/0.00/0.42)	

CMYK percentages

%4.08
%19.05
%0
%42.35

Codes

Color #8D7793 in popluar color models

8D7793
RGB141119147
HSL287°11.48%52.16%
HSB/HSV287°19.05%57.65%
CMYK4.08%19.05%0.00%
42.35%

Color #8D7793 in popluar number systems.

HEX8D7793
Decimal141119147
Binary10001101111011110010011
Octal215167223

Shades and tints

Shades of #8D7793

#8D7793
(141,119,147)
#816D86
(129,109,134)
#756379
(117,99,121)
#69596C
(105,89,108)
#5D4F5F
(93,79,95)
#514552
(81,69,82)
#453B45
(69,59,69)
#393138
(57,49,56)
#2D272B
(45,39,43)
#211D1E
(33,29,30)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8D7793

#8D7793
(141,119,147)
#97839C
(151,131,156)
#A18FA5
(161,143,165)
#AB9BAE
(171,155,174)
#B5A7B7
(181,167,183)
#BFB3C0
(191,179,192)
#C9BFC9
(201,191,201)
#D3CBD2
(211,203,210)
#DDD7DB
(221,215,219)
#E7E3E4
(231,227,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7793 color. Also use rgb(141,119,147) instead hex code.

Text Font Color

.myTextColor { color: #8D7793; }

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

This text font color is #8D7793.


Background Color

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

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

This div background color is #8D7793.


Border color

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

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

This div border color is #8D7793.


Opacity

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

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

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

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

This text has shadow with #8D7793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7793 on black background.


Color preview on white background

This text has color #8D7793 on white background.



Black color preview on #8D7793 background

This text has black color on #8D7793 background.


White color preview on #8D7793 background

This text has white color on #8D7793 background.