COLOR #97609C

HEX: #97609C
RGB: (151,96,156)

Color info

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

RGB color model

#97609C color RGB value is (151,96,156).

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

RGB channels and saturation

R 151 of 255 = 59%
G 96 of 255 = 38%
B 156 of 255 = 61%

151
96
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 96 + 156 = 403 (100%)
R 151 of 403 ~ 37.47%
G 96 of 403 ~ 23.82%
B 156 of 403 ~ 38.71%

%37.47
%23.82
%38.71

CMYK color model

#97609C color CMYK value is (3,38,0,39).

  • cyan value is 3.21%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,38,0,39)
C3M38Y0K39 
(3%,38%,0%,39%)
(0.03/0.38/0.00/0.39)	

CMYK percentages

%3.21
%38.46
%0
%38.82

Codes

Color #97609C in popluar color models

97609C
RGB15196156
HSL295°23.81%49.41%
HSB/HSV295°38.46%61.18%
CMYK3.21%38.46%0.00%
38.82%

Color #97609C in popluar number systems.

HEX97609C
Decimal15196156
Binary10010111110000010011100
Octal227140234

Shades and tints

Shades of #97609C

#97609C
(151,96,156)
#8A588E
(138,88,142)
#7D5080
(125,80,128)
#704872
(112,72,114)
#634064
(99,64,100)
#563856
(86,56,86)
#493048
(73,48,72)
#3C283A
(60,40,58)
#2F202C
(47,32,44)
#22181E
(34,24,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #97609C

#97609C
(151,96,156)
#A06EA5
(160,110,165)
#A97CAE
(169,124,174)
#B28AB7
(178,138,183)
#BB98C0
(187,152,192)
#C4A6C9
(196,166,201)
#CDB4D2
(205,180,210)
#D6C2DB
(214,194,219)
#DFD0E4
(223,208,228)
#E8DEED
(232,222,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97609C color. Also use rgb(151,96,156) instead hex code.

Text Font Color

.myTextColor { color: #97609C; }

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

This text font color is #97609C.


Background Color

.myBgColor { background-color: #97609C; }

<div style="background-color:#97609C">Inner text</div>

This div background color is #97609C.


Border color

.myBorderColor { border: 1px solid #97609C; }

<div style="border:3px solid #97609C">Div</div>

This div border color is #97609C.


Opacity

.myOpacity80 { color: #97609C; opacity: 0.8; }

<p style="color:#97609C;opacity:0.8;">80%</p>

Text with #97609C 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 #97609C;}

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

This text has shadow with #97609C color.

.textShadow {text-shadow: 3px 3px 1px #97609C, 3px 3px 1px red;}

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

This text has shadow with #97609C primary color and red secondary color.


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

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

This text has shadow with #97609C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97609C on black background.


Color preview on white background

This text has color #97609C on white background.



Black color preview on #97609C background

This text has black color on #97609C background.


White color preview on #97609C background

This text has white color on #97609C background.