COLOR #972A99

HEX: #972A99
RGB: (151,42,153)

Color info

#972A99 contains mainly red and blue colors. Web safe color of #972A99 is #993399 (or #939).

RGB color model

#972A99 color RGB value is (151,42,153).

  • red value is 151;
  • green value is 42;
  • blue value is 153.
RGB:
(151,42,153)
(59%,16%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 42 of 255 = 16%
B 153 of 255 = 60%

151
42
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 42 + 153 = 346 (100%)
R 151 of 346 ~ 43.64%
G 42 of 346 ~ 12.14%
B 153 of 346 ~ 44.22%

%43.64
%12.14
%44.22

CMYK color model

#972A99 color CMYK value is (1,73,0,40).

  • cyan value is 1.31%
  • magenta value is 72.55%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,73,0,40)
C1M73Y0K40 
(1%,73%,0%,40%)
(0.01/0.73/0.00/0.40)	

CMYK percentages

%1.31
%72.55
%0
%40

Codes

Color #972A99 in popluar color models

972A99
RGB15142153
HSL299°56.92%38.24%
HSB/HSV299°72.55%60.00%
CMYK1.31%72.55%0.00%
40.00%

Color #972A99 in popluar number systems.

HEX972A99
Decimal15142153
Binary1001011110101010011001
Octal22752231

Shades and tints

Shades of #972A99

#972A99
(151,42,153)
#8A278C
(138,39,140)
#7D247F
(125,36,127)
#702172
(112,33,114)
#631E65
(99,30,101)
#561B58
(86,27,88)
#49184B
(73,24,75)
#3C153E
(60,21,62)
#2F1231
(47,18,49)
#220F24
(34,15,36)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #972A99

#972A99
(151,42,153)
#A03DA2
(160,61,162)
#A950AB
(169,80,171)
#B263B4
(178,99,180)
#BB76BD
(187,118,189)
#C489C6
(196,137,198)
#CD9CCF
(205,156,207)
#D6AFD8
(214,175,216)
#DFC2E1
(223,194,225)
#E8D5EA
(232,213,234)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972A99 color. Also use rgb(151,42,153) instead hex code.

Text Font Color

.myTextColor { color: #972A99; }

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

This text font color is #972A99.


Background Color

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

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

This div background color is #972A99.


Border color

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

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

This div border color is #972A99.


Opacity

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

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

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

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

This text has shadow with #972A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972A99 on black background.


Color preview on white background

This text has color #972A99 on white background.



Black color preview on #972A99 background

This text has black color on #972A99 background.


White color preview on #972A99 background

This text has white color on #972A99 background.