COLOR #8D7190

HEX: #8D7190
RGB: (141,113,144)

Color info

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

RGB color model

#8D7190 color RGB value is (141,113,144).

  • red value is 141;
  • green value is 113;
  • blue value is 144.
RGB:
(141,113,144)
(55%,44%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 144 of 255 = 56%

141
113
144

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 144 = 398 (100%)
R 141 of 398 ~ 35.43%
G 113 of 398 ~ 28.39%
B 144 of 398 ~ 36.18%

%35.43
%28.39
%36.18

CMYK color model

#8D7190 color CMYK value is (2,22,0,44).

  • cyan value is 2.08%
  • magenta value is 21.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(2,22,0,44)
C2M22Y0K44 
(2%,22%,0%,44%)
(0.02/0.22/0.00/0.44)	

CMYK percentages

%2.08
%21.53
%0
%43.53

Codes

Color #8D7190 in popluar color models

8D7190
RGB141113144
HSL294°12.25%50.39%
HSB/HSV294°21.53%56.47%
CMYK2.08%21.53%0.00%
43.53%

Color #8D7190 in popluar number systems.

HEX8D7190
Decimal141113144
Binary10001101111000110010000
Octal215161220

Shades and tints

Shades of #8D7190

#8D7190
(141,113,144)
#816783
(129,103,131)
#755D76
(117,93,118)
#695369
(105,83,105)
#5D495C
(93,73,92)
#513F4F
(81,63,79)
#453542
(69,53,66)
#392B35
(57,43,53)
#2D2128
(45,33,40)
#21171B
(33,23,27)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #8D7190

#8D7190
(141,113,144)
#977D9A
(151,125,154)
#A189A4
(161,137,164)
#AB95AE
(171,149,174)
#B5A1B8
(181,161,184)
#BFADC2
(191,173,194)
#C9B9CC
(201,185,204)
#D3C5D6
(211,197,214)
#DDD1E0
(221,209,224)
#E7DDEA
(231,221,234)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7190 color. Also use rgb(141,113,144) instead hex code.

Text Font Color

.myTextColor { color: #8D7190; }

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

This text font color is #8D7190.


Background Color

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

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

This div background color is #8D7190.


Border color

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

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

This div border color is #8D7190.


Opacity

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

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

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

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

This text has shadow with #8D7190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7190 on black background.


Color preview on white background

This text has color #8D7190 on white background.



Black color preview on #8D7190 background

This text has black color on #8D7190 background.


White color preview on #8D7190 background

This text has white color on #8D7190 background.