COLOR #97357B

HEX: #97357B
RGB: (151,53,123)

Color info

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

RGB color model

#97357B color RGB value is (151,53,123).

  • red value is 151;
  • green value is 53;
  • blue value is 123.
RGB:
(151,53,123)
(59%,21%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 53 of 255 = 21%
B 123 of 255 = 48%

151
53
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 53 + 123 = 327 (100%)
R 151 of 327 ~ 46.18%
G 53 of 327 ~ 16.21%
B 123 of 327 ~ 37.61%

%46.18
%16.21
%37.61

CMYK color model

#97357B color CMYK value is (0,65,19,41).

  • cyan value is 0.00%
  • magenta value is 64.90%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(0,65,19,41)
C0M65Y19K41 
(0%,65%,19%,41%)
(0.00/0.65/0.19/0.41)	

CMYK percentages

%0
%64.9
%18.54
%40.78

Codes

Color #97357B in popluar color models

97357B
RGB15153123
HSL317°48.04%40.00%
HSB/HSV317°64.90%59.22%
CMYK0.00%64.90%18.54%
40.78%

Color #97357B in popluar number systems.

HEX97357B
Decimal15153123
Binary100101111101011111011
Octal22765173

Shades and tints

Shades of #97357B

#97357B
(151,53,123)
#8A3170
(138,49,112)
#7D2D65
(125,45,101)
#70295A
(112,41,90)
#63254F
(99,37,79)
#562144
(86,33,68)
#491D39
(73,29,57)
#3C192E
(60,25,46)
#2F1523
(47,21,35)
#221118
(34,17,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #97357B

#97357B
(151,53,123)
#A04787
(160,71,135)
#A95993
(169,89,147)
#B26B9F
(178,107,159)
#BB7DAB
(187,125,171)
#C48FB7
(196,143,183)
#CDA1C3
(205,161,195)
#D6B3CF
(214,179,207)
#DFC5DB
(223,197,219)
#E8D7E7
(232,215,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97357B color. Also use rgb(151,53,123) instead hex code.

Text Font Color

.myTextColor { color: #97357B; }

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

This text font color is #97357B.


Background Color

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

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

This div background color is #97357B.


Border color

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

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

This div border color is #97357B.


Opacity

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

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

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

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

This text has shadow with #97357B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97357B on black background.


Color preview on white background

This text has color #97357B on white background.



Black color preview on #97357B background

This text has black color on #97357B background.


White color preview on #97357B background

This text has white color on #97357B background.