COLOR #97397A

HEX: #97397A
RGB: (151,57,122)

Color info

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

RGB color model

#97397A color RGB value is (151,57,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 57 of 255 = 22%
B 122 of 255 = 48%

151
57
122

R + G + B ~ 43%. #97397A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 57 + 122 = 330 (100%)
R 151 of 330 ~ 45.76%
G 57 of 330 ~ 17.27%
B 122 of 330 ~ 36.97%

%45.76
%17.27
%36.97

CMYK color model

#97397A color CMYK value is (0,62,19,41).

  • cyan value is 0.00%
  • magenta value is 62.25%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,62,19,41)
C0M62Y19K41 
(0%,62%,19%,41%)
(0.00/0.62/0.19/0.41)	

CMYK percentages

%0
%62.25
%19.21
%40.78

Codes

Color #97397A in popluar color models

97397A
RGB15157122
HSL319°45.19%40.78%
HSB/HSV319°62.25%59.22%
CMYK0.00%62.25%19.21%
40.78%

Color #97397A in popluar number systems.

HEX97397A
Decimal15157122
Binary100101111110011111010
Octal22771172

Shades and tints

Shades of #97397A

#97397A
(151,57,122)
#8A346F
(138,52,111)
#7D2F64
(125,47,100)
#702A59
(112,42,89)
#63254E
(99,37,78)
#562043
(86,32,67)
#491B38
(73,27,56)
#3C162D
(60,22,45)
#2F1122
(47,17,34)
#220C17
(34,12,23)
#15070C
(21,7,12)
#000000
(0,0,0)

Tints of #97397A

#97397A
(151,57,122)
#A04B86
(160,75,134)
#A95D92
(169,93,146)
#B26F9E
(178,111,158)
#BB81AA
(187,129,170)
#C493B6
(196,147,182)
#CDA5C2
(205,165,194)
#D6B7CE
(214,183,206)
#DFC9DA
(223,201,218)
#E8DBE6
(232,219,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97397A color. Also use rgb(151,57,122) instead hex code.

Text Font Color

.myTextColor { color: #97397A; }

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

This text font color is #97397A.


Background Color

.myBgColor { background-color: #97397A; }

<div style="background-color:#97397A">Inner text</div>

This div background color is #97397A.


Border color

.myBorderColor { border: 1px solid #97397A; }

<div style="border:3px solid #97397A">Div</div>

This div border color is #97397A.


Opacity

.myOpacity80 { color: #97397A; opacity: 0.8; }

<p style="color:#97397A;opacity:0.8;">80%</p>

Text with #97397A 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 #97397A;}

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

This text has shadow with #97397A color.

.textShadow {text-shadow: 3px 3px 1px #97397A, 3px 3px 1px red;}

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

This text has shadow with #97397A primary color and red secondary color.


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

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

This text has shadow with #97397A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97397A on black background.


Color preview on white background

This text has color #97397A on white background.



Black color preview on #97397A background

This text has black color on #97397A background.


White color preview on #97397A background

This text has white color on #97397A background.