COLOR #9C5A7E

HEX: #9C5A7E
RGB: (156,90,126)

Color info

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

RGB color model

#9C5A7E color RGB value is (156,90,126).

  • red value is 156;
  • green value is 90;
  • blue value is 126.
RGB:
(156,90,126)
(61%,35%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 90 of 255 = 35%
B 126 of 255 = 49%

156
90
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 90 + 126 = 372 (100%)
R 156 of 372 ~ 41.94%
G 90 of 372 ~ 24.19%
B 126 of 372 ~ 33.87%

%41.94
%24.19
%33.87

CMYK color model

#9C5A7E color CMYK value is (0,42,19,39).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 19.23%
  • key color value is 38.82%
CMYK:
(0,42,19,39)
C0M42Y19K39 
(0%,42%,19%,39%)
(0.00/0.42/0.19/0.39)	

CMYK percentages

%0
%42.31
%19.23
%38.82

Codes

Color #9C5A7E in popluar color models

9C5A7E
RGB15690126
HSL327°26.83%48.24%
HSB/HSV327°42.31%61.18%
CMYK0.00%42.31%19.23%
38.82%

Color #9C5A7E in popluar number systems.

HEX9C5A7E
Decimal15690126
Binary1001110010110101111110
Octal234132176

Shades and tints

Shades of #9C5A7E

#9C5A7E
(156,90,126)
#8E5273
(142,82,115)
#804A68
(128,74,104)
#72425D
(114,66,93)
#643A52
(100,58,82)
#563247
(86,50,71)
#482A3C
(72,42,60)
#3A2231
(58,34,49)
#2C1A26
(44,26,38)
#1E121B
(30,18,27)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #9C5A7E

#9C5A7E
(156,90,126)
#A56989
(165,105,137)
#AE7894
(174,120,148)
#B7879F
(183,135,159)
#C096AA
(192,150,170)
#C9A5B5
(201,165,181)
#D2B4C0
(210,180,192)
#DBC3CB
(219,195,203)
#E4D2D6
(228,210,214)
#EDE1E1
(237,225,225)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5A7E; }

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

This text font color is #9C5A7E.


Background Color

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

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

This div background color is #9C5A7E.


Border color

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

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

This div border color is #9C5A7E.


Opacity

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

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

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

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

This text has shadow with #9C5A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5A7E on black background.


Color preview on white background

This text has color #9C5A7E on white background.



Black color preview on #9C5A7E background

This text has black color on #9C5A7E background.


White color preview on #9C5A7E background

This text has white color on #9C5A7E background.