COLOR #97398B

HEX: #97398B
RGB: (151,57,139)

Color info

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

RGB color model

#97398B color RGB value is (151,57,139).

  • red value is 151;
  • green value is 57;
  • blue value is 139.
RGB:
(151,57,139)
(59%,22%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 57 of 255 = 22%
B 139 of 255 = 55%

151
57
139

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

Portions of RGB colors in percentages

R + G + B =
151 + 57 + 139 = 347 (100%)
R 151 of 347 ~ 43.52%
G 57 of 347 ~ 16.43%
B 139 of 347 ~ 40.06%

%43.52
%16.43
%40.06

CMYK color model

#97398B color CMYK value is (0,62,8,41).

  • cyan value is 0.00%
  • magenta value is 62.25%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(0,62,8,41)
C0M62Y8K41 
(0%,62%,8%,41%)
(0.00/0.62/0.08/0.41)	

CMYK percentages

%0
%62.25
%7.95
%40.78

Codes

Color #97398B in popluar color models

97398B
RGB15157139
HSL308°45.19%40.78%
HSB/HSV308°62.25%59.22%
CMYK0.00%62.25%7.95%
40.78%

Color #97398B in popluar number systems.

HEX97398B
Decimal15157139
Binary1001011111100110001011
Octal22771213

Shades and tints

Shades of #97398B

#97398B
(151,57,139)
#8A347F
(138,52,127)
#7D2F73
(125,47,115)
#702A67
(112,42,103)
#63255B
(99,37,91)
#56204F
(86,32,79)
#491B43
(73,27,67)
#3C1637
(60,22,55)
#2F112B
(47,17,43)
#220C1F
(34,12,31)
#150713
(21,7,19)
#000000
(0,0,0)

Tints of #97398B

#97398B
(151,57,139)
#A04B95
(160,75,149)
#A95D9F
(169,93,159)
#B26FA9
(178,111,169)
#BB81B3
(187,129,179)
#C493BD
(196,147,189)
#CDA5C7
(205,165,199)
#D6B7D1
(214,183,209)
#DFC9DB
(223,201,219)
#E8DBE5
(232,219,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97398B color. Also use rgb(151,57,139) instead hex code.

Text Font Color

.myTextColor { color: #97398B; }

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

This text font color is #97398B.


Background Color

.myBgColor { background-color: #97398B; }

<div style="background-color:#97398B">Inner text</div>

This div background color is #97398B.


Border color

.myBorderColor { border: 1px solid #97398B; }

<div style="border:3px solid #97398B">Div</div>

This div border color is #97398B.


Opacity

.myOpacity80 { color: #97398B; opacity: 0.8; }

<p style="color:#97398B;opacity:0.8;">80%</p>

Text with #97398B 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 #97398B;}

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

This text has shadow with #97398B color.

.textShadow {text-shadow: 3px 3px 1px #97398B, 3px 3px 1px red;}

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

This text has shadow with #97398B primary color and red secondary color.


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

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

This text has shadow with #97398B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97398B on black background.


Color preview on white background

This text has color #97398B on white background.



Black color preview on #97398B background

This text has black color on #97398B background.


White color preview on #97398B background

This text has white color on #97398B background.