COLOR #9C2E70

HEX: #9C2E70
RGB: (156,46,112)

Color info

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

RGB color model

#9C2E70 color RGB value is (156,46,112).

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

RGB channels and saturation

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

156
46
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 46 + 112 = 314 (100%)
R 156 of 314 ~ 49.68%
G 46 of 314 ~ 14.65%
B 112 of 314 ~ 35.67%

%49.68
%14.65
%35.67

CMYK color model

#9C2E70 color CMYK value is (0,71,28,39).

  • cyan value is 0.00%
  • magenta value is 70.51%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,71,28,39)
C0M71Y28K39 
(0%,71%,28%,39%)
(0.00/0.71/0.28/0.39)	

CMYK percentages

%0
%70.51
%28.21
%38.82

Codes

Color #9C2E70 in popluar color models

9C2E70
RGB15646112
HSL324°54.46%39.61%
HSB/HSV324°70.51%61.18%
CMYK0.00%70.51%28.21%
38.82%

Color #9C2E70 in popluar number systems.

HEX9C2E70
Decimal15646112
Binary100111001011101110000
Octal23456160

Shades and tints

Shades of #9C2E70

#9C2E70
(156,46,112)
#8E2A66
(142,42,102)
#80265C
(128,38,92)
#722252
(114,34,82)
#641E48
(100,30,72)
#561A3E
(86,26,62)
#481634
(72,22,52)
#3A122A
(58,18,42)
#2C0E20
(44,14,32)
#1E0A16
(30,10,22)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #9C2E70

#9C2E70
(156,46,112)
#A5417D
(165,65,125)
#AE548A
(174,84,138)
#B76797
(183,103,151)
#C07AA4
(192,122,164)
#C98DB1
(201,141,177)
#D2A0BE
(210,160,190)
#DBB3CB
(219,179,203)
#E4C6D8
(228,198,216)
#EDD9E5
(237,217,229)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C2E70; }

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

This text font color is #9C2E70.


Background Color

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

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

This div background color is #9C2E70.


Border color

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

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

This div border color is #9C2E70.


Opacity

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

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

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

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

This text has shadow with #9C2E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2E70 on black background.


Color preview on white background

This text has color #9C2E70 on white background.



Black color preview on #9C2E70 background

This text has black color on #9C2E70 background.


White color preview on #9C2E70 background

This text has white color on #9C2E70 background.