COLOR #98749E

HEX: #98749E RGB: (152,116,158)

Color info

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

RGB color model

#98749E color RGB value is (152,116,158).

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

RGB channels and saturation

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

152
116
158

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

Portions of RGB colors in percentages

R + G + B = 152 + 116 + 158 = 426 (100%)
R 152 of 426 ~ 35.68%
G 116 of 426 ~ 27.23%
B 158 of 426 ~ 37.09'%

%35.68
%27.23
%37.09

CMYK color model

#98749E color CMYK value is (4,27,0,38).

  • cyan value is 3.80%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (4,27,0,38)
C4M27Y0K38 (4%, 27%, 0%, 38%)
(0.04 / 0.27 / 0.00 / 0.38)

CMYK percentages

%3.8
%26.58
%0
%38.04

Codes

Color #98749E in popluar color models

98 74 9E
RGB 152 116 158
HSL 291° 17.80% 53.73%
HSB/HSV 291° 26.58% 61.96%
CMYK 3.80% 26.58% 0.00%
38.04%

Color #98749E in popluar number systems.

HEX 98 74 9E
Decimal 152 116 158
Binary 10011000 1110100 10011110
Octal 230 164 236

Shades and tints

Shades of #98749E

#98749E
(152,116,158)
#8B6A90
(139,106,144)
#7E6082
(126,96,130)
#715674
(113,86,116)
#644C66
(100,76,102)
#574258
(87,66,88)
#4A384A
(74,56,74)
#3D2E3C
(61,46,60)
#30242E
(48,36,46)
#231A20
(35,26,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #98749E

#98749E
(152,116,158)
#A180A6
(161,128,166)
#AA8CAE
(170,140,174)
#B398B6
(179,152,182)
#BCA4BE
(188,164,190)
#C5B0C6
(197,176,198)
#CEBCCE
(206,188,206)
#D7C8D6
(215,200,214)
#E0D4DE
(224,212,222)
#E9E0E6
(233,224,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98749E; }

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

This text font color is #98749E.

Background Color

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

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

This div background color is #98749E.

Border color

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

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

This div border color is #98749E.

Opacity

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

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

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

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

This text has shadow with #98749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98749E.

Preview

Color preview on black background

This text has color #98749E on black background.


Color preview on white background

This text has color #98749E on white background.


Black color preview on #98749E background

This text has black color on #98749E background.


White color preview on #98749E background

This text has white color on #98749E background.


Related colors

Complementary color

Complementary color for #hex is #678B61.


I love getcolorcode.com

Triadic colors

1 #9E9874 and #749E98 with #98749E are triadic colors.

2 #9E7498 and #74989E with #98749E are triadic colors.