COLOR #9C2E6F

HEX: #9C2E6F
RGB: (156,46,111)

Color info

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

RGB color model

#9C2E6F color RGB value is (156,46,111).

  • red value is 156;
  • green value is 46;
  • blue value is 111.
RGB:
(156,46,111)
(61%,18%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 46 of 255 = 18%
B 111 of 255 = 44%

156
46
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 46 + 111 = 313 (100%)
R 156 of 313 ~ 49.84%
G 46 of 313 ~ 14.7%
B 111 of 313 ~ 35.46%

%49.84
%14.7
%35.46

CMYK color model

#9C2E6F color CMYK value is (0,71,29,39).

  • cyan value is 0.00%
  • magenta value is 70.51%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,71,29,39)
C0M71Y29K39 
(0%,71%,29%,39%)
(0.00/0.71/0.29/0.39)	

CMYK percentages

%0
%70.51
%28.85
%38.82

Codes

Color #9C2E6F in popluar color models

9C2E6F
RGB15646111
HSL325°54.46%39.61%
HSB/HSV325°70.51%61.18%
CMYK0.00%70.51%28.85%
38.82%

Color #9C2E6F in popluar number systems.

HEX9C2E6F
Decimal15646111
Binary100111001011101101111
Octal23456157

Shades and tints

Shades of #9C2E6F

#9C2E6F
(156,46,111)
#8E2A65
(142,42,101)
#80265B
(128,38,91)
#722251
(114,34,81)
#641E47
(100,30,71)
#561A3D
(86,26,61)
#481633
(72,22,51)
#3A1229
(58,18,41)
#2C0E1F
(44,14,31)
#1E0A15
(30,10,21)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #9C2E6F

#9C2E6F
(156,46,111)
#A5417C
(165,65,124)
#AE5489
(174,84,137)
#B76796
(183,103,150)
#C07AA3
(192,122,163)
#C98DB0
(201,141,176)
#D2A0BD
(210,160,189)
#DBB3CA
(219,179,202)
#E4C6D7
(228,198,215)
#EDD9E4
(237,217,228)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C2E6F color. Also use rgb(156,46,111) instead hex code.

Text Font Color

.myTextColor { color: #9C2E6F; }

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

This text font color is #9C2E6F.


Background Color

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

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

This div background color is #9C2E6F.


Border color

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

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

This div border color is #9C2E6F.


Opacity

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

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

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

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

This text has shadow with #9C2E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2E6F on black background.


Color preview on white background

This text has color #9C2E6F on white background.



Black color preview on #9C2E6F background

This text has black color on #9C2E6F background.


White color preview on #9C2E6F background

This text has white color on #9C2E6F background.