COLOR #9C4C7D

HEX: #9C4C7D
RGB: (156,76,125)

Color info

#9C4C7D contains mainly red and blue colors. Web safe color of #9C4C7D is #993366 (or #936).

RGB color model

#9C4C7D color RGB value is (156,76,125).

  • red value is 156;
  • green value is 76;
  • blue value is 125.
RGB:
(156,76,125)
(61%,30%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 76 of 255 = 30%
B 125 of 255 = 49%

156
76
125

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

Portions of RGB colors in percentages

R + G + B =
156 + 76 + 125 = 357 (100%)
R 156 of 357 ~ 43.7%
G 76 of 357 ~ 21.29%
B 125 of 357 ~ 35.01%

%43.7
%21.29
%35.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 19.87%
  • key color value is 38.82%
CMYK:
(0,51,20,39)
C0M51Y20K39 
(0%,51%,20%,39%)
(0.00/0.51/0.20/0.39)	

CMYK percentages

%0
%51.28
%19.87
%38.82

Codes

Color #9C4C7D in popluar color models

9C4C7D
RGB15676125
HSL323°34.48%45.49%
HSB/HSV323°51.28%61.18%
CMYK0.00%51.28%19.87%
38.82%

Color #9C4C7D in popluar number systems.

HEX9C4C7D
Decimal15676125
Binary1001110010011001111101
Octal234114175

Shades and tints

Shades of #9C4C7D

#9C4C7D
(156,76,125)
#8E4672
(142,70,114)
#804067
(128,64,103)
#723A5C
(114,58,92)
#643451
(100,52,81)
#562E46
(86,46,70)
#48283B
(72,40,59)
#3A2230
(58,34,48)
#2C1C25
(44,28,37)
#1E161A
(30,22,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #9C4C7D

#9C4C7D
(156,76,125)
#A55C88
(165,92,136)
#AE6C93
(174,108,147)
#B77C9E
(183,124,158)
#C08CA9
(192,140,169)
#C99CB4
(201,156,180)
#D2ACBF
(210,172,191)
#DBBCCA
(219,188,202)
#E4CCD5
(228,204,213)
#EDDCE0
(237,220,224)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4C7D; }

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

This text font color is #9C4C7D.


Background Color

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

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

This div background color is #9C4C7D.


Border color

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

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

This div border color is #9C4C7D.


Opacity

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

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

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

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

This text has shadow with #9C4C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4C7D on black background.


Color preview on white background

This text has color #9C4C7D on white background.



Black color preview on #9C4C7D background

This text has black color on #9C4C7D background.


White color preview on #9C4C7D background

This text has white color on #9C4C7D background.