COLOR #972E73

HEX: #972E73
RGB: (151,46,115)

Color info

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

RGB color model

#972E73 color RGB value is (151,46,115).

  • red value is 151;
  • green value is 46;
  • blue value is 115.
RGB:
(151,46,115)
(59%,18%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 46 of 255 = 18%
B 115 of 255 = 45%

151
46
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 46 + 115 = 312 (100%)
R 151 of 312 ~ 48.4%
G 46 of 312 ~ 14.74%
B 115 of 312 ~ 36.86%

%48.4
%14.74
%36.86

CMYK color model

#972E73 color CMYK value is (0,70,24,41).

  • cyan value is 0.00%
  • magenta value is 69.54%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,70,24,41)
C0M70Y24K41 
(0%,70%,24%,41%)
(0.00/0.70/0.24/0.41)	

CMYK percentages

%0
%69.54
%23.84
%40.78

Codes

Color #972E73 in popluar color models

972E73
RGB15146115
HSL321°53.30%38.63%
HSB/HSV321°69.54%59.22%
CMYK0.00%69.54%23.84%
40.78%

Color #972E73 in popluar number systems.

HEX972E73
Decimal15146115
Binary100101111011101110011
Octal22756163

Shades and tints

Shades of #972E73

#972E73
(151,46,115)
#8A2A69
(138,42,105)
#7D265F
(125,38,95)
#702255
(112,34,85)
#631E4B
(99,30,75)
#561A41
(86,26,65)
#491637
(73,22,55)
#3C122D
(60,18,45)
#2F0E23
(47,14,35)
#220A19
(34,10,25)
#15060F
(21,6,15)
#000000
(0,0,0)

Tints of #972E73

#972E73
(151,46,115)
#A0417F
(160,65,127)
#A9548B
(169,84,139)
#B26797
(178,103,151)
#BB7AA3
(187,122,163)
#C48DAF
(196,141,175)
#CDA0BB
(205,160,187)
#D6B3C7
(214,179,199)
#DFC6D3
(223,198,211)
#E8D9DF
(232,217,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972E73 color. Also use rgb(151,46,115) instead hex code.

Text Font Color

.myTextColor { color: #972E73; }

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

This text font color is #972E73.


Background Color

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

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

This div background color is #972E73.


Border color

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

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

This div border color is #972E73.


Opacity

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

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

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

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

This text has shadow with #972E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972E73 on black background.


Color preview on white background

This text has color #972E73 on white background.



Black color preview on #972E73 background

This text has black color on #972E73 background.


White color preview on #972E73 background

This text has white color on #972E73 background.