COLOR #9D6197

HEX: #9D6197
RGB: (157,97,151)

Color info

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

RGB color model

#9D6197 color RGB value is (157,97,151).

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

RGB channels and saturation

R 157 of 255 = 62%
G 97 of 255 = 38%
B 151 of 255 = 59%

157
97
151

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

Portions of RGB colors in percentages

R + G + B =
157 + 97 + 151 = 405 (100%)
R 157 of 405 ~ 38.77%
G 97 of 405 ~ 23.95%
B 151 of 405 ~ 37.28%

%38.77
%23.95
%37.28

CMYK color model

#9D6197 color CMYK value is (0,38,4,38).

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 3.82%
  • key color value is 38.43%
CMYK:
(0,38,4,38)
C0M38Y4K38 
(0%,38%,4%,38%)
(0.00/0.38/0.04/0.38)	

CMYK percentages

%0
%38.22
%3.82
%38.43

Codes

Color #9D6197 in popluar color models

9D6197
RGB15797151
HSL306°23.62%49.80%
HSB/HSV306°38.22%61.57%
CMYK0.00%38.22%3.82%
38.43%

Color #9D6197 in popluar number systems.

HEX9D6197
Decimal15797151
Binary10011101110000110010111
Octal235141227

Shades and tints

Shades of #9D6197

#9D6197
(157,97,151)
#8F598A
(143,89,138)
#81517D
(129,81,125)
#734970
(115,73,112)
#654163
(101,65,99)
#573956
(87,57,86)
#493149
(73,49,73)
#3B293C
(59,41,60)
#2D212F
(45,33,47)
#1F1922
(31,25,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9D6197

#9D6197
(157,97,151)
#A56FA0
(165,111,160)
#AD7DA9
(173,125,169)
#B58BB2
(181,139,178)
#BD99BB
(189,153,187)
#C5A7C4
(197,167,196)
#CDB5CD
(205,181,205)
#D5C3D6
(213,195,214)
#DDD1DF
(221,209,223)
#E5DFE8
(229,223,232)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6197 color. Also use rgb(157,97,151) instead hex code.

Text Font Color

.myTextColor { color: #9D6197; }

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

This text font color is #9D6197.


Background Color

.myBgColor { background-color: #9D6197; }

<div style="background-color:#9D6197">Inner text</div>

This div background color is #9D6197.


Border color

.myBorderColor { border: 1px solid #9D6197; }

<div style="border:3px solid #9D6197">Div</div>

This div border color is #9D6197.


Opacity

.myOpacity80 { color: #9D6197; opacity: 0.8; }

<p style="color:#9D6197;opacity:0.8;">80%</p>

Text with #9D6197 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 #9D6197;}

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

This text has shadow with #9D6197 color.

.textShadow {text-shadow: 3px 3px 1px #9D6197, 3px 3px 1px red;}

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

This text has shadow with #9D6197 primary color and red secondary color.


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

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

This text has shadow with #9D6197 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6197 on black background.


Color preview on white background

This text has color #9D6197 on white background.



Black color preview on #9D6197 background

This text has black color on #9D6197 background.


White color preview on #9D6197 background

This text has white color on #9D6197 background.