COLOR #9D4592

HEX: #9D4592
RGB: (157,69,146)

Color info

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

RGB color model

#9D4592 color RGB value is (157,69,146).

  • red value is 157;
  • green value is 69;
  • blue value is 146.
RGB:
(157,69,146)
(62%,27%,57%)

RGB channels and saturation

R 157 of 255 = 62%
G 69 of 255 = 27%
B 146 of 255 = 57%

157
69
146

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

Portions of RGB colors in percentages

R + G + B =
157 + 69 + 146 = 372 (100%)
R 157 of 372 ~ 42.2%
G 69 of 372 ~ 18.55%
B 146 of 372 ~ 39.25%

%42.2
%18.55
%39.25

CMYK color model

#9D4592 color CMYK value is (0,56,7,38).

  • cyan value is 0.00%
  • magenta value is 56.05%
  • yellow value is 7.01%
  • key color value is 38.43%
CMYK:
(0,56,7,38)
C0M56Y7K38 
(0%,56%,7%,38%)
(0.00/0.56/0.07/0.38)	

CMYK percentages

%0
%56.05
%7.01
%38.43

Codes

Color #9D4592 in popluar color models

9D4592
RGB15769146
HSL308°38.94%44.31%
HSB/HSV308°56.05%61.57%
CMYK0.00%56.05%7.01%
38.43%

Color #9D4592 in popluar number systems.

HEX9D4592
Decimal15769146
Binary10011101100010110010010
Octal235105222

Shades and tints

Shades of #9D4592

#9D4592
(157,69,146)
#8F3F85
(143,63,133)
#813978
(129,57,120)
#73336B
(115,51,107)
#652D5E
(101,45,94)
#572751
(87,39,81)
#492144
(73,33,68)
#3B1B37
(59,27,55)
#2D152A
(45,21,42)
#1F0F1D
(31,15,29)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #9D4592

#9D4592
(157,69,146)
#A5559B
(165,85,155)
#AD65A4
(173,101,164)
#B575AD
(181,117,173)
#BD85B6
(189,133,182)
#C595BF
(197,149,191)
#CDA5C8
(205,165,200)
#D5B5D1
(213,181,209)
#DDC5DA
(221,197,218)
#E5D5E3
(229,213,227)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4592; }

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

This text font color is #9D4592.


Background Color

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

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

This div background color is #9D4592.


Border color

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

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

This div border color is #9D4592.


Opacity

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

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

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

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

This text has shadow with #9D4592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4592 on black background.


Color preview on white background

This text has color #9D4592 on white background.



Black color preview on #9D4592 background

This text has black color on #9D4592 background.


White color preview on #9D4592 background

This text has white color on #9D4592 background.