COLOR #9C5B8D

HEX: #9C5B8D
RGB: (156,91,141)

Color info

#9C5B8D contains mainly red and blue colors. Web safe color of #9C5B8D is #996699 (or #969).

RGB color model

#9C5B8D color RGB value is (156,91,141).

  • red value is 156;
  • green value is 91;
  • blue value is 141.
RGB:
(156,91,141)
(61%,36%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 91 of 255 = 36%
B 141 of 255 = 55%

156
91
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 91 + 141 = 388 (100%)
R 156 of 388 ~ 40.21%
G 91 of 388 ~ 23.45%
B 141 of 388 ~ 36.34%

%40.21
%23.45
%36.34

CMYK color model

#9C5B8D color CMYK value is (0,42,10,39).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(0,42,10,39)
C0M42Y10K39 
(0%,42%,10%,39%)
(0.00/0.42/0.10/0.39)	

CMYK percentages

%0
%41.67
%9.62
%38.82

Codes

Color #9C5B8D in popluar color models

9C5B8D
RGB15691141
HSL314°26.32%48.43%
HSB/HSV314°41.67%61.18%
CMYK0.00%41.67%9.62%
38.82%

Color #9C5B8D in popluar number systems.

HEX9C5B8D
Decimal15691141
Binary10011100101101110001101
Octal234133215

Shades and tints

Shades of #9C5B8D

#9C5B8D
(156,91,141)
#8E5381
(142,83,129)
#804B75
(128,75,117)
#724369
(114,67,105)
#643B5D
(100,59,93)
#563351
(86,51,81)
#482B45
(72,43,69)
#3A2339
(58,35,57)
#2C1B2D
(44,27,45)
#1E1321
(30,19,33)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #9C5B8D

#9C5B8D
(156,91,141)
#A56997
(165,105,151)
#AE77A1
(174,119,161)
#B785AB
(183,133,171)
#C093B5
(192,147,181)
#C9A1BF
(201,161,191)
#D2AFC9
(210,175,201)
#DBBDD3
(219,189,211)
#E4CBDD
(228,203,221)
#EDD9E7
(237,217,231)
#F6E7F1
(246,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5B8D color. Also use rgb(156,91,141) instead hex code.

Text Font Color

.myTextColor { color: #9C5B8D; }

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

This text font color is #9C5B8D.


Background Color

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

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

This div background color is #9C5B8D.


Border color

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

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

This div border color is #9C5B8D.


Opacity

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

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

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

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

This text has shadow with #9C5B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5B8D on black background.


Color preview on white background

This text has color #9C5B8D on white background.



Black color preview on #9C5B8D background

This text has black color on #9C5B8D background.


White color preview on #9C5B8D background

This text has white color on #9C5B8D background.