COLOR #9D5599

HEX: #9D5599
RGB: (157,85,153)

Color info

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

RGB color model

#9D5599 color RGB value is (157,85,153).

  • red value is 157;
  • green value is 85;
  • blue value is 153.
RGB:
(157,85,153)
(62%,33%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 85 of 255 = 33%
B 153 of 255 = 60%

157
85
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 85 + 153 = 395 (100%)
R 157 of 395 ~ 39.75%
G 85 of 395 ~ 21.52%
B 153 of 395 ~ 38.73%

%39.75
%21.52
%38.73

CMYK color model

#9D5599 color CMYK value is (0,46,3,38).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(0,46,3,38)
C0M46Y3K38 
(0%,46%,3%,38%)
(0.00/0.46/0.03/0.38)	

CMYK percentages

%0
%45.86
%2.55
%38.43

Codes

Color #9D5599 in popluar color models

9D5599
RGB15785153
HSL303°29.75%47.45%
HSB/HSV303°45.86%61.57%
CMYK0.00%45.86%2.55%
38.43%

Color #9D5599 in popluar number systems.

HEX9D5599
Decimal15785153
Binary10011101101010110011001
Octal235125231

Shades and tints

Shades of #9D5599

#9D5599
(157,85,153)
#8F4E8C
(143,78,140)
#81477F
(129,71,127)
#734072
(115,64,114)
#653965
(101,57,101)
#573258
(87,50,88)
#492B4B
(73,43,75)
#3B243E
(59,36,62)
#2D1D31
(45,29,49)
#1F1624
(31,22,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #9D5599

#9D5599
(157,85,153)
#A564A2
(165,100,162)
#AD73AB
(173,115,171)
#B582B4
(181,130,180)
#BD91BD
(189,145,189)
#C5A0C6
(197,160,198)
#CDAFCF
(205,175,207)
#D5BED8
(213,190,216)
#DDCDE1
(221,205,225)
#E5DCEA
(229,220,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5599 color. Also use rgb(157,85,153) instead hex code.

Text Font Color

.myTextColor { color: #9D5599; }

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

This text font color is #9D5599.


Background Color

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

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

This div background color is #9D5599.


Border color

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

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

This div border color is #9D5599.


Opacity

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

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

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

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

This text has shadow with #9D5599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5599 on black background.


Color preview on white background

This text has color #9D5599 on white background.



Black color preview on #9D5599 background

This text has black color on #9D5599 background.


White color preview on #9D5599 background

This text has white color on #9D5599 background.