COLOR #97619B

HEX: #97619B
RGB: (151,97,155)

Color info

#97619B contains red, green and blue colors in about the same proportion. Web safe color of #97619B is #996699 (or #969).

RGB color model

#97619B color RGB value is (151,97,155).

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

RGB channels and saturation

R 151 of 255 = 59%
G 97 of 255 = 38%
B 155 of 255 = 61%

151
97
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 97 + 155 = 403 (100%)
R 151 of 403 ~ 37.47%
G 97 of 403 ~ 24.07%
B 155 of 403 ~ 38.46%

%37.47
%24.07
%38.46

CMYK color model

#97619B color CMYK value is (3,37,0,39).

  • cyan value is 2.58%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,37,0,39)
C3M37Y0K39 
(3%,37%,0%,39%)
(0.03/0.37/0.00/0.39)	

CMYK percentages

%2.58
%37.42
%0
%39.22

Codes

Color #97619B in popluar color models

97619B
RGB15197155
HSL296°23.02%49.41%
HSB/HSV296°37.42%60.78%
CMYK2.58%37.42%0.00%
39.22%

Color #97619B in popluar number systems.

HEX97619B
Decimal15197155
Binary10010111110000110011011
Octal227141233

Shades and tints

Shades of #97619B

#97619B
(151,97,155)
#8A598D
(138,89,141)
#7D517F
(125,81,127)
#704971
(112,73,113)
#634163
(99,65,99)
#563955
(86,57,85)
#493147
(73,49,71)
#3C2939
(60,41,57)
#2F212B
(47,33,43)
#22191D
(34,25,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #97619B

#97619B
(151,97,155)
#A06FA4
(160,111,164)
#A97DAD
(169,125,173)
#B28BB6
(178,139,182)
#BB99BF
(187,153,191)
#C4A7C8
(196,167,200)
#CDB5D1
(205,181,209)
#D6C3DA
(214,195,218)
#DFD1E3
(223,209,227)
#E8DFEC
(232,223,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97619B; }

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

This text font color is #97619B.


Background Color

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

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

This div background color is #97619B.


Border color

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

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

This div border color is #97619B.


Opacity

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

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

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

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

This text has shadow with #97619B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97619B on black background.


Color preview on white background

This text has color #97619B on white background.



Black color preview on #97619B background

This text has black color on #97619B background.


White color preview on #97619B background

This text has white color on #97619B background.