COLOR #97588E

HEX: #97588E
RGB: (151,88,142)

Color info

#97588E contains mainly red and blue colors. Web safe color of #97588E is #996699 (or #969).

RGB color model

#97588E color RGB value is (151,88,142).

  • red value is 151;
  • green value is 88;
  • blue value is 142.
RGB:
(151,88,142)
(59%,35%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 88 of 255 = 35%
B 142 of 255 = 56%

151
88
142

R + G + B ~ 50%. #97588E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 88 + 142 = 381 (100%)
R 151 of 381 ~ 39.63%
G 88 of 381 ~ 23.1%
B 142 of 381 ~ 37.27%

%39.63
%23.1
%37.27

CMYK color model

#97588E color CMYK value is (0,42,6,41).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,42,6,41)
C0M42Y6K41 
(0%,42%,6%,41%)
(0.00/0.42/0.06/0.41)	

CMYK percentages

%0
%41.72
%5.96
%40.78

Codes

Color #97588E in popluar color models

97588E
RGB15188142
HSL309°26.36%46.86%
HSB/HSV309°41.72%59.22%
CMYK0.00%41.72%5.96%
40.78%

Color #97588E in popluar number systems.

HEX97588E
Decimal15188142
Binary10010111101100010001110
Octal227130216

Shades and tints

Shades of #97588E

#97588E
(151,88,142)
#8A5082
(138,80,130)
#7D4876
(125,72,118)
#70406A
(112,64,106)
#63385E
(99,56,94)
#563052
(86,48,82)
#492846
(73,40,70)
#3C203A
(60,32,58)
#2F182E
(47,24,46)
#221022
(34,16,34)
#150816
(21,8,22)
#000000
(0,0,0)

Tints of #97588E

#97588E
(151,88,142)
#A06798
(160,103,152)
#A976A2
(169,118,162)
#B285AC
(178,133,172)
#BB94B6
(187,148,182)
#C4A3C0
(196,163,192)
#CDB2CA
(205,178,202)
#D6C1D4
(214,193,212)
#DFD0DE
(223,208,222)
#E8DFE8
(232,223,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97588E color. Also use rgb(151,88,142) instead hex code.

Text Font Color

.myTextColor { color: #97588E; }

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

This text font color is #97588E.


Background Color

.myBgColor { background-color: #97588E; }

<div style="background-color:#97588E">Inner text</div>

This div background color is #97588E.


Border color

.myBorderColor { border: 1px solid #97588E; }

<div style="border:3px solid #97588E">Div</div>

This div border color is #97588E.


Opacity

.myOpacity80 { color: #97588E; opacity: 0.8; }

<p style="color:#97588E;opacity:0.8;">80%</p>

Text with #97588E 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 #97588E;}

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

This text has shadow with #97588E color.

.textShadow {text-shadow: 3px 3px 1px #97588E, 3px 3px 1px red;}

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

This text has shadow with #97588E primary color and red secondary color.


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

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

This text has shadow with #97588E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97588E on black background.


Color preview on white background

This text has color #97588E on white background.



Black color preview on #97588E background

This text has black color on #97588E background.


White color preview on #97588E background

This text has white color on #97588E background.