COLOR #9D7190

HEX: #9D7190
RGB: (157,113,144)

Color info

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

RGB color model

#9D7190 color RGB value is (157,113,144).

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

RGB channels and saturation

R 157 of 255 = 62%
G 113 of 255 = 44%
B 144 of 255 = 56%

157
113
144

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

Portions of RGB colors in percentages

R + G + B =
157 + 113 + 144 = 414 (100%)
R 157 of 414 ~ 37.92%
G 113 of 414 ~ 27.29%
B 144 of 414 ~ 34.78%

%37.92
%27.29
%34.78

CMYK color model

#9D7190 color CMYK value is (0,28,8,38).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 8.28%
  • key color value is 38.43%
CMYK:
(0,28,8,38)
C0M28Y8K38 
(0%,28%,8%,38%)
(0.00/0.28/0.08/0.38)	

CMYK percentages

%0
%28.03
%8.28
%38.43

Codes

Color #9D7190 in popluar color models

9D7190
RGB157113144
HSL318°18.33%52.94%
HSB/HSV318°28.03%61.57%
CMYK0.00%28.03%8.28%
38.43%

Color #9D7190 in popluar number systems.

HEX9D7190
Decimal157113144
Binary10011101111000110010000
Octal235161220

Shades and tints

Shades of #9D7190

#9D7190
(157,113,144)
#8F6783
(143,103,131)
#815D76
(129,93,118)
#735369
(115,83,105)
#65495C
(101,73,92)
#573F4F
(87,63,79)
#493542
(73,53,66)
#3B2B35
(59,43,53)
#2D2128
(45,33,40)
#1F171B
(31,23,27)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #9D7190

#9D7190
(157,113,144)
#A57D9A
(165,125,154)
#AD89A4
(173,137,164)
#B595AE
(181,149,174)
#BDA1B8
(189,161,184)
#C5ADC2
(197,173,194)
#CDB9CC
(205,185,204)
#D5C5D6
(213,197,214)
#DDD1E0
(221,209,224)
#E5DDEA
(229,221,234)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7190; }

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

This text font color is #9D7190.


Background Color

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

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

This div background color is #9D7190.


Border color

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

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

This div border color is #9D7190.


Opacity

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

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

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

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

This text has shadow with #9D7190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7190 on black background.


Color preview on white background

This text has color #9D7190 on white background.



Black color preview on #9D7190 background

This text has black color on #9D7190 background.


White color preview on #9D7190 background

This text has white color on #9D7190 background.