COLOR #9D599D

HEX: #9D599D
RGB: (157,89,157)

Color info

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

RGB color model

#9D599D color RGB value is (157,89,157).

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

RGB channels and saturation

R 157 of 255 = 62%
G 89 of 255 = 35%
B 157 of 255 = 62%

157
89
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 89 + 157 = 403 (100%)
R 157 of 403 ~ 38.96%
G 89 of 403 ~ 22.08%
B 157 of 403 ~ 38.96%

%38.96
%22.08
%38.96

CMYK color model

#9D599D color CMYK value is (0,43,0,38).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(0,43,0,38)
C0M43Y0K38 
(0%,43%,0%,38%)
(0.00/0.43/0.00/0.38)	

CMYK percentages

%0
%43.31
%0
%38.43

Codes

Color #9D599D in popluar color models

9D599D
RGB15789157
HSL300°27.64%48.24%
HSB/HSV300°43.31%61.57%
CMYK0.00%43.31%0.00%
38.43%

Color #9D599D in popluar number systems.

HEX9D599D
Decimal15789157
Binary10011101101100110011101
Octal235131235

Shades and tints

Shades of #9D599D

#9D599D
(157,89,157)
#8F518F
(143,81,143)
#814981
(129,73,129)
#734173
(115,65,115)
#653965
(101,57,101)
#573157
(87,49,87)
#492949
(73,41,73)
#3B213B
(59,33,59)
#2D192D
(45,25,45)
#1F111F
(31,17,31)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #9D599D

#9D599D
(157,89,157)
#A568A5
(165,104,165)
#AD77AD
(173,119,173)
#B586B5
(181,134,181)
#BD95BD
(189,149,189)
#C5A4C5
(197,164,197)
#CDB3CD
(205,179,205)
#D5C2D5
(213,194,213)
#DDD1DD
(221,209,221)
#E5E0E5
(229,224,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D599D; }

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

This text font color is #9D599D.


Background Color

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

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

This div background color is #9D599D.


Border color

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

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

This div border color is #9D599D.


Opacity

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

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

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

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

This text has shadow with #9D599D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D599D on black background.


Color preview on white background

This text has color #9D599D on white background.



Black color preview on #9D599D background

This text has black color on #9D599D background.


White color preview on #9D599D background

This text has white color on #9D599D background.