COLOR #9D5688

HEX: #9D5688
RGB: (157,86,136)

Color info

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

RGB color model

#9D5688 color RGB value is (157,86,136).

  • red value is 157;
  • green value is 86;
  • blue value is 136.
RGB:
(157,86,136)
(62%,34%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 86 of 255 = 34%
B 136 of 255 = 53%

157
86
136

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

Portions of RGB colors in percentages

R + G + B =
157 + 86 + 136 = 379 (100%)
R 157 of 379 ~ 41.42%
G 86 of 379 ~ 22.69%
B 136 of 379 ~ 35.88%

%41.42
%22.69
%35.88

CMYK color model

#9D5688 color CMYK value is (0,45,13,38).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(0,45,13,38)
C0M45Y13K38 
(0%,45%,13%,38%)
(0.00/0.45/0.13/0.38)	

CMYK percentages

%0
%45.22
%13.38
%38.43

Codes

Color #9D5688 in popluar color models

9D5688
RGB15786136
HSL318°29.22%47.65%
HSB/HSV318°45.22%61.57%
CMYK0.00%45.22%13.38%
38.43%

Color #9D5688 in popluar number systems.

HEX9D5688
Decimal15786136
Binary10011101101011010001000
Octal235126210

Shades and tints

Shades of #9D5688

#9D5688
(157,86,136)
#8F4F7C
(143,79,124)
#814870
(129,72,112)
#734164
(115,65,100)
#653A58
(101,58,88)
#57334C
(87,51,76)
#492C40
(73,44,64)
#3B2534
(59,37,52)
#2D1E28
(45,30,40)
#1F171C
(31,23,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #9D5688

#9D5688
(157,86,136)
#A56592
(165,101,146)
#AD749C
(173,116,156)
#B583A6
(181,131,166)
#BD92B0
(189,146,176)
#C5A1BA
(197,161,186)
#CDB0C4
(205,176,196)
#D5BFCE
(213,191,206)
#DDCED8
(221,206,216)
#E5DDE2
(229,221,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5688 color. Also use rgb(157,86,136) instead hex code.

Text Font Color

.myTextColor { color: #9D5688; }

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

This text font color is #9D5688.


Background Color

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

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

This div background color is #9D5688.


Border color

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

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

This div border color is #9D5688.


Opacity

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

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

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

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

This text has shadow with #9D5688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5688 on black background.


Color preview on white background

This text has color #9D5688 on white background.



Black color preview on #9D5688 background

This text has black color on #9D5688 background.


White color preview on #9D5688 background

This text has white color on #9D5688 background.