COLOR #9D5884

HEX: #9D5884
RGB: (157,88,132)

Color info

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

RGB color model

#9D5884 color RGB value is (157,88,132).

  • red value is 157;
  • green value is 88;
  • blue value is 132.
RGB:
(157,88,132)
(62%,35%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 132 of 255 = 52%

157
88
132

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

Portions of RGB colors in percentages

R + G + B =
157 + 88 + 132 = 377 (100%)
R 157 of 377 ~ 41.64%
G 88 of 377 ~ 23.34%
B 132 of 377 ~ 35.01%

%41.64
%23.34
%35.01

CMYK color model

#9D5884 color CMYK value is (0,44,16,38).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 15.92%
  • key color value is 38.43%
CMYK:
(0,44,16,38)
C0M44Y16K38 
(0%,44%,16%,38%)
(0.00/0.44/0.16/0.38)	

CMYK percentages

%0
%43.95
%15.92
%38.43

Codes

Color #9D5884 in popluar color models

9D5884
RGB15788132
HSL322°28.16%48.04%
HSB/HSV322°43.95%61.57%
CMYK0.00%43.95%15.92%
38.43%

Color #9D5884 in popluar number systems.

HEX9D5884
Decimal15788132
Binary10011101101100010000100
Octal235130204

Shades and tints

Shades of #9D5884

#9D5884
(157,88,132)
#8F5078
(143,80,120)
#81486C
(129,72,108)
#734060
(115,64,96)
#653854
(101,56,84)
#573048
(87,48,72)
#49283C
(73,40,60)
#3B2030
(59,32,48)
#2D1824
(45,24,36)
#1F1018
(31,16,24)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #9D5884

#9D5884
(157,88,132)
#A5678F
(165,103,143)
#AD769A
(173,118,154)
#B585A5
(181,133,165)
#BD94B0
(189,148,176)
#C5A3BB
(197,163,187)
#CDB2C6
(205,178,198)
#D5C1D1
(213,193,209)
#DDD0DC
(221,208,220)
#E5DFE7
(229,223,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5884 color. Also use rgb(157,88,132) instead hex code.

Text Font Color

.myTextColor { color: #9D5884; }

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

This text font color is #9D5884.


Background Color

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

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

This div background color is #9D5884.


Border color

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

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

This div border color is #9D5884.


Opacity

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

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

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

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

This text has shadow with #9D5884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5884 on black background.


Color preview on white background

This text has color #9D5884 on white background.



Black color preview on #9D5884 background

This text has black color on #9D5884 background.


White color preview on #9D5884 background

This text has white color on #9D5884 background.