COLOR #9D418C

HEX: #9D418C RGB: (157,65,140)

Color info

#9D418C contains mainly red and blue colors. Web safe color of #9D418C is #993399 (or #939).

RGB color model

#9D418C color RGB value is (157,65,140).

RGB: (157,65,140) (62%, 25%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 65 of 255 = 25%
B 140 of 255 = 55%

157
65
140

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

Portions of RGB colors in percentages

R + G + B = 157 + 65 + 140 = 362 (100%)
R 157 of 362 ~ 43.37%
G 65 of 362 ~ 17.96%
B 140 of 362 ~ 38.67'%

%43.37
%17.96
%38.67

CMYK color model

#9D418C color CMYK value is (0,59,11,38).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 10.83%
  • key color value is 38.43%

CMYK: (0,59,11,38)
C0M59Y11K38 (0%, 59%, 11%, 38%)
(0.00 / 0.59 / 0.11 / 0.38)

CMYK percentages

%0
%58.6
%10.83
%38.43

Codes

Color #9D418C in popluar color models

9D 41 8C
RGB 157 65 140
HSL 311° 41.44% 43.53%
HSB/HSV 311° 58.60% 61.57%
CMYK 0.00% 58.60% 10.83%
38.43%

Color #9D418C in popluar number systems.

HEX 9D 41 8C
Decimal 157 65 140
Binary 10011101 1000001 10001100
Octal 235 101 214

Shades and tints

Shades of #9D418C

#9D418C
(157,65,140)
#8F3C80
(143,60,128)
#813774
(129,55,116)
#733268
(115,50,104)
#652D5C
(101,45,92)
#572850
(87,40,80)
#492344
(73,35,68)
#3B1E38
(59,30,56)
#2D192C
(45,25,44)
#1F1420
(31,20,32)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #9D418C

#9D418C
(157,65,140)
#A55296
(165,82,150)
#AD63A0
(173,99,160)
#B574AA
(181,116,170)
#BD85B4
(189,133,180)
#C596BE
(197,150,190)
#CDA7C8
(205,167,200)
#D5B8D2
(213,184,210)
#DDC9DC
(221,201,220)
#E5DAE6
(229,218,230)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D418C; }

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

This text font color is #9D418C.

Background Color

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

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

This div background color is #9D418C.

Border color

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

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

This div border color is #9D418C.

Opacity

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

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

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

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

This text has shadow with #9D418C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D418C.

Preview

Color preview on black background

This text has color #9D418C on black background.


Color preview on white background

This text has color #9D418C on white background.


Black color preview on #9D418C background

This text has black color on #9D418C background.


White color preview on #9D418C background

This text has white color on #9D418C background.


Related colors

Complementary color

Complementary color for #hex is #62BE73.


I love getcolorcode.com

Triadic colors

1 #8C9D41 and #418C9D with #9D418C are triadic colors.

2 #8C419D and #419D8C with #9D418C are triadic colors.