COLOR #9D449B

HEX: #9D449B
RGB: (157,68,155)

Color info

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

RGB color model

#9D449B color RGB value is (157,68,155).

  • red value is 157;
  • green value is 68;
  • blue value is 155.
RGB:
(157,68,155)
(62%,27%,61%)

RGB channels and saturation

R 157 of 255 = 62%
G 68 of 255 = 27%
B 155 of 255 = 61%

157
68
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 68 + 155 = 380 (100%)
R 157 of 380 ~ 41.32%
G 68 of 380 ~ 17.89%
B 155 of 380 ~ 40.79%

%41.32
%17.89
%40.79

CMYK color model

#9D449B color CMYK value is (0,57,1,38).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(0,57,1,38)
C0M57Y1K38 
(0%,57%,1%,38%)
(0.00/0.57/0.01/0.38)	

CMYK percentages

%0
%56.69
%1.27
%38.43

Codes

Color #9D449B in popluar color models

9D449B
RGB15768155
HSL301°39.56%44.12%
HSB/HSV301°56.69%61.57%
CMYK0.00%56.69%1.27%
38.43%

Color #9D449B in popluar number systems.

HEX9D449B
Decimal15768155
Binary10011101100010010011011
Octal235104233

Shades and tints

Shades of #9D449B

#9D449B
(157,68,155)
#8F3E8D
(143,62,141)
#81387F
(129,56,127)
#733271
(115,50,113)
#652C63
(101,44,99)
#572655
(87,38,85)
#492047
(73,32,71)
#3B1A39
(59,26,57)
#2D142B
(45,20,43)
#1F0E1D
(31,14,29)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #9D449B

#9D449B
(157,68,155)
#A555A4
(165,85,164)
#AD66AD
(173,102,173)
#B577B6
(181,119,182)
#BD88BF
(189,136,191)
#C599C8
(197,153,200)
#CDAAD1
(205,170,209)
#D5BBDA
(213,187,218)
#DDCCE3
(221,204,227)
#E5DDEC
(229,221,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D449B; }

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

This text font color is #9D449B.


Background Color

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

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

This div background color is #9D449B.


Border color

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

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

This div border color is #9D449B.


Opacity

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

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

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

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

This text has shadow with #9D449B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D449B on black background.


Color preview on white background

This text has color #9D449B on white background.



Black color preview on #9D449B background

This text has black color on #9D449B background.


White color preview on #9D449B background

This text has white color on #9D449B background.