COLOR #9D237C

HEX: #9D237C
RGB: (157,35,124)

Color info

#9D237C contains mainly red and blue colors. Web safe color of #9D237C is #993366 (or #936).

RGB color model

#9D237C color RGB value is (157,35,124).

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

RGB channels and saturation

R 157 of 255 = 62%
G 35 of 255 = 14%
B 124 of 255 = 49%

157
35
124

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

Portions of RGB colors in percentages

R + G + B =
157 + 35 + 124 = 316 (100%)
R 157 of 316 ~ 49.68%
G 35 of 316 ~ 11.08%
B 124 of 316 ~ 39.24%

%49.68
%11.08
%39.24

CMYK color model

#9D237C color CMYK value is (0,78,21,38).

  • cyan value is 0.00%
  • magenta value is 77.71%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(0,78,21,38)
C0M78Y21K38 
(0%,78%,21%,38%)
(0.00/0.78/0.21/0.38)	

CMYK percentages

%0
%77.71
%21.02
%38.43

Codes

Color #9D237C in popluar color models

9D237C
RGB15735124
HSL316°63.54%37.65%
HSB/HSV316°77.71%61.57%
CMYK0.00%77.71%21.02%
38.43%

Color #9D237C in popluar number systems.

HEX9D237C
Decimal15735124
Binary100111011000111111100
Octal23543174

Shades and tints

Shades of #9D237C

#9D237C
(157,35,124)
#8F2071
(143,32,113)
#811D66
(129,29,102)
#731A5B
(115,26,91)
#651750
(101,23,80)
#571445
(87,20,69)
#49113A
(73,17,58)
#3B0E2F
(59,14,47)
#2D0B24
(45,11,36)
#1F0819
(31,8,25)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #9D237C

#9D237C
(157,35,124)
#A53787
(165,55,135)
#AD4B92
(173,75,146)
#B55F9D
(181,95,157)
#BD73A8
(189,115,168)
#C587B3
(197,135,179)
#CD9BBE
(205,155,190)
#D5AFC9
(213,175,201)
#DDC3D4
(221,195,212)
#E5D7DF
(229,215,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D237C; }

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

This text font color is #9D237C.


Background Color

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

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

This div background color is #9D237C.


Border color

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

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

This div border color is #9D237C.


Opacity

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

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

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

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

This text has shadow with #9D237C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D237C on black background.


Color preview on white background

This text has color #9D237C on white background.



Black color preview on #9D237C background

This text has black color on #9D237C background.


White color preview on #9D237C background

This text has white color on #9D237C background.