COLOR #9C5380

HEX: #9C5380
RGB: (156,83,128)

Color info

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

RGB color model

#9C5380 color RGB value is (156,83,128).

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

RGB channels and saturation

R 156 of 255 = 61%
G 83 of 255 = 33%
B 128 of 255 = 50%

156
83
128

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

Portions of RGB colors in percentages

R + G + B =
156 + 83 + 128 = 367 (100%)
R 156 of 367 ~ 42.51%
G 83 of 367 ~ 22.62%
B 128 of 367 ~ 34.88%

%42.51
%22.62
%34.88

CMYK color model

#9C5380 color CMYK value is (0,47,18,39).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 17.95%
  • key color value is 38.82%
CMYK:
(0,47,18,39)
C0M47Y18K39 
(0%,47%,18%,39%)
(0.00/0.47/0.18/0.39)	

CMYK percentages

%0
%46.79
%17.95
%38.82

Codes

Color #9C5380 in popluar color models

9C5380
RGB15683128
HSL323°30.54%46.86%
HSB/HSV323°46.79%61.18%
CMYK0.00%46.79%17.95%
38.82%

Color #9C5380 in popluar number systems.

HEX9C5380
Decimal15683128
Binary10011100101001110000000
Octal234123200

Shades and tints

Shades of #9C5380

#9C5380
(156,83,128)
#8E4C75
(142,76,117)
#80456A
(128,69,106)
#723E5F
(114,62,95)
#643754
(100,55,84)
#563049
(86,48,73)
#48293E
(72,41,62)
#3A2233
(58,34,51)
#2C1B28
(44,27,40)
#1E141D
(30,20,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #9C5380

#9C5380
(156,83,128)
#A5628B
(165,98,139)
#AE7196
(174,113,150)
#B780A1
(183,128,161)
#C08FAC
(192,143,172)
#C99EB7
(201,158,183)
#D2ADC2
(210,173,194)
#DBBCCD
(219,188,205)
#E4CBD8
(228,203,216)
#EDDAE3
(237,218,227)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5380; }

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

This text font color is #9C5380.


Background Color

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

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

This div background color is #9C5380.


Border color

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

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

This div border color is #9C5380.


Opacity

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

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

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

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

This text has shadow with #9C5380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5380 on black background.


Color preview on white background

This text has color #9C5380 on white background.



Black color preview on #9C5380 background

This text has black color on #9C5380 background.


White color preview on #9C5380 background

This text has white color on #9C5380 background.