COLOR #9C7A9A

HEX: #9C7A9A
RGB: (156,122,154)

Color info

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

RGB color model

#9C7A9A color RGB value is (156,122,154).

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

RGB channels and saturation

R 156 of 255 = 61%
G 122 of 255 = 48%
B 154 of 255 = 60%

156
122
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 122 + 154 = 432 (100%)
R 156 of 432 ~ 36.11%
G 122 of 432 ~ 28.24%
B 154 of 432 ~ 35.65%

%36.11
%28.24
%35.65

CMYK color model

#9C7A9A color CMYK value is (0,22,1,39).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(0,22,1,39)
C0M22Y1K39 
(0%,22%,1%,39%)
(0.00/0.22/0.01/0.39)	

CMYK percentages

%0
%21.79
%1.28
%38.82

Codes

Color #9C7A9A in popluar color models

9C7A9A
RGB156122154
HSL304°14.66%54.51%
HSB/HSV304°21.79%61.18%
CMYK0.00%21.79%1.28%
38.82%

Color #9C7A9A in popluar number systems.

HEX9C7A9A
Decimal156122154
Binary10011100111101010011010
Octal234172232

Shades and tints

Shades of #9C7A9A

#9C7A9A
(156,122,154)
#8E6F8C
(142,111,140)
#80647E
(128,100,126)
#725970
(114,89,112)
#644E62
(100,78,98)
#564354
(86,67,84)
#483846
(72,56,70)
#3A2D38
(58,45,56)
#2C222A
(44,34,42)
#1E171C
(30,23,28)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #9C7A9A

#9C7A9A
(156,122,154)
#A586A3
(165,134,163)
#AE92AC
(174,146,172)
#B79EB5
(183,158,181)
#C0AABE
(192,170,190)
#C9B6C7
(201,182,199)
#D2C2D0
(210,194,208)
#DBCED9
(219,206,217)
#E4DAE2
(228,218,226)
#EDE6EB
(237,230,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7A9A; }

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

This text font color is #9C7A9A.


Background Color

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

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

This div background color is #9C7A9A.


Border color

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

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

This div border color is #9C7A9A.


Opacity

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

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

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

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

This text has shadow with #9C7A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7A9A on black background.


Color preview on white background

This text has color #9C7A9A on white background.



Black color preview on #9C7A9A background

This text has black color on #9C7A9A background.


White color preview on #9C7A9A background

This text has white color on #9C7A9A background.