COLOR #9D709B

HEX: #9D709B
RGB: (157,112,155)

Color info

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

RGB color model

#9D709B color RGB value is (157,112,155).

  • red value is 157;
  • green value is 112;
  • blue value is 155.
RGB:
(157,112,155)
(62%,44%,61%)

RGB channels and saturation

R 157 of 255 = 62%
G 112 of 255 = 44%
B 155 of 255 = 61%

157
112
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 112 + 155 = 424 (100%)
R 157 of 424 ~ 37.03%
G 112 of 424 ~ 26.42%
B 155 of 424 ~ 36.56%

%37.03
%26.42
%36.56

CMYK color model

#9D709B color CMYK value is (0,29,1,38).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(0,29,1,38)
C0M29Y1K38 
(0%,29%,1%,38%)
(0.00/0.29/0.01/0.38)	

CMYK percentages

%0
%28.66
%1.27
%38.43

Codes

Color #9D709B in popluar color models

9D709B
RGB157112155
HSL303°18.67%52.75%
HSB/HSV303°28.66%61.57%
CMYK0.00%28.66%1.27%
38.43%

Color #9D709B in popluar number systems.

HEX9D709B
Decimal157112155
Binary10011101111000010011011
Octal235160233

Shades and tints

Shades of #9D709B

#9D709B
(157,112,155)
#8F668D
(143,102,141)
#815C7F
(129,92,127)
#735271
(115,82,113)
#654863
(101,72,99)
#573E55
(87,62,85)
#493447
(73,52,71)
#3B2A39
(59,42,57)
#2D202B
(45,32,43)
#1F161D
(31,22,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #9D709B

#9D709B
(157,112,155)
#A57DA4
(165,125,164)
#AD8AAD
(173,138,173)
#B597B6
(181,151,182)
#BDA4BF
(189,164,191)
#C5B1C8
(197,177,200)
#CDBED1
(205,190,209)
#D5CBDA
(213,203,218)
#DDD8E3
(221,216,227)
#E5E5EC
(229,229,236)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D709B color. Also use rgb(157,112,155) instead hex code.

Text Font Color

.myTextColor { color: #9D709B; }

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

This text font color is #9D709B.


Background Color

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

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

This div background color is #9D709B.


Border color

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

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

This div border color is #9D709B.


Opacity

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

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

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

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

This text has shadow with #9D709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D709B on black background.


Color preview on white background

This text has color #9D709B on white background.



Black color preview on #9D709B background

This text has black color on #9D709B background.


White color preview on #9D709B background

This text has white color on #9D709B background.