COLOR #9C538C

HEX: #9C538C
RGB: (156,83,140)

Color info

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

RGB color model

#9C538C color RGB value is (156,83,140).

  • red value is 156;
  • green value is 83;
  • blue value is 140.
RGB:
(156,83,140)
(61%,33%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 83 of 255 = 33%
B 140 of 255 = 55%

156
83
140

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

Portions of RGB colors in percentages

R + G + B =
156 + 83 + 140 = 379 (100%)
R 156 of 379 ~ 41.16%
G 83 of 379 ~ 21.9%
B 140 of 379 ~ 36.94%

%41.16
%21.9
%36.94

CMYK color model

#9C538C color CMYK value is (0,47,10,39).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 10.26%
  • key color value is 38.82%
CMYK:
(0,47,10,39)
C0M47Y10K39 
(0%,47%,10%,39%)
(0.00/0.47/0.10/0.39)	

CMYK percentages

%0
%46.79
%10.26
%38.82

Codes

Color #9C538C in popluar color models

9C538C
RGB15683140
HSL313°30.54%46.86%
HSB/HSV313°46.79%61.18%
CMYK0.00%46.79%10.26%
38.82%

Color #9C538C in popluar number systems.

HEX9C538C
Decimal15683140
Binary10011100101001110001100
Octal234123214

Shades and tints

Shades of #9C538C

#9C538C
(156,83,140)
#8E4C80
(142,76,128)
#804574
(128,69,116)
#723E68
(114,62,104)
#64375C
(100,55,92)
#563050
(86,48,80)
#482944
(72,41,68)
#3A2238
(58,34,56)
#2C1B2C
(44,27,44)
#1E1420
(30,20,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #9C538C

#9C538C
(156,83,140)
#A56296
(165,98,150)
#AE71A0
(174,113,160)
#B780AA
(183,128,170)
#C08FB4
(192,143,180)
#C99EBE
(201,158,190)
#D2ADC8
(210,173,200)
#DBBCD2
(219,188,210)
#E4CBDC
(228,203,220)
#EDDAE6
(237,218,230)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C538C; }

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

This text font color is #9C538C.


Background Color

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

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

This div background color is #9C538C.


Border color

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

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

This div border color is #9C538C.


Opacity

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

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

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

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

This text has shadow with #9C538C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C538C on black background.


Color preview on white background

This text has color #9C538C on white background.



Black color preview on #9C538C background

This text has black color on #9C538C background.


White color preview on #9C538C background

This text has white color on #9C538C background.