COLOR #98739D

HEX: #98739D RGB: (152,115,157)

Color info

#98739D contains red, green and blue colors in about the same proportion. Web safe color of #98739D is #996699 (or #969).

RGB color model

#98739D color RGB value is (152,115,157).

RGB: (152,115,157) (60%, 45%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 157 of 255 = 62%

152
115
157

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

Portions of RGB colors in percentages

R + G + B = 152 + 115 + 157 = 424 (100%)
R 152 of 424 ~ 35.85%
G 115 of 424 ~ 27.12%
B 157 of 424 ~ 37.03'%

%35.85
%27.12
%37.03

CMYK color model

#98739D color CMYK value is (3,27,0,38).

  • cyan value is 3.18%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (3,27,0,38) C3M27Y0K38 (3%,27%,0%,38%) (0.03/0.27/0.00/0.38) 

CMYK percentages

%3.18
%26.75
%0
%38.43

Codes

Color #98739D in popluar color models

98 73 9D
RGB 152 115 157
HSL 293° 17.65% 53.33%
HSB/HSV 293° 26.75% 61.57%
CMYK 3.18% 26.75% 0.00%
38.43%

Color #98739D in popluar number systems.

HEX 98 73 9D
Decimal 152 115 157
Binary 10011000 1110011 10011101
Octal 230 163 235

Shades and tints

Shades of #98739D

#98739D
(152,115,157)
#8B698F
(139,105,143)
#7E5F81
(126,95,129)
#715573
(113,85,115)
#644B65
(100,75,101)
#574157
(87,65,87)
#4A3749
(74,55,73)
#3D2D3B
(61,45,59)
#30232D
(48,35,45)
#23191F
(35,25,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #98739D

#98739D
(152,115,157)
#A17FA5
(161,127,165)
#AA8BAD
(170,139,173)
#B397B5
(179,151,181)
#BCA3BD
(188,163,189)
#C5AFC5
(197,175,197)
#CEBBCD
(206,187,205)
#D7C7D5
(215,199,213)
#E0D3DD
(224,211,221)
#E9DFE5
(233,223,229)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98739D color. Also use rgb(152,115,157) instead hex code.

Text Font Color

.myTextColor { color: #98739D; }

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

This text font color is #98739D.

Background Color

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

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

This div background color is #98739D.

Border color

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

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

This div border color is #98739D.

Opacity

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

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

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

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

This text has shadow with #98739D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98739D.

Preview

Color preview on black background

This text has color #98739D on black background.


Color preview on white background

This text has color #98739D on white background.


Black color preview on #98739D background

This text has black color on #98739D background.


White color preview on #98739D background

This text has white color on #98739D background.


Related colors

Complementary color

Complementary color for #hex is #678C62.


I love getcolorcode.com

Triadic colors

1 #9D9873 and #739D98 with #98739D are triadic colors.

2 #9D7398 and #73989D with #98739D are triadic colors.