COLOR #9C327D

HEX: #9C327D
RGB: (156,50,125)

Color info

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

RGB color model

#9C327D color RGB value is (156,50,125).

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

RGB channels and saturation

R 156 of 255 = 61%
G 50 of 255 = 20%
B 125 of 255 = 49%

156
50
125

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

Portions of RGB colors in percentages

R + G + B =
156 + 50 + 125 = 331 (100%)
R 156 of 331 ~ 47.13%
G 50 of 331 ~ 15.11%
B 125 of 331 ~ 37.76%

%47.13
%15.11
%37.76

CMYK color model

#9C327D color CMYK value is (0,68,20,39).

  • cyan value is 0.00%
  • magenta value is 67.95%
  • yellow value is 19.87%
  • key color value is 38.82%
CMYK:
(0,68,20,39)
C0M68Y20K39 
(0%,68%,20%,39%)
(0.00/0.68/0.20/0.39)	

CMYK percentages

%0
%67.95
%19.87
%38.82

Codes

Color #9C327D in popluar color models

9C327D
RGB15650125
HSL318°51.46%40.39%
HSB/HSV318°67.95%61.18%
CMYK0.00%67.95%19.87%
38.82%

Color #9C327D in popluar number systems.

HEX9C327D
Decimal15650125
Binary100111001100101111101
Octal23462175

Shades and tints

Shades of #9C327D

#9C327D
(156,50,125)
#8E2E72
(142,46,114)
#802A67
(128,42,103)
#72265C
(114,38,92)
#642251
(100,34,81)
#561E46
(86,30,70)
#481A3B
(72,26,59)
#3A1630
(58,22,48)
#2C1225
(44,18,37)
#1E0E1A
(30,14,26)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #9C327D

#9C327D
(156,50,125)
#A54488
(165,68,136)
#AE5693
(174,86,147)
#B7689E
(183,104,158)
#C07AA9
(192,122,169)
#C98CB4
(201,140,180)
#D29EBF
(210,158,191)
#DBB0CA
(219,176,202)
#E4C2D5
(228,194,213)
#EDD4E0
(237,212,224)
#F6E6EB
(246,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C327D; }

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

This text font color is #9C327D.


Background Color

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

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

This div background color is #9C327D.


Border color

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

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

This div border color is #9C327D.


Opacity

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

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

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

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

This text has shadow with #9C327D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C327D on black background.


Color preview on white background

This text has color #9C327D on white background.



Black color preview on #9C327D background

This text has black color on #9C327D background.


White color preview on #9C327D background

This text has white color on #9C327D background.