COLOR #9A587D

HEX: #9A587D
RGB: (154,88,125)

Color info

#9A587D contains mainly red and blue colors. Web safe color of #9A587D is #996666 (or #966).

RGB color model

#9A587D color RGB value is (154,88,125).

  • red value is 154;
  • green value is 88;
  • blue value is 125.
RGB:
(154,88,125)
(60%,35%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 125 of 255 = 49%

154
88
125

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 125 = 367 (100%)
R 154 of 367 ~ 41.96%
G 88 of 367 ~ 23.98%
B 125 of 367 ~ 34.06%

%41.96
%23.98
%34.06

CMYK color model

#9A587D color CMYK value is (0,43,19,40).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,43,19,40)
C0M43Y19K40 
(0%,43%,19%,40%)
(0.00/0.43/0.19/0.40)	

CMYK percentages

%0
%42.86
%18.83
%39.61

Codes

Color #9A587D in popluar color models

9A587D
RGB15488125
HSL326°27.27%47.45%
HSB/HSV326°42.86%60.39%
CMYK0.00%42.86%18.83%
39.61%

Color #9A587D in popluar number systems.

HEX9A587D
Decimal15488125
Binary1001101010110001111101
Octal232130175

Shades and tints

Shades of #9A587D

#9A587D
(154,88,125)
#8C5072
(140,80,114)
#7E4867
(126,72,103)
#70405C
(112,64,92)
#623851
(98,56,81)
#543046
(84,48,70)
#46283B
(70,40,59)
#382030
(56,32,48)
#2A1825
(42,24,37)
#1C101A
(28,16,26)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #9A587D

#9A587D
(154,88,125)
#A36788
(163,103,136)
#AC7693
(172,118,147)
#B5859E
(181,133,158)
#BE94A9
(190,148,169)
#C7A3B4
(199,163,180)
#D0B2BF
(208,178,191)
#D9C1CA
(217,193,202)
#E2D0D5
(226,208,213)
#EBDFE0
(235,223,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A587D color. Also use rgb(154,88,125) instead hex code.

Text Font Color

.myTextColor { color: #9A587D; }

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

This text font color is #9A587D.


Background Color

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

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

This div background color is #9A587D.


Border color

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

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

This div border color is #9A587D.


Opacity

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

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

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

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

This text has shadow with #9A587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A587D on black background.


Color preview on white background

This text has color #9A587D on white background.



Black color preview on #9A587D background

This text has black color on #9A587D background.


White color preview on #9A587D background

This text has white color on #9A587D background.