COLOR #98577D

HEX: #98577D
RGB: (152,87,125)

Color info

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

RGB color model

#98577D color RGB value is (152,87,125).

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

RGB channels and saturation

R 152 of 255 = 60%
G 87 of 255 = 34%
B 125 of 255 = 49%

152
87
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 87 + 125 = 364 (100%)
R 152 of 364 ~ 41.76%
G 87 of 364 ~ 23.9%
B 125 of 364 ~ 34.34%

%41.76
%23.9
%34.34

CMYK color model

#98577D color CMYK value is (0,43,18,40).

  • cyan value is 0.00%
  • magenta value is 42.76%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,43,18,40)
C0M43Y18K40 
(0%,43%,18%,40%)
(0.00/0.43/0.18/0.40)	

CMYK percentages

%0
%42.76
%17.76
%40.39

Codes

Color #98577D in popluar color models

98577D
RGB15287125
HSL325°27.20%46.86%
HSB/HSV325°42.76%59.61%
CMYK0.00%42.76%17.76%
40.39%

Color #98577D in popluar number systems.

HEX98577D
Decimal15287125
Binary1001100010101111111101
Octal230127175

Shades and tints

Shades of #98577D

#98577D
(152,87,125)
#8B5072
(139,80,114)
#7E4967
(126,73,103)
#71425C
(113,66,92)
#643B51
(100,59,81)
#573446
(87,52,70)
#4A2D3B
(74,45,59)
#3D2630
(61,38,48)
#301F25
(48,31,37)
#23181A
(35,24,26)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #98577D

#98577D
(152,87,125)
#A16688
(161,102,136)
#AA7593
(170,117,147)
#B3849E
(179,132,158)
#BC93A9
(188,147,169)
#C5A2B4
(197,162,180)
#CEB1BF
(206,177,191)
#D7C0CA
(215,192,202)
#E0CFD5
(224,207,213)
#E9DEE0
(233,222,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98577D; }

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

This text font color is #98577D.


Background Color

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

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

This div background color is #98577D.


Border color

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

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

This div border color is #98577D.


Opacity

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

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

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

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

This text has shadow with #98577D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98577D on black background.


Color preview on white background

This text has color #98577D on white background.



Black color preview on #98577D background

This text has black color on #98577D background.


White color preview on #98577D background

This text has white color on #98577D background.