COLOR #9D589C

HEX: #9D589C
RGB: (157,88,156)

Color info

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

RGB color model

#9D589C color RGB value is (157,88,156).

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

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 156 of 255 = 61%

157
88
156

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

Portions of RGB colors in percentages

R + G + B =
157 + 88 + 156 = 401 (100%)
R 157 of 401 ~ 39.15%
G 88 of 401 ~ 21.95%
B 156 of 401 ~ 38.9%

%39.15
%21.95
%38.9

CMYK color model

#9D589C color CMYK value is (0,44,1,38).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(0,44,1,38)
C0M44Y1K38 
(0%,44%,1%,38%)
(0.00/0.44/0.01/0.38)	

CMYK percentages

%0
%43.95
%0.64
%38.43

Codes

Color #9D589C in popluar color models

9D589C
RGB15788156
HSL301°28.16%48.04%
HSB/HSV301°43.95%61.57%
CMYK0.00%43.95%0.64%
38.43%

Color #9D589C in popluar number systems.

HEX9D589C
Decimal15788156
Binary10011101101100010011100
Octal235130234

Shades and tints

Shades of #9D589C

#9D589C
(157,88,156)
#8F508E
(143,80,142)
#814880
(129,72,128)
#734072
(115,64,114)
#653864
(101,56,100)
#573056
(87,48,86)
#492848
(73,40,72)
#3B203A
(59,32,58)
#2D182C
(45,24,44)
#1F101E
(31,16,30)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #9D589C

#9D589C
(157,88,156)
#A567A5
(165,103,165)
#AD76AE
(173,118,174)
#B585B7
(181,133,183)
#BD94C0
(189,148,192)
#C5A3C9
(197,163,201)
#CDB2D2
(205,178,210)
#D5C1DB
(213,193,219)
#DDD0E4
(221,208,228)
#E5DFED
(229,223,237)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D589C; }

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

This text font color is #9D589C.


Background Color

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

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

This div background color is #9D589C.


Border color

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

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

This div border color is #9D589C.


Opacity

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

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

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

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

This text has shadow with #9D589C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D589C on black background.


Color preview on white background

This text has color #9D589C on white background.



Black color preview on #9D589C background

This text has black color on #9D589C background.


White color preview on #9D589C background

This text has white color on #9D589C background.