COLOR #9C637D

HEX: #9C637D RGB: (156,99,125)

Color info

#9C637D contains red, green and blue colors in about the same proportion. Web safe color of #9C637D is #996666 (or #966).

RGB color model

#9C637D color RGB value is (156,99,125).

RGB: (156,99,125) (61%, 39%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 125 of 255 = 49%

156
99
125

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

Portions of RGB colors in percentages

R + G + B = 156 + 99 + 125 = 380 (100%)
R 156 of 380 ~ 41.05%
G 99 of 380 ~ 26.05%
B 125 of 380 ~ 32.89'%

%41.05
%26.05
%32.89

CMYK color model

#9C637D color CMYK value is (0,37,20,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 19.87%
  • key color value is 38.82%

CMYK: (0,37,20,39)
C0M37Y20K39 (0%, 37%, 20%, 39%)
(0.00 / 0.37 / 0.20 / 0.39)

CMYK percentages

%0
%36.54
%19.87
%38.82

Codes

Color #9C637D in popluar color models

9C 63 7D
RGB 156 99 125
HSL 333° 22.35% 50.00%
HSB/HSV 333° 36.54% 61.18%
CMYK 0.00% 36.54% 19.87%
38.82%

Color #9C637D in popluar number systems.

HEX 9C 63 7D
Decimal 156 99 125
Binary 10011100 1100011 1111101
Octal 234 143 175

Shades and tints

Shades of #9C637D

#9C637D
(156,99,125)
#8E5A72
(142,90,114)
#805167
(128,81,103)
#72485C
(114,72,92)
#643F51
(100,63,81)
#563646
(86,54,70)
#482D3B
(72,45,59)
#3A2430
(58,36,48)
#2C1B25
(44,27,37)
#1E121A
(30,18,26)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #9C637D

#9C637D
(156,99,125)
#A57188
(165,113,136)
#AE7F93
(174,127,147)
#B78D9E
(183,141,158)
#C09BA9
(192,155,169)
#C9A9B4
(201,169,180)
#D2B7BF
(210,183,191)
#DBC5CA
(219,197,202)
#E4D3D5
(228,211,213)
#EDE1E0
(237,225,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C637D color. Also use rgb(156,99,125) instead hex code.

Text Font Color

.myTextColor { color: #9C637D; }

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

This text font color is #9C637D.

Background Color

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

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

This div background color is #9C637D.

Border color

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

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

This div border color is #9C637D.

Opacity

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

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

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

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

This text has shadow with #9C637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C637D.

Preview

Color preview on black background

This text has color #9C637D on black background.


Color preview on white background

This text has color #9C637D on white background.


Black color preview on #9C637D background

This text has black color on #9C637D background.


White color preview on #9C637D background

This text has white color on #9C637D background.


Related colors

Complementary color

Complementary color for #hex is #639C82.


I love getcolorcode.com

Triadic colors

1 #7D9C63 and #637D9C with #9C637D are triadic colors.

2 #7D639C and #639C7D with #9C637D are triadic colors.