COLOR #9D559D

HEX: #9D559D
RGB: (157,85,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
85
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 85 + 157 = 399 (100%)
R 157 of 399 ~ 39.35%
G 85 of 399 ~ 21.3%
B 157 of 399 ~ 39.35%

%39.35
%21.3
%39.35

CMYK color model

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

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

CMYK percentages

%0
%45.86
%0
%38.43

Codes

Color #9D559D in popluar color models

9D559D
RGB15785157
HSL300°29.75%47.45%
HSB/HSV300°45.86%61.57%
CMYK0.00%45.86%0.00%
38.43%

Color #9D559D in popluar number systems.

HEX9D559D
Decimal15785157
Binary10011101101010110011101
Octal235125235

Shades and tints

Shades of #9D559D

#9D559D
(157,85,157)
#8F4E8F
(143,78,143)
#814781
(129,71,129)
#734073
(115,64,115)
#653965
(101,57,101)
#573257
(87,50,87)
#492B49
(73,43,73)
#3B243B
(59,36,59)
#2D1D2D
(45,29,45)
#1F161F
(31,22,31)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9D559D

#9D559D
(157,85,157)
#A564A5
(165,100,165)
#AD73AD
(173,115,173)
#B582B5
(181,130,181)
#BD91BD
(189,145,189)
#C5A0C5
(197,160,197)
#CDAFCD
(205,175,205)
#D5BED5
(213,190,213)
#DDCDDD
(221,205,221)
#E5DCE5
(229,220,229)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D559D; }

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

This text font color is #9D559D.


Background Color

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

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

This div background color is #9D559D.


Border color

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

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

This div border color is #9D559D.


Opacity

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

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

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

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

This text has shadow with #9D559D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D559D on black background.


Color preview on white background

This text has color #9D559D on white background.



Black color preview on #9D559D background

This text has black color on #9D559D background.


White color preview on #9D559D background

This text has white color on #9D559D background.