COLOR #9D508C

HEX: #9D508C
RGB: (157,80,140)

Color info

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

RGB color model

#9D508C color RGB value is (157,80,140).

  • red value is 157;
  • green value is 80;
  • blue value is 140.
RGB:
(157,80,140)
(62%,31%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 80 of 255 = 31%
B 140 of 255 = 55%

157
80
140

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

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 140 = 377 (100%)
R 157 of 377 ~ 41.64%
G 80 of 377 ~ 21.22%
B 140 of 377 ~ 37.14%

%41.64
%21.22
%37.14

CMYK color model

#9D508C color CMYK value is (0,49,11,38).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 10.83%
  • key color value is 38.43%
CMYK:
(0,49,11,38)
C0M49Y11K38 
(0%,49%,11%,38%)
(0.00/0.49/0.11/0.38)	

CMYK percentages

%0
%49.04
%10.83
%38.43

Codes

Color #9D508C in popluar color models

9D508C
RGB15780140
HSL313°32.49%46.47%
HSB/HSV313°49.04%61.57%
CMYK0.00%49.04%10.83%
38.43%

Color #9D508C in popluar number systems.

HEX9D508C
Decimal15780140
Binary10011101101000010001100
Octal235120214

Shades and tints

Shades of #9D508C

#9D508C
(157,80,140)
#8F4980
(143,73,128)
#814274
(129,66,116)
#733B68
(115,59,104)
#65345C
(101,52,92)
#572D50
(87,45,80)
#492644
(73,38,68)
#3B1F38
(59,31,56)
#2D182C
(45,24,44)
#1F1120
(31,17,32)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #9D508C

#9D508C
(157,80,140)
#A55F96
(165,95,150)
#AD6EA0
(173,110,160)
#B57DAA
(181,125,170)
#BD8CB4
(189,140,180)
#C59BBE
(197,155,190)
#CDAAC8
(205,170,200)
#D5B9D2
(213,185,210)
#DDC8DC
(221,200,220)
#E5D7E6
(229,215,230)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D508C; }

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

This text font color is #9D508C.


Background Color

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

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

This div background color is #9D508C.


Border color

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

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

This div border color is #9D508C.


Opacity

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

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

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

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

This text has shadow with #9D508C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D508C on black background.


Color preview on white background

This text has color #9D508C on white background.



Black color preview on #9D508C background

This text has black color on #9D508C background.


White color preview on #9D508C background

This text has white color on #9D508C background.