COLOR #9A5977

HEX: #9A5977
RGB: (154,89,119)

Color info

#9A5977 contains mainly red and blue colors. Web safe color of #9A5977 is #996666 (or #966).

RGB color model

#9A5977 color RGB value is (154,89,119).

  • red value is 154;
  • green value is 89;
  • blue value is 119.
RGB:
(154,89,119)
(60%,35%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 89 of 255 = 35%
B 119 of 255 = 47%

154
89
119

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

Portions of RGB colors in percentages

R + G + B =
154 + 89 + 119 = 362 (100%)
R 154 of 362 ~ 42.54%
G 89 of 362 ~ 24.59%
B 119 of 362 ~ 32.87%

%42.54
%24.59
%32.87

CMYK color model

#9A5977 color CMYK value is (0,42,23,40).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 22.73%
  • key color value is 39.61%
CMYK:
(0,42,23,40)
C0M42Y23K40 
(0%,42%,23%,40%)
(0.00/0.42/0.23/0.40)	

CMYK percentages

%0
%42.21
%22.73
%39.61

Codes

Color #9A5977 in popluar color models

9A5977
RGB15489119
HSL332°26.75%47.65%
HSB/HSV332°42.21%60.39%
CMYK0.00%42.21%22.73%
39.61%

Color #9A5977 in popluar number systems.

HEX9A5977
Decimal15489119
Binary1001101010110011110111
Octal232131167

Shades and tints

Shades of #9A5977

#9A5977
(154,89,119)
#8C516D
(140,81,109)
#7E4963
(126,73,99)
#704159
(112,65,89)
#62394F
(98,57,79)
#543145
(84,49,69)
#46293B
(70,41,59)
#382131
(56,33,49)
#2A1927
(42,25,39)
#1C111D
(28,17,29)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #9A5977

#9A5977
(154,89,119)
#A36883
(163,104,131)
#AC778F
(172,119,143)
#B5869B
(181,134,155)
#BE95A7
(190,149,167)
#C7A4B3
(199,164,179)
#D0B3BF
(208,179,191)
#D9C2CB
(217,194,203)
#E2D1D7
(226,209,215)
#EBE0E3
(235,224,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5977 color. Also use rgb(154,89,119) instead hex code.

Text Font Color

.myTextColor { color: #9A5977; }

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

This text font color is #9A5977.


Background Color

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

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

This div background color is #9A5977.


Border color

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

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

This div border color is #9A5977.


Opacity

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

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

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

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

This text has shadow with #9A5977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5977 on black background.


Color preview on white background

This text has color #9A5977 on white background.



Black color preview on #9A5977 background

This text has black color on #9A5977 background.


White color preview on #9A5977 background

This text has white color on #9A5977 background.