COLOR #9C4D90

HEX: #9C4D90
RGB: (156,77,144)

Color info

#9C4D90 contains mainly red and blue colors. Web safe color of #9C4D90 is #993399 (or #939).

RGB color model

#9C4D90 color RGB value is (156,77,144).

  • red value is 156;
  • green value is 77;
  • blue value is 144.
RGB:
(156,77,144)
(61%,30%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 77 of 255 = 30%
B 144 of 255 = 56%

156
77
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 77 + 144 = 377 (100%)
R 156 of 377 ~ 41.38%
G 77 of 377 ~ 20.42%
B 144 of 377 ~ 38.2%

%41.38
%20.42
%38.2

CMYK color model

#9C4D90 color CMYK value is (0,51,8,39).

  • cyan value is 0.00%
  • magenta value is 50.64%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,51,8,39)
C0M51Y8K39 
(0%,51%,8%,39%)
(0.00/0.51/0.08/0.39)	

CMYK percentages

%0
%50.64
%7.69
%38.82

Codes

Color #9C4D90 in popluar color models

9C4D90
RGB15677144
HSL309°33.91%45.69%
HSB/HSV309°50.64%61.18%
CMYK0.00%50.64%7.69%
38.82%

Color #9C4D90 in popluar number systems.

HEX9C4D90
Decimal15677144
Binary10011100100110110010000
Octal234115220

Shades and tints

Shades of #9C4D90

#9C4D90
(156,77,144)
#8E4683
(142,70,131)
#803F76
(128,63,118)
#723869
(114,56,105)
#64315C
(100,49,92)
#562A4F
(86,42,79)
#482342
(72,35,66)
#3A1C35
(58,28,53)
#2C1528
(44,21,40)
#1E0E1B
(30,14,27)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #9C4D90

#9C4D90
(156,77,144)
#A55D9A
(165,93,154)
#AE6DA4
(174,109,164)
#B77DAE
(183,125,174)
#C08DB8
(192,141,184)
#C99DC2
(201,157,194)
#D2ADCC
(210,173,204)
#DBBDD6
(219,189,214)
#E4CDE0
(228,205,224)
#EDDDEA
(237,221,234)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4D90; }

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

This text font color is #9C4D90.


Background Color

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

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

This div background color is #9C4D90.


Border color

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

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

This div border color is #9C4D90.


Opacity

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

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

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

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

This text has shadow with #9C4D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4D90 on black background.


Color preview on white background

This text has color #9C4D90 on white background.



Black color preview on #9C4D90 background

This text has black color on #9C4D90 background.


White color preview on #9C4D90 background

This text has white color on #9C4D90 background.