COLOR #9C5D82

HEX: #9C5D82
RGB: (156,93,130)

Color info

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

RGB color model

#9C5D82 color RGB value is (156,93,130).

  • red value is 156;
  • green value is 93;
  • blue value is 130.
RGB:
(156,93,130)
(61%,36%,51%)

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 130 of 255 = 51%

156
93
130

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 130 = 379 (100%)
R 156 of 379 ~ 41.16%
G 93 of 379 ~ 24.54%
B 130 of 379 ~ 34.3%

%41.16
%24.54
%34.3

CMYK color model

#9C5D82 color CMYK value is (0,40,17,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 16.67%
  • key color value is 38.82%
CMYK:
(0,40,17,39)
C0M40Y17K39 
(0%,40%,17%,39%)
(0.00/0.40/0.17/0.39)	

CMYK percentages

%0
%40.38
%16.67
%38.82

Codes

Color #9C5D82 in popluar color models

9C5D82
RGB15693130
HSL325°25.30%48.82%
HSB/HSV325°40.38%61.18%
CMYK0.00%40.38%16.67%
38.82%

Color #9C5D82 in popluar number systems.

HEX9C5D82
Decimal15693130
Binary10011100101110110000010
Octal234135202

Shades and tints

Shades of #9C5D82

#9C5D82
(156,93,130)
#8E5577
(142,85,119)
#804D6C
(128,77,108)
#724561
(114,69,97)
#643D56
(100,61,86)
#56354B
(86,53,75)
#482D40
(72,45,64)
#3A2535
(58,37,53)
#2C1D2A
(44,29,42)
#1E151F
(30,21,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #9C5D82

#9C5D82
(156,93,130)
#A56B8D
(165,107,141)
#AE7998
(174,121,152)
#B787A3
(183,135,163)
#C095AE
(192,149,174)
#C9A3B9
(201,163,185)
#D2B1C4
(210,177,196)
#DBBFCF
(219,191,207)
#E4CDDA
(228,205,218)
#EDDBE5
(237,219,229)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5D82 color. Also use rgb(156,93,130) instead hex code.

Text Font Color

.myTextColor { color: #9C5D82; }

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

This text font color is #9C5D82.


Background Color

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

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

This div background color is #9C5D82.


Border color

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

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

This div border color is #9C5D82.


Opacity

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

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

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

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

This text has shadow with #9C5D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D82 on black background.


Color preview on white background

This text has color #9C5D82 on white background.



Black color preview on #9C5D82 background

This text has black color on #9C5D82 background.


White color preview on #9C5D82 background

This text has white color on #9C5D82 background.