COLOR #9C709B

HEX: #9C709B
RGB: (156,112,155)

Color info

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

RGB color model

#9C709B color RGB value is (156,112,155).

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

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 155 of 255 = 61%

156
112
155

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

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 155 = 423 (100%)
R 156 of 423 ~ 36.88%
G 112 of 423 ~ 26.48%
B 155 of 423 ~ 36.64%

%36.88
%26.48
%36.64

CMYK color model

#9C709B color CMYK value is (0,28,1,39).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(0,28,1,39)
C0M28Y1K39 
(0%,28%,1%,39%)
(0.00/0.28/0.01/0.39)	

CMYK percentages

%0
%28.21
%0.64
%38.82

Codes

Color #9C709B in popluar color models

9C709B
RGB156112155
HSL301°18.18%52.55%
HSB/HSV301°28.21%61.18%
CMYK0.00%28.21%0.64%
38.82%

Color #9C709B in popluar number systems.

HEX9C709B
Decimal156112155
Binary10011100111000010011011
Octal234160233

Shades and tints

Shades of #9C709B

#9C709B
(156,112,155)
#8E668D
(142,102,141)
#805C7F
(128,92,127)
#725271
(114,82,113)
#644863
(100,72,99)
#563E55
(86,62,85)
#483447
(72,52,71)
#3A2A39
(58,42,57)
#2C202B
(44,32,43)
#1E161D
(30,22,29)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #9C709B

#9C709B
(156,112,155)
#A57DA4
(165,125,164)
#AE8AAD
(174,138,173)
#B797B6
(183,151,182)
#C0A4BF
(192,164,191)
#C9B1C8
(201,177,200)
#D2BED1
(210,190,209)
#DBCBDA
(219,203,218)
#E4D8E3
(228,216,227)
#EDE5EC
(237,229,236)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C709B; }

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

This text font color is #9C709B.


Background Color

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

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

This div background color is #9C709B.


Border color

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

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

This div border color is #9C709B.


Opacity

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

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

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

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

This text has shadow with #9C709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C709B on black background.


Color preview on white background

This text has color #9C709B on white background.



Black color preview on #9C709B background

This text has black color on #9C709B background.


White color preview on #9C709B background

This text has white color on #9C709B background.