COLOR #9C5687

HEX: #9C5687
RGB: (156,86,135)

Color info

#9C5687 contains mainly red and blue colors. Web safe color of #9C5687 is #996699 (or #969).

RGB color model

#9C5687 color RGB value is (156,86,135).

  • red value is 156;
  • green value is 86;
  • blue value is 135.
RGB:
(156,86,135)
(61%,34%,53%)

RGB channels and saturation

R 156 of 255 = 61%
G 86 of 255 = 34%
B 135 of 255 = 53%

156
86
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 86 + 135 = 377 (100%)
R 156 of 377 ~ 41.38%
G 86 of 377 ~ 22.81%
B 135 of 377 ~ 35.81%

%41.38
%22.81
%35.81

CMYK color model

#9C5687 color CMYK value is (0,45,13,39).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,45,13,39)
C0M45Y13K39 
(0%,45%,13%,39%)
(0.00/0.45/0.13/0.39)	

CMYK percentages

%0
%44.87
%13.46
%38.82

Codes

Color #9C5687 in popluar color models

9C5687
RGB15686135
HSL318°28.93%47.45%
HSB/HSV318°44.87%61.18%
CMYK0.00%44.87%13.46%
38.82%

Color #9C5687 in popluar number systems.

HEX9C5687
Decimal15686135
Binary10011100101011010000111
Octal234126207

Shades and tints

Shades of #9C5687

#9C5687
(156,86,135)
#8E4F7B
(142,79,123)
#80486F
(128,72,111)
#724163
(114,65,99)
#643A57
(100,58,87)
#56334B
(86,51,75)
#482C3F
(72,44,63)
#3A2533
(58,37,51)
#2C1E27
(44,30,39)
#1E171B
(30,23,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #9C5687

#9C5687
(156,86,135)
#A56591
(165,101,145)
#AE749B
(174,116,155)
#B783A5
(183,131,165)
#C092AF
(192,146,175)
#C9A1B9
(201,161,185)
#D2B0C3
(210,176,195)
#DBBFCD
(219,191,205)
#E4CED7
(228,206,215)
#EDDDE1
(237,221,225)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5687 color. Also use rgb(156,86,135) instead hex code.

Text Font Color

.myTextColor { color: #9C5687; }

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

This text font color is #9C5687.


Background Color

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

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

This div background color is #9C5687.


Border color

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

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

This div border color is #9C5687.


Opacity

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

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

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

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

This text has shadow with #9C5687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5687 on black background.


Color preview on white background

This text has color #9C5687 on white background.



Black color preview on #9C5687 background

This text has black color on #9C5687 background.


White color preview on #9C5687 background

This text has white color on #9C5687 background.