COLOR #973A8A

HEX: #973A8A
RGB: (151,58,138)

Color info

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

RGB color model

#973A8A color RGB value is (151,58,138).

  • red value is 151;
  • green value is 58;
  • blue value is 138.
RGB:
(151,58,138)
(59%,23%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 58 of 255 = 23%
B 138 of 255 = 54%

151
58
138

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

Portions of RGB colors in percentages

R + G + B =
151 + 58 + 138 = 347 (100%)
R 151 of 347 ~ 43.52%
G 58 of 347 ~ 16.71%
B 138 of 347 ~ 39.77%

%43.52
%16.71
%39.77

CMYK color model

#973A8A color CMYK value is (0,62,9,41).

  • cyan value is 0.00%
  • magenta value is 61.59%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK:
(0,62,9,41)
C0M62Y9K41 
(0%,62%,9%,41%)
(0.00/0.62/0.09/0.41)	

CMYK percentages

%0
%61.59
%8.61
%40.78

Codes

Color #973A8A in popluar color models

973A8A
RGB15158138
HSL308°44.50%40.98%
HSB/HSV308°61.59%59.22%
CMYK0.00%61.59%8.61%
40.78%

Color #973A8A in popluar number systems.

HEX973A8A
Decimal15158138
Binary1001011111101010001010
Octal22772212

Shades and tints

Shades of #973A8A

#973A8A
(151,58,138)
#8A357E
(138,53,126)
#7D3072
(125,48,114)
#702B66
(112,43,102)
#63265A
(99,38,90)
#56214E
(86,33,78)
#491C42
(73,28,66)
#3C1736
(60,23,54)
#2F122A
(47,18,42)
#220D1E
(34,13,30)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #973A8A

#973A8A
(151,58,138)
#A04B94
(160,75,148)
#A95C9E
(169,92,158)
#B26DA8
(178,109,168)
#BB7EB2
(187,126,178)
#C48FBC
(196,143,188)
#CDA0C6
(205,160,198)
#D6B1D0
(214,177,208)
#DFC2DA
(223,194,218)
#E8D3E4
(232,211,228)
#F1E4EE
(241,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973A8A color. Also use rgb(151,58,138) instead hex code.

Text Font Color

.myTextColor { color: #973A8A; }

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

This text font color is #973A8A.


Background Color

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

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

This div background color is #973A8A.


Border color

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

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

This div border color is #973A8A.


Opacity

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

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

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

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

This text has shadow with #973A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973A8A on black background.


Color preview on white background

This text has color #973A8A on white background.



Black color preview on #973A8A background

This text has black color on #973A8A background.


White color preview on #973A8A background

This text has white color on #973A8A background.