COLOR #9C4D8E

HEX: #9C4D8E
RGB: (156,77,142)

Color info

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

RGB color model

#9C4D8E color RGB value is (156,77,142).

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

RGB channels and saturation

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

156
77
142

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

Portions of RGB colors in percentages

R + G + B =
156 + 77 + 142 = 375 (100%)
R 156 of 375 ~ 41.6%
G 77 of 375 ~ 20.53%
B 142 of 375 ~ 37.87%

%41.6
%20.53
%37.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.64%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(0,51,9,39)
C0M51Y9K39 
(0%,51%,9%,39%)
(0.00/0.51/0.09/0.39)	

CMYK percentages

%0
%50.64
%8.97
%38.82

Codes

Color #9C4D8E in popluar color models

9C4D8E
RGB15677142
HSL311°33.91%45.69%
HSB/HSV311°50.64%61.18%
CMYK0.00%50.64%8.97%
38.82%

Color #9C4D8E in popluar number systems.

HEX9C4D8E
Decimal15677142
Binary10011100100110110001110
Octal234115216

Shades and tints

Shades of #9C4D8E

#9C4D8E
(156,77,142)
#8E4682
(142,70,130)
#803F76
(128,63,118)
#72386A
(114,56,106)
#64315E
(100,49,94)
#562A52
(86,42,82)
#482346
(72,35,70)
#3A1C3A
(58,28,58)
#2C152E
(44,21,46)
#1E0E22
(30,14,34)
#100716
(16,7,22)
#000000
(0,0,0)

Tints of #9C4D8E

#9C4D8E
(156,77,142)
#A55D98
(165,93,152)
#AE6DA2
(174,109,162)
#B77DAC
(183,125,172)
#C08DB6
(192,141,182)
#C99DC0
(201,157,192)
#D2ADCA
(210,173,202)
#DBBDD4
(219,189,212)
#E4CDDE
(228,205,222)
#EDDDE8
(237,221,232)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4D8E; }

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

This text font color is #9C4D8E.


Background Color

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

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

This div background color is #9C4D8E.


Border color

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

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

This div border color is #9C4D8E.


Opacity

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

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

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

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

This text has shadow with #9C4D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4D8E on black background.


Color preview on white background

This text has color #9C4D8E on white background.



Black color preview on #9C4D8E background

This text has black color on #9C4D8E background.


White color preview on #9C4D8E background

This text has white color on #9C4D8E background.