COLOR #9C637E

HEX: #9C637E RGB: (156,99,126)

Color info

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

RGB color model

#9C637E color RGB value is (156,99,126).

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

RGB channels and saturation

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

156
99
126

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

Portions of RGB colors in percentages

R + G + B = 156 + 99 + 126 = 381 (100%)
R 156 of 381 ~ 40.94%
G 99 of 381 ~ 25.98%
B 126 of 381 ~ 33.07'%

%40.94
%25.98
%33.07

CMYK color model

#9C637E color CMYK value is (0,37,19,39).

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

CMYK: (0,37,19,39)
C0M37Y19K39 (0%, 37%, 19%, 39%)
(0.00 / 0.37 / 0.19 / 0.39)

CMYK percentages

%0
%36.54
%19.23
%38.82

Codes

Color #9C637E in popluar color models

9C 63 7E
RGB 156 99 126
HSL 332° 22.35% 50.00%
HSB/HSV 332° 36.54% 61.18%
CMYK 0.00% 36.54% 19.23%
38.82%

Color #9C637E in popluar number systems.

HEX 9C 63 7E
Decimal 156 99 126
Binary 10011100 1100011 1111110
Octal 234 143 176

Shades and tints

Shades of #9C637E

#9C637E
(156,99,126)
#8E5A73
(142,90,115)
#805168
(128,81,104)
#72485D
(114,72,93)
#643F52
(100,63,82)
#563647
(86,54,71)
#482D3C
(72,45,60)
#3A2431
(58,36,49)
#2C1B26
(44,27,38)
#1E121B
(30,18,27)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #9C637E

#9C637E
(156,99,126)
#A57189
(165,113,137)
#AE7F94
(174,127,148)
#B78D9F
(183,141,159)
#C09BAA
(192,155,170)
#C9A9B5
(201,169,181)
#D2B7C0
(210,183,192)
#DBC5CB
(219,197,203)
#E4D3D6
(228,211,214)
#EDE1E1
(237,225,225)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C637E; }

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

This text font color is #9C637E.

Background Color

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

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

This div background color is #9C637E.

Border color

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

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

This div border color is #9C637E.

Opacity

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

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

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

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

This text has shadow with #9C637E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C637E.

Preview

Color preview on black background

This text has color #9C637E on black background.


Color preview on white background

This text has color #9C637E on white background.


Black color preview on #9C637E background

This text has black color on #9C637E background.


White color preview on #9C637E background

This text has white color on #9C637E background.


Related colors

Complementary color

Complementary color for #hex is #639C81.


I love getcolorcode.com

Triadic colors

1 #7E9C63 and #637E9C with #9C637E are triadic colors.

2 #7E639C and #639C7E with #9C637E are triadic colors.