COLOR #98587D

HEX: #98587D
RGB: (152,88,125)

Color info

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

RGB color model

#98587D color RGB value is (152,88,125).

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

RGB channels and saturation

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

152
88
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 88 + 125 = 365 (100%)
R 152 of 365 ~ 41.64%
G 88 of 365 ~ 24.11%
B 125 of 365 ~ 34.25%

%41.64
%24.11
%34.25

CMYK color model

#98587D color CMYK value is (0,42,18,40).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,42,18,40)
C0M42Y18K40 
(0%,42%,18%,40%)
(0.00/0.42/0.18/0.40)	

CMYK percentages

%0
%42.11
%17.76
%40.39

Codes

Color #98587D in popluar color models

98587D
RGB15288125
HSL325°26.67%47.06%
HSB/HSV325°42.11%59.61%
CMYK0.00%42.11%17.76%
40.39%

Color #98587D in popluar number systems.

HEX98587D
Decimal15288125
Binary1001100010110001111101
Octal230130175

Shades and tints

Shades of #98587D

#98587D
(152,88,125)
#8B5072
(139,80,114)
#7E4867
(126,72,103)
#71405C
(113,64,92)
#643851
(100,56,81)
#573046
(87,48,70)
#4A283B
(74,40,59)
#3D2030
(61,32,48)
#301825
(48,24,37)
#23101A
(35,16,26)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #98587D

#98587D
(152,88,125)
#A16788
(161,103,136)
#AA7693
(170,118,147)
#B3859E
(179,133,158)
#BC94A9
(188,148,169)
#C5A3B4
(197,163,180)
#CEB2BF
(206,178,191)
#D7C1CA
(215,193,202)
#E0D0D5
(224,208,213)
#E9DFE0
(233,223,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98587D color. Also use rgb(152,88,125) instead hex code.

Text Font Color

.myTextColor { color: #98587D; }

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

This text font color is #98587D.


Background Color

.myBgColor { background-color: #98587D; }

<div style="background-color:#98587D">Inner text</div>

This div background color is #98587D.


Border color

.myBorderColor { border: 1px solid #98587D; }

<div style="border:3px solid #98587D">Div</div>

This div border color is #98587D.


Opacity

.myOpacity80 { color: #98587D; opacity: 0.8; }

<p style="color:#98587D;opacity:0.8;">80%</p>

Text with #98587D 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 #98587D;}

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

This text has shadow with #98587D color.

.textShadow {text-shadow: 3px 3px 1px #98587D, 3px 3px 1px red;}

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

This text has shadow with #98587D primary color and red secondary color.


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

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

This text has shadow with #98587D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98587D on black background.


Color preview on white background

This text has color #98587D on white background.



Black color preview on #98587D background

This text has black color on #98587D background.


White color preview on #98587D background

This text has white color on #98587D background.