COLOR #9C5175

HEX: #9C5175
RGB: (156,81,117)

Color info

#9C5175 contains mainly red and blue colors. Web safe color of #9C5175 is #996666 (or #966).

RGB color model

#9C5175 color RGB value is (156,81,117).

  • red value is 156;
  • green value is 81;
  • blue value is 117.
RGB:
(156,81,117)
(61%,32%,46%)

RGB channels and saturation

R 156 of 255 = 61%
G 81 of 255 = 32%
B 117 of 255 = 46%

156
81
117

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

Portions of RGB colors in percentages

R + G + B =
156 + 81 + 117 = 354 (100%)
R 156 of 354 ~ 44.07%
G 81 of 354 ~ 22.88%
B 117 of 354 ~ 33.05%

%44.07
%22.88
%33.05

CMYK color model

#9C5175 color CMYK value is (0,48,25,39).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 25.00%
  • key color value is 38.82%
CMYK:
(0,48,25,39)
C0M48Y25K39 
(0%,48%,25%,39%)
(0.00/0.48/0.25/0.39)	

CMYK percentages

%0
%48.08
%25
%38.82

Codes

Color #9C5175 in popluar color models

9C5175
RGB15681117
HSL331°31.65%46.47%
HSB/HSV331°48.08%61.18%
CMYK0.00%48.08%25.00%
38.82%

Color #9C5175 in popluar number systems.

HEX9C5175
Decimal15681117
Binary1001110010100011110101
Octal234121165

Shades and tints

Shades of #9C5175

#9C5175
(156,81,117)
#8E4A6B
(142,74,107)
#804361
(128,67,97)
#723C57
(114,60,87)
#64354D
(100,53,77)
#562E43
(86,46,67)
#482739
(72,39,57)
#3A202F
(58,32,47)
#2C1925
(44,25,37)
#1E121B
(30,18,27)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #9C5175

#9C5175
(156,81,117)
#A56081
(165,96,129)
#AE6F8D
(174,111,141)
#B77E99
(183,126,153)
#C08DA5
(192,141,165)
#C99CB1
(201,156,177)
#D2ABBD
(210,171,189)
#DBBAC9
(219,186,201)
#E4C9D5
(228,201,213)
#EDD8E1
(237,216,225)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5175 color. Also use rgb(156,81,117) instead hex code.

Text Font Color

.myTextColor { color: #9C5175; }

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

This text font color is #9C5175.


Background Color

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

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

This div background color is #9C5175.


Border color

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

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

This div border color is #9C5175.


Opacity

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

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

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

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

This text has shadow with #9C5175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5175 on black background.


Color preview on white background

This text has color #9C5175 on white background.



Black color preview on #9C5175 background

This text has black color on #9C5175 background.


White color preview on #9C5175 background

This text has white color on #9C5175 background.