COLOR #9C749A

HEX: #9C749A
RGB: (156,116,154)

Color info

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

RGB color model

#9C749A color RGB value is (156,116,154).

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

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 154 of 255 = 60%

156
116
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 116 + 154 = 426 (100%)
R 156 of 426 ~ 36.62%
G 116 of 426 ~ 27.23%
B 154 of 426 ~ 36.15%

%36.62
%27.23
%36.15

CMYK color model

#9C749A color CMYK value is (0,26,1,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(0,26,1,39)
C0M26Y1K39 
(0%,26%,1%,39%)
(0.00/0.26/0.01/0.39)	

CMYK percentages

%0
%25.64
%1.28
%38.82

Codes

Color #9C749A in popluar color models

9C749A
RGB156116154
HSL303°16.81%53.33%
HSB/HSV303°25.64%61.18%
CMYK0.00%25.64%1.28%
38.82%

Color #9C749A in popluar number systems.

HEX9C749A
Decimal156116154
Binary10011100111010010011010
Octal234164232

Shades and tints

Shades of #9C749A

#9C749A
(156,116,154)
#8E6A8C
(142,106,140)
#80607E
(128,96,126)
#725670
(114,86,112)
#644C62
(100,76,98)
#564254
(86,66,84)
#483846
(72,56,70)
#3A2E38
(58,46,56)
#2C242A
(44,36,42)
#1E1A1C
(30,26,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9C749A

#9C749A
(156,116,154)
#A580A3
(165,128,163)
#AE8CAC
(174,140,172)
#B798B5
(183,152,181)
#C0A4BE
(192,164,190)
#C9B0C7
(201,176,199)
#D2BCD0
(210,188,208)
#DBC8D9
(219,200,217)
#E4D4E2
(228,212,226)
#EDE0EB
(237,224,235)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C749A; }

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

This text font color is #9C749A.


Background Color

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

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

This div background color is #9C749A.


Border color

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

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

This div border color is #9C749A.


Opacity

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

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

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

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

This text has shadow with #9C749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C749A on black background.


Color preview on white background

This text has color #9C749A on white background.



Black color preview on #9C749A background

This text has black color on #9C749A background.


White color preview on #9C749A background

This text has white color on #9C749A background.