COLOR #98749D

HEX: #98749D RGB: (152,116,157)

Color info

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

RGB color model

#98749D color RGB value is (152,116,157).

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

RGB channels and saturation

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

152
116
157

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

Portions of RGB colors in percentages

R + G + B = 152 + 116 + 157 = 425 (100%)
R 152 of 425 ~ 35.76%
G 116 of 425 ~ 27.29%
B 157 of 425 ~ 36.94'%

%35.76
%27.29
%36.94

CMYK color model

#98749D color CMYK value is (3,26,0,38).

  • cyan value is 3.18%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (3,26,0,38)
C3M26Y0K38 (3%, 26%, 0%, 38%)
(0.03 / 0.26 / 0.00 / 0.38)

CMYK percentages

%3.18
%26.11
%0
%38.43

Codes

Color #98749D in popluar color models

98 74 9D
RGB 152 116 157
HSL 293° 17.30% 53.53%
HSB/HSV 293° 26.11% 61.57%
CMYK 3.18% 26.11% 0.00%
38.43%

Color #98749D in popluar number systems.

HEX 98 74 9D
Decimal 152 116 157
Binary 10011000 1110100 10011101
Octal 230 164 235

Shades and tints

Shades of #98749D

#98749D
(152,116,157)
#8B6A8F
(139,106,143)
#7E6081
(126,96,129)
#715673
(113,86,115)
#644C65
(100,76,101)
#574257
(87,66,87)
#4A3849
(74,56,73)
#3D2E3B
(61,46,59)
#30242D
(48,36,45)
#231A1F
(35,26,31)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #98749D

#98749D
(152,116,157)
#A180A5
(161,128,165)
#AA8CAD
(170,140,173)
#B398B5
(179,152,181)
#BCA4BD
(188,164,189)
#C5B0C5
(197,176,197)
#CEBCCD
(206,188,205)
#D7C8D5
(215,200,213)
#E0D4DD
(224,212,221)
#E9E0E5
(233,224,229)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98749D; }

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

This text font color is #98749D.

Background Color

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

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

This div background color is #98749D.

Border color

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

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

This div border color is #98749D.

Opacity

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

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

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

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

This text has shadow with #98749D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98749D.

Preview

Color preview on black background

This text has color #98749D on black background.


Color preview on white background

This text has color #98749D on white background.


Black color preview on #98749D background

This text has black color on #98749D background.


White color preview on #98749D background

This text has white color on #98749D background.


Related colors

Complementary color

Complementary color for #hex is #678B62.


I love getcolorcode.com

Triadic colors

1 #9D9874 and #749D98 with #98749D are triadic colors.

2 #9D7498 and #74989D with #98749D are triadic colors.