COLOR #9C7488

HEX: #9C7488 RGB: (156,116,136)

Color info

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

RGB color model

#9C7488 color RGB value is (156,116,136).

RGB: (156,116,136) (61%, 45%, 53%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 136 of 255 = 53%

156
116
136

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

Portions of RGB colors in percentages

R + G + B = 156 + 116 + 136 = 408 (100%)
R 156 of 408 ~ 38.24%
G 116 of 408 ~ 28.43%
B 136 of 408 ~ 33.33'%

%38.24
%28.43
%33.33

CMYK color model

#9C7488 color CMYK value is (0,26,13,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 12.82%
  • key color value is 38.82%

CMYK: (0,26,13,39)
C0M26Y13K39 (0%, 26%, 13%, 39%)
(0.00 / 0.26 / 0.13 / 0.39)

CMYK percentages

%0
%25.64
%12.82
%38.82

Codes

Color #9C7488 in popluar color models

9C 74 88
RGB 156 116 136
HSL 330° 16.81% 53.33%
HSB/HSV 330° 25.64% 61.18%
CMYK 0.00% 25.64% 12.82%
38.82%

Color #9C7488 in popluar number systems.

HEX 9C 74 88
Decimal 156 116 136
Binary 10011100 1110100 10001000
Octal 234 164 210

Shades and tints

Shades of #9C7488

#9C7488
(156,116,136)
#8E6A7C
(142,106,124)
#806070
(128,96,112)
#725664
(114,86,100)
#644C58
(100,76,88)
#56424C
(86,66,76)
#483840
(72,56,64)
#3A2E34
(58,46,52)
#2C2428
(44,36,40)
#1E1A1C
(30,26,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #9C7488

#9C7488
(156,116,136)
#A58092
(165,128,146)
#AE8C9C
(174,140,156)
#B798A6
(183,152,166)
#C0A4B0
(192,164,176)
#C9B0BA
(201,176,186)
#D2BCC4
(210,188,196)
#DBC8CE
(219,200,206)
#E4D4D8
(228,212,216)
#EDE0E2
(237,224,226)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7488 color. Also use rgb(156,116,136) instead hex code.

Text Font Color

.myTextColor { color: #9C7488; }

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

This text font color is #9C7488.

Background Color

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

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

This div background color is #9C7488.

Border color

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

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

This div border color is #9C7488.

Opacity

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

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

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

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

This text has shadow with #9C7488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7488.

Preview

Color preview on black background

This text has color #9C7488 on black background.


Color preview on white background

This text has color #9C7488 on white background.


Black color preview on #9C7488 background

This text has black color on #9C7488 background.


White color preview on #9C7488 background

This text has white color on #9C7488 background.


Related colors

Complementary color

Complementary color for #hex is #638B77.


I love getcolorcode.com

Triadic colors

1 #889C74 and #74889C with #9C7488 are triadic colors.

2 #88749C and #749C88 with #9C7488 are triadic colors.