COLOR #97599B

HEX: #97599B
RGB: (151,89,155)

Color info

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

RGB color model

#97599B color RGB value is (151,89,155).

  • red value is 151;
  • green value is 89;
  • blue value is 155.
RGB:
(151,89,155)
(59%,35%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 89 of 255 = 35%
B 155 of 255 = 61%

151
89
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 89 + 155 = 395 (100%)
R 151 of 395 ~ 38.23%
G 89 of 395 ~ 22.53%
B 155 of 395 ~ 39.24%

%38.23
%22.53
%39.24

CMYK color model

#97599B color CMYK value is (3,43,0,39).

  • cyan value is 2.58%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,43,0,39)
C3M43Y0K39 
(3%,43%,0%,39%)
(0.03/0.43/0.00/0.39)	

CMYK percentages

%2.58
%42.58
%0
%39.22

Codes

Color #97599B in popluar color models

97599B
RGB15189155
HSL296°27.05%47.84%
HSB/HSV296°42.58%60.78%
CMYK2.58%42.58%0.00%
39.22%

Color #97599B in popluar number systems.

HEX97599B
Decimal15189155
Binary10010111101100110011011
Octal227131233

Shades and tints

Shades of #97599B

#97599B
(151,89,155)
#8A518D
(138,81,141)
#7D497F
(125,73,127)
#704171
(112,65,113)
#633963
(99,57,99)
#563155
(86,49,85)
#492947
(73,41,71)
#3C2139
(60,33,57)
#2F192B
(47,25,43)
#22111D
(34,17,29)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #97599B

#97599B
(151,89,155)
#A068A4
(160,104,164)
#A977AD
(169,119,173)
#B286B6
(178,134,182)
#BB95BF
(187,149,191)
#C4A4C8
(196,164,200)
#CDB3D1
(205,179,209)
#D6C2DA
(214,194,218)
#DFD1E3
(223,209,227)
#E8E0EC
(232,224,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97599B color. Also use rgb(151,89,155) instead hex code.

Text Font Color

.myTextColor { color: #97599B; }

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

This text font color is #97599B.


Background Color

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

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

This div background color is #97599B.


Border color

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

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

This div border color is #97599B.


Opacity

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

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

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

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

This text has shadow with #97599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97599B on black background.


Color preview on white background

This text has color #97599B on white background.



Black color preview on #97599B background

This text has black color on #97599B background.


White color preview on #97599B background

This text has white color on #97599B background.