COLOR #9C7183

HEX: #9C7183
RGB: (156,113,131)

Color info

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

RGB color model

#9C7183 color RGB value is (156,113,131).

  • red value is 156;
  • green value is 113;
  • blue value is 131.
RGB:
(156,113,131)
(61%,44%,51%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 131 of 255 = 51%

156
113
131

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

Portions of RGB colors in percentages

R + G + B =
156 + 113 + 131 = 400 (100%)
R 156 of 400 ~ 39%
G 113 of 400 ~ 28.25%
B 131 of 400 ~ 32.75%

%39
%28.25
%32.75

CMYK color model

#9C7183 color CMYK value is (0,28,16,39).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 16.03%
  • key color value is 38.82%
CMYK:
(0,28,16,39)
C0M28Y16K39 
(0%,28%,16%,39%)
(0.00/0.28/0.16/0.39)	

CMYK percentages

%0
%27.56
%16.03
%38.82

Codes

Color #9C7183 in popluar color models

9C7183
RGB156113131
HSL335°17.84%52.75%
HSB/HSV335°27.56%61.18%
CMYK0.00%27.56%16.03%
38.82%

Color #9C7183 in popluar number systems.

HEX9C7183
Decimal156113131
Binary10011100111000110000011
Octal234161203

Shades and tints

Shades of #9C7183

#9C7183
(156,113,131)
#8E6778
(142,103,120)
#805D6D
(128,93,109)
#725362
(114,83,98)
#644957
(100,73,87)
#563F4C
(86,63,76)
#483541
(72,53,65)
#3A2B36
(58,43,54)
#2C212B
(44,33,43)
#1E1720
(30,23,32)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #9C7183

#9C7183
(156,113,131)
#A57D8E
(165,125,142)
#AE8999
(174,137,153)
#B795A4
(183,149,164)
#C0A1AF
(192,161,175)
#C9ADBA
(201,173,186)
#D2B9C5
(210,185,197)
#DBC5D0
(219,197,208)
#E4D1DB
(228,209,219)
#EDDDE6
(237,221,230)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7183 color. Also use rgb(156,113,131) instead hex code.

Text Font Color

.myTextColor { color: #9C7183; }

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

This text font color is #9C7183.


Background Color

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

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

This div background color is #9C7183.


Border color

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

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

This div border color is #9C7183.


Opacity

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

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

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

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

This text has shadow with #9C7183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7183 on black background.


Color preview on white background

This text has color #9C7183 on white background.



Black color preview on #9C7183 background

This text has black color on #9C7183 background.


White color preview on #9C7183 background

This text has white color on #9C7183 background.