COLOR #972C71

HEX: #972C71
RGB: (151,44,113)

Color info

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

RGB color model

#972C71 color RGB value is (151,44,113).

  • red value is 151;
  • green value is 44;
  • blue value is 113.
RGB:
(151,44,113)
(59%,17%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 44 of 255 = 17%
B 113 of 255 = 44%

151
44
113

R + G + B ~ 40%. #972C71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 44 + 113 = 308 (100%)
R 151 of 308 ~ 49.03%
G 44 of 308 ~ 14.29%
B 113 of 308 ~ 36.69%

%49.03
%14.29
%36.69

CMYK color model

#972C71 color CMYK value is (0,71,25,41).

  • cyan value is 0.00%
  • magenta value is 70.86%
  • yellow value is 25.17%
  • key color value is 40.78%
CMYK:
(0,71,25,41)
C0M71Y25K41 
(0%,71%,25%,41%)
(0.00/0.71/0.25/0.41)	

CMYK percentages

%0
%70.86
%25.17
%40.78

Codes

Color #972C71 in popluar color models

972C71
RGB15144113
HSL321°54.87%38.24%
HSB/HSV321°70.86%59.22%
CMYK0.00%70.86%25.17%
40.78%

Color #972C71 in popluar number systems.

HEX972C71
Decimal15144113
Binary100101111011001110001
Octal22754161

Shades and tints

Shades of #972C71

#972C71
(151,44,113)
#8A2867
(138,40,103)
#7D245D
(125,36,93)
#702053
(112,32,83)
#631C49
(99,28,73)
#56183F
(86,24,63)
#491435
(73,20,53)
#3C102B
(60,16,43)
#2F0C21
(47,12,33)
#220817
(34,8,23)
#15040D
(21,4,13)
#000000
(0,0,0)

Tints of #972C71

#972C71
(151,44,113)
#A03F7D
(160,63,125)
#A95289
(169,82,137)
#B26595
(178,101,149)
#BB78A1
(187,120,161)
#C48BAD
(196,139,173)
#CD9EB9
(205,158,185)
#D6B1C5
(214,177,197)
#DFC4D1
(223,196,209)
#E8D7DD
(232,215,221)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972C71 color. Also use rgb(151,44,113) instead hex code.

Text Font Color

.myTextColor { color: #972C71; }

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

This text font color is #972C71.


Background Color

.myBgColor { background-color: #972C71; }

<div style="background-color:#972C71">Inner text</div>

This div background color is #972C71.


Border color

.myBorderColor { border: 1px solid #972C71; }

<div style="border:3px solid #972C71">Div</div>

This div border color is #972C71.


Opacity

.myOpacity80 { color: #972C71; opacity: 0.8; }

<p style="color:#972C71;opacity:0.8;">80%</p>

Text with #972C71 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 #972C71;}

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

This text has shadow with #972C71 color.

.textShadow {text-shadow: 3px 3px 1px #972C71, 3px 3px 1px red;}

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

This text has shadow with #972C71 primary color and red secondary color.


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

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

This text has shadow with #972C71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972C71 on black background.


Color preview on white background

This text has color #972C71 on white background.



Black color preview on #972C71 background

This text has black color on #972C71 background.


White color preview on #972C71 background

This text has white color on #972C71 background.