COLOR #9C729D

HEX: #9C729D
RGB: (156,114,157)

Color info

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

RGB color model

#9C729D color RGB value is (156,114,157).

  • red value is 156;
  • green value is 114;
  • blue value is 157.
RGB:
(156,114,157)
(61%,45%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 114 of 255 = 45%
B 157 of 255 = 62%

156
114
157

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

Portions of RGB colors in percentages

R + G + B =
156 + 114 + 157 = 427 (100%)
R 156 of 427 ~ 36.53%
G 114 of 427 ~ 26.7%
B 157 of 427 ~ 36.77%

%36.53
%26.7
%36.77

CMYK color model

#9C729D color CMYK value is (1,27,0,38).

  • cyan value is 0.64%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(1,27,0,38)
C1M27Y0K38 
(1%,27%,0%,38%)
(0.01/0.27/0.00/0.38)	

CMYK percentages

%0.64
%27.39
%0
%38.43

Codes

Color #9C729D in popluar color models

9C729D
RGB156114157
HSL299°17.99%53.14%
HSB/HSV299°27.39%61.57%
CMYK0.64%27.39%0.00%
38.43%

Color #9C729D in popluar number systems.

HEX9C729D
Decimal156114157
Binary10011100111001010011101
Octal234162235

Shades and tints

Shades of #9C729D

#9C729D
(156,114,157)
#8E688F
(142,104,143)
#805E81
(128,94,129)
#725473
(114,84,115)
#644A65
(100,74,101)
#564057
(86,64,87)
#483649
(72,54,73)
#3A2C3B
(58,44,59)
#2C222D
(44,34,45)
#1E181F
(30,24,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #9C729D

#9C729D
(156,114,157)
#A57EA5
(165,126,165)
#AE8AAD
(174,138,173)
#B796B5
(183,150,181)
#C0A2BD
(192,162,189)
#C9AEC5
(201,174,197)
#D2BACD
(210,186,205)
#DBC6D5
(219,198,213)
#E4D2DD
(228,210,221)
#EDDEE5
(237,222,229)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C729D color. Also use rgb(156,114,157) instead hex code.

Text Font Color

.myTextColor { color: #9C729D; }

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

This text font color is #9C729D.


Background Color

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

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

This div background color is #9C729D.


Border color

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

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

This div border color is #9C729D.


Opacity

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

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

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

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

This text has shadow with #9C729D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C729D on black background.


Color preview on white background

This text has color #9C729D on white background.



Black color preview on #9C729D background

This text has black color on #9C729D background.


White color preview on #9C729D background

This text has white color on #9C729D background.