COLOR #98588E

HEX: #98588E
RGB: (152,88,142)

Color info

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

RGB color model

#98588E color RGB value is (152,88,142).

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

RGB channels and saturation

R 152 of 255 = 60%
G 88 of 255 = 35%
B 142 of 255 = 56%

152
88
142

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

Portions of RGB colors in percentages

R + G + B =
152 + 88 + 142 = 382 (100%)
R 152 of 382 ~ 39.79%
G 88 of 382 ~ 23.04%
B 142 of 382 ~ 37.17%

%39.79
%23.04
%37.17

CMYK color model

#98588E color CMYK value is (0,42,7,40).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(0,42,7,40)
C0M42Y7K40 
(0%,42%,7%,40%)
(0.00/0.42/0.07/0.40)	

CMYK percentages

%0
%42.11
%6.58
%40.39

Codes

Color #98588E in popluar color models

98588E
RGB15288142
HSL309°26.67%47.06%
HSB/HSV309°42.11%59.61%
CMYK0.00%42.11%6.58%
40.39%

Color #98588E in popluar number systems.

HEX98588E
Decimal15288142
Binary10011000101100010001110
Octal230130216

Shades and tints

Shades of #98588E

#98588E
(152,88,142)
#8B5082
(139,80,130)
#7E4876
(126,72,118)
#71406A
(113,64,106)
#64385E
(100,56,94)
#573052
(87,48,82)
#4A2846
(74,40,70)
#3D203A
(61,32,58)
#30182E
(48,24,46)
#231022
(35,16,34)
#160816
(22,8,22)
#000000
(0,0,0)

Tints of #98588E

#98588E
(152,88,142)
#A16798
(161,103,152)
#AA76A2
(170,118,162)
#B385AC
(179,133,172)
#BC94B6
(188,148,182)
#C5A3C0
(197,163,192)
#CEB2CA
(206,178,202)
#D7C1D4
(215,193,212)
#E0D0DE
(224,208,222)
#E9DFE8
(233,223,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98588E color. Also use rgb(152,88,142) instead hex code.

Text Font Color

.myTextColor { color: #98588E; }

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

This text font color is #98588E.


Background Color

.myBgColor { background-color: #98588E; }

<div style="background-color:#98588E">Inner text</div>

This div background color is #98588E.


Border color

.myBorderColor { border: 1px solid #98588E; }

<div style="border:3px solid #98588E">Div</div>

This div border color is #98588E.


Opacity

.myOpacity80 { color: #98588E; opacity: 0.8; }

<p style="color:#98588E;opacity:0.8;">80%</p>

Text with #98588E 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 #98588E;}

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

This text has shadow with #98588E color.

.textShadow {text-shadow: 3px 3px 1px #98588E, 3px 3px 1px red;}

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

This text has shadow with #98588E primary color and red secondary color.


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

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

This text has shadow with #98588E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98588E on black background.


Color preview on white background

This text has color #98588E on white background.



Black color preview on #98588E background

This text has black color on #98588E background.


White color preview on #98588E background

This text has white color on #98588E background.