COLOR #98598A

HEX: #98598A
RGB: (152,89,138)

Color info

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

RGB color model

#98598A color RGB value is (152,89,138).

  • red value is 152;
  • green value is 89;
  • blue value is 138.
RGB:
(152,89,138)
(60%,35%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 89 of 255 = 35%
B 138 of 255 = 54%

152
89
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 89 + 138 = 379 (100%)
R 152 of 379 ~ 40.11%
G 89 of 379 ~ 23.48%
B 138 of 379 ~ 36.41%

%40.11
%23.48
%36.41

CMYK color model

#98598A color CMYK value is (0,41,9,40).

  • cyan value is 0.00%
  • magenta value is 41.45%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,41,9,40)
C0M41Y9K40 
(0%,41%,9%,40%)
(0.00/0.41/0.09/0.40)	

CMYK percentages

%0
%41.45
%9.21
%40.39

Codes

Color #98598A in popluar color models

98598A
RGB15289138
HSL313°26.14%47.25%
HSB/HSV313°41.45%59.61%
CMYK0.00%41.45%9.21%
40.39%

Color #98598A in popluar number systems.

HEX98598A
Decimal15289138
Binary10011000101100110001010
Octal230131212

Shades and tints

Shades of #98598A

#98598A
(152,89,138)
#8B517E
(139,81,126)
#7E4972
(126,73,114)
#714166
(113,65,102)
#64395A
(100,57,90)
#57314E
(87,49,78)
#4A2942
(74,41,66)
#3D2136
(61,33,54)
#30192A
(48,25,42)
#23111E
(35,17,30)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #98598A

#98598A
(152,89,138)
#A16894
(161,104,148)
#AA779E
(170,119,158)
#B386A8
(179,134,168)
#BC95B2
(188,149,178)
#C5A4BC
(197,164,188)
#CEB3C6
(206,179,198)
#D7C2D0
(215,194,208)
#E0D1DA
(224,209,218)
#E9E0E4
(233,224,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98598A color. Also use rgb(152,89,138) instead hex code.

Text Font Color

.myTextColor { color: #98598A; }

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

This text font color is #98598A.


Background Color

.myBgColor { background-color: #98598A; }

<div style="background-color:#98598A">Inner text</div>

This div background color is #98598A.


Border color

.myBorderColor { border: 1px solid #98598A; }

<div style="border:3px solid #98598A">Div</div>

This div border color is #98598A.


Opacity

.myOpacity80 { color: #98598A; opacity: 0.8; }

<p style="color:#98598A;opacity:0.8;">80%</p>

Text with #98598A 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 #98598A;}

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

This text has shadow with #98598A color.

.textShadow {text-shadow: 3px 3px 1px #98598A, 3px 3px 1px red;}

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

This text has shadow with #98598A primary color and red secondary color.


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

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

This text has shadow with #98598A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98598A on black background.


Color preview on white background

This text has color #98598A on white background.



Black color preview on #98598A background

This text has black color on #98598A background.


White color preview on #98598A background

This text has white color on #98598A background.