COLOR #9C709A

HEX: #9C709A
RGB: (156,112,154)

Color info

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

RGB color model

#9C709A color RGB value is (156,112,154).

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

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 154 of 255 = 60%

156
112
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 154 = 422 (100%)
R 156 of 422 ~ 36.97%
G 112 of 422 ~ 26.54%
B 154 of 422 ~ 36.49%

%36.97
%26.54
%36.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 1.28%
  • 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
%1.28
%38.82

Codes

Color #9C709A in popluar color models

9C709A
RGB156112154
HSL303°18.18%52.55%
HSB/HSV303°28.21%61.18%
CMYK0.00%28.21%1.28%
38.82%

Color #9C709A in popluar number systems.

HEX9C709A
Decimal156112154
Binary10011100111000010011010
Octal234160232

Shades and tints

Shades of #9C709A

#9C709A
(156,112,154)
#8E668C
(142,102,140)
#805C7E
(128,92,126)
#725270
(114,82,112)
#644862
(100,72,98)
#563E54
(86,62,84)
#483446
(72,52,70)
#3A2A38
(58,42,56)
#2C202A
(44,32,42)
#1E161C
(30,22,28)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #9C709A

#9C709A
(156,112,154)
#A57DA3
(165,125,163)
#AE8AAC
(174,138,172)
#B797B5
(183,151,181)
#C0A4BE
(192,164,190)
#C9B1C7
(201,177,199)
#D2BED0
(210,190,208)
#DBCBD9
(219,203,217)
#E4D8E2
(228,216,226)
#EDE5EB
(237,229,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C709A; }

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

This text font color is #9C709A.


Background Color

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

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

This div background color is #9C709A.


Border color

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

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

This div border color is #9C709A.


Opacity

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

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

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

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

This text has shadow with #9C709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C709A on black background.


Color preview on white background

This text has color #9C709A on white background.



Black color preview on #9C709A background

This text has black color on #9C709A background.


White color preview on #9C709A background

This text has white color on #9C709A background.