COLOR #98749F

HEX: #98749F
RGB: (152,116,159)

Color info

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

RGB color model

#98749F color RGB value is (152,116,159).

  • red value is 152;
  • green value is 116;
  • blue value is 159.
RGB:
(152,116,159)
(60%,45%,62%)

RGB channels and saturation

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

152
116
159

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

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 159 = 427 (100%)
R 152 of 427 ~ 35.6%
G 116 of 427 ~ 27.17%
B 159 of 427 ~ 37.24%

%35.6
%27.17
%37.24

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(4,27,0,38)
C4M27Y0K38 
(4%,27%,0%,38%)
(0.04/0.27/0.00/0.38)	

CMYK percentages

%4.4
%27.04
%0
%37.65

Codes

Color #98749F in popluar color models

98749F
RGB152116159
HSL290°18.30%53.92%
HSB/HSV290°27.04%62.35%
CMYK4.40%27.04%0.00%
37.65%

Color #98749F in popluar number systems.

HEX98749F
Decimal152116159
Binary10011000111010010011111
Octal230164237

Shades and tints

Shades of #98749F

#98749F
(152,116,159)
#8B6A91
(139,106,145)
#7E6083
(126,96,131)
#715675
(113,86,117)
#644C67
(100,76,103)
#574259
(87,66,89)
#4A384B
(74,56,75)
#3D2E3D
(61,46,61)
#30242F
(48,36,47)
#231A21
(35,26,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #98749F

#98749F
(152,116,159)
#A180A7
(161,128,167)
#AA8CAF
(170,140,175)
#B398B7
(179,152,183)
#BCA4BF
(188,164,191)
#C5B0C7
(197,176,199)
#CEBCCF
(206,188,207)
#D7C8D7
(215,200,215)
#E0D4DF
(224,212,223)
#E9E0E7
(233,224,231)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98749F; }

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

This text font color is #98749F.


Background Color

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

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

This div background color is #98749F.


Border color

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

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

This div border color is #98749F.


Opacity

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

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

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

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

This text has shadow with #98749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98749F on black background.


Color preview on white background

This text has color #98749F on white background.



Black color preview on #98749F background

This text has black color on #98749F background.


White color preview on #98749F background

This text has white color on #98749F background.