COLOR #9C5D9C

HEX: #9C5D9C
RGB: (156,93,156)

Color info

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

RGB color model

#9C5D9C color RGB value is (156,93,156).

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

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 156 of 255 = 61%

156
93
156

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 156 = 405 (100%)
R 156 of 405 ~ 38.52%
G 93 of 405 ~ 22.96%
B 156 of 405 ~ 38.52%

%38.52
%22.96
%38.52

CMYK color model

#9C5D9C color CMYK value is (0,40,0,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(0,40,0,39)
C0M40Y0K39 
(0%,40%,0%,39%)
(0.00/0.40/0.00/0.39)	

CMYK percentages

%0
%40.38
%0
%38.82

Codes

Color #9C5D9C in popluar color models

9C5D9C
RGB15693156
HSL300°25.30%48.82%
HSB/HSV300°40.38%61.18%
CMYK0.00%40.38%0.00%
38.82%

Color #9C5D9C in popluar number systems.

HEX9C5D9C
Decimal15693156
Binary10011100101110110011100
Octal234135234

Shades and tints

Shades of #9C5D9C

#9C5D9C
(156,93,156)
#8E558E
(142,85,142)
#804D80
(128,77,128)
#724572
(114,69,114)
#643D64
(100,61,100)
#563556
(86,53,86)
#482D48
(72,45,72)
#3A253A
(58,37,58)
#2C1D2C
(44,29,44)
#1E151E
(30,21,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #9C5D9C

#9C5D9C
(156,93,156)
#A56BA5
(165,107,165)
#AE79AE
(174,121,174)
#B787B7
(183,135,183)
#C095C0
(192,149,192)
#C9A3C9
(201,163,201)
#D2B1D2
(210,177,210)
#DBBFDB
(219,191,219)
#E4CDE4
(228,205,228)
#EDDBED
(237,219,237)
#F6E9F6
(246,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5D9C; }

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

This text font color is #9C5D9C.


Background Color

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

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

This div background color is #9C5D9C.


Border color

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

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

This div border color is #9C5D9C.


Opacity

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

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

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

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

This text has shadow with #9C5D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D9C on black background.


Color preview on white background

This text has color #9C5D9C on white background.



Black color preview on #9C5D9C background

This text has black color on #9C5D9C background.


White color preview on #9C5D9C background

This text has white color on #9C5D9C background.