COLOR #9C739B

HEX: #9C739B RGB: (156,115,155)

Color info

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

RGB color model

#9C739B color RGB value is (156,115,155).

RGB: (156,115,155) (61%, 45%, 61%)

RGB channels and saturation

R 156 of 255 = 61%
G 115 of 255 = 45%
B 155 of 255 = 61%

156
115
155

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

Portions of RGB colors in percentages

R + G + B = 156 + 115 + 155 = 426 (100%)
R 156 of 426 ~ 36.62%
G 115 of 426 ~ 27%
B 155 of 426 ~ 36.38'%

%36.62
%27
%36.38

CMYK color model

#9C739B color CMYK value is (0,26,1,39).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK: (0,26,1,39) C0M26Y1K39 (0%,26%,1%,39%) (0.00/0.26/0.01/0.39) 

CMYK percentages

%0
%26.28
%0.64
%38.82

Codes

Color #9C739B in popluar color models

9C 73 9B
RGB 156 115 155
HSL 301° 17.15% 53.14%
HSB/HSV 301° 26.28% 61.18%
CMYK 0.00% 26.28% 0.64%
38.82%

Color #9C739B in popluar number systems.

HEX 9C 73 9B
Decimal 156 115 155
Binary 10011100 1110011 10011011
Octal 234 163 233

Shades and tints

Shades of #9C739B

#9C739B
(156,115,155)
#8E698D
(142,105,141)
#805F7F
(128,95,127)
#725571
(114,85,113)
#644B63
(100,75,99)
#564155
(86,65,85)
#483747
(72,55,71)
#3A2D39
(58,45,57)
#2C232B
(44,35,43)
#1E191D
(30,25,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9C739B

#9C739B
(156,115,155)
#A57FA4
(165,127,164)
#AE8BAD
(174,139,173)
#B797B6
(183,151,182)
#C0A3BF
(192,163,191)
#C9AFC8
(201,175,200)
#D2BBD1
(210,187,209)
#DBC7DA
(219,199,218)
#E4D3E3
(228,211,227)
#EDDFEC
(237,223,236)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C739B color. Also use rgb(156,115,155) instead hex code.

Text Font Color

.myTextColor { color: #9C739B; }

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

This text font color is #9C739B.

Background Color

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

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

This div background color is #9C739B.

Border color

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

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

This div border color is #9C739B.

Opacity

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

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

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

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

This text has shadow with #9C739B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C739B.

Preview

Color preview on black background

This text has color #9C739B on black background.


Color preview on white background

This text has color #9C739B on white background.


Black color preview on #9C739B background

This text has black color on #9C739B background.


White color preview on #9C739B background

This text has white color on #9C739B background.


Related colors

Complementary color

Complementary color for #hex is #638C64.


I love getcolorcode.com

Triadic colors

1 #9B9C73 and #739B9C with #9C739B are triadic colors.

2 #9B739C and #739C9B with #9C739B are triadic colors.