COLOR #973C88

HEX: #973C88
RGB: (151,60,136)

Color info

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

RGB color model

#973C88 color RGB value is (151,60,136).

  • red value is 151;
  • green value is 60;
  • blue value is 136.
RGB:
(151,60,136)
(59%,24%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 60 of 255 = 24%
B 136 of 255 = 53%

151
60
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 60 + 136 = 347 (100%)
R 151 of 347 ~ 43.52%
G 60 of 347 ~ 17.29%
B 136 of 347 ~ 39.19%

%43.52
%17.29
%39.19

CMYK color model

#973C88 color CMYK value is (0,60,10,41).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,60,10,41)
C0M60Y10K41 
(0%,60%,10%,41%)
(0.00/0.60/0.10/0.41)	

CMYK percentages

%0
%60.26
%9.93
%40.78

Codes

Color #973C88 in popluar color models

973C88
RGB15160136
HSL310°43.13%41.37%
HSB/HSV310°60.26%59.22%
CMYK0.00%60.26%9.93%
40.78%

Color #973C88 in popluar number systems.

HEX973C88
Decimal15160136
Binary1001011111110010001000
Octal22774210

Shades and tints

Shades of #973C88

#973C88
(151,60,136)
#8A377C
(138,55,124)
#7D3270
(125,50,112)
#702D64
(112,45,100)
#632858
(99,40,88)
#56234C
(86,35,76)
#491E40
(73,30,64)
#3C1934
(60,25,52)
#2F1428
(47,20,40)
#220F1C
(34,15,28)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #973C88

#973C88
(151,60,136)
#A04D92
(160,77,146)
#A95E9C
(169,94,156)
#B26FA6
(178,111,166)
#BB80B0
(187,128,176)
#C491BA
(196,145,186)
#CDA2C4
(205,162,196)
#D6B3CE
(214,179,206)
#DFC4D8
(223,196,216)
#E8D5E2
(232,213,226)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973C88 color. Also use rgb(151,60,136) instead hex code.

Text Font Color

.myTextColor { color: #973C88; }

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

This text font color is #973C88.


Background Color

.myBgColor { background-color: #973C88; }

<div style="background-color:#973C88">Inner text</div>

This div background color is #973C88.


Border color

.myBorderColor { border: 1px solid #973C88; }

<div style="border:3px solid #973C88">Div</div>

This div border color is #973C88.


Opacity

.myOpacity80 { color: #973C88; opacity: 0.8; }

<p style="color:#973C88;opacity:0.8;">80%</p>

Text with #973C88 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 #973C88;}

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

This text has shadow with #973C88 color.

.textShadow {text-shadow: 3px 3px 1px #973C88, 3px 3px 1px red;}

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

This text has shadow with #973C88 primary color and red secondary color.


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

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

This text has shadow with #973C88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973C88 on black background.


Color preview on white background

This text has color #973C88 on white background.



Black color preview on #973C88 background

This text has black color on #973C88 background.


White color preview on #973C88 background

This text has white color on #973C88 background.