COLOR #98709B

HEX: #98709B RGB: (152,112,155)

Color info

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

RGB color model

#98709B color RGB value is (152,112,155).

RGB: (152,112,155) (60%, 44%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 112 of 255 = 44%
B 155 of 255 = 61%

152
112
155

R + G + B ~ 55%. #98709B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 112 + 155 = 419 (100%)
R 152 of 419 ~ 36.28%
G 112 of 419 ~ 26.73%
B 155 of 419 ~ 36.99'%

%36.28
%26.73
%36.99

CMYK color model

#98709B color CMYK value is (2,28,0,39).

  • cyan value is 1.94%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (2,28,0,39)
C2M28Y0K39 (2%, 28%, 0%, 39%)
(0.02 / 0.28 / 0.00 / 0.39)

CMYK percentages

%1.94
%27.74
%0
%39.22

Codes

Color #98709B in popluar color models

98 70 9B
RGB 152 112 155
HSL 296° 17.70% 52.35%
HSB/HSV 296° 27.74% 60.78%
CMYK 1.94% 27.74% 0.00%
39.22%

Color #98709B in popluar number systems.

HEX 98 70 9B
Decimal 152 112 155
Binary 10011000 1110000 10011011
Octal 230 160 233

Shades and tints

Shades of #98709B

#98709B
(152,112,155)
#8B668D
(139,102,141)
#7E5C7F
(126,92,127)
#715271
(113,82,113)
#644863
(100,72,99)
#573E55
(87,62,85)
#4A3447
(74,52,71)
#3D2A39
(61,42,57)
#30202B
(48,32,43)
#23161D
(35,22,29)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #98709B

#98709B
(152,112,155)
#A17DA4
(161,125,164)
#AA8AAD
(170,138,173)
#B397B6
(179,151,182)
#BCA4BF
(188,164,191)
#C5B1C8
(197,177,200)
#CEBED1
(206,190,209)
#D7CBDA
(215,203,218)
#E0D8E3
(224,216,227)
#E9E5EC
(233,229,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98709B color. Also use rgb(152,112,155) instead hex code.

Text Font Color

.myTextColor { color: #98709B; }

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

This text font color is #98709B.

Background Color

.myBgColor { background-color: #98709B; }

<div style="background-color:#98709B">Inner text</div>

This div background color is #98709B.

Border color

.myBorderColor { border: 1px solid #98709B; }

<div style="border:3px solid #98709B">Div</div>

This div border color is #98709B.

Opacity

.myOpacity80 { color: #98709B; opacity: 0.8; }

<p style="color:#98709B;opacity:0.8;">80%</p>

Text with #98709B 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 #98709B;}

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

This text has shadow with #98709B color.


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

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

This text has shadow with #98709B primary color and red secondary color.


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

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

This text has shadow with #98709B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98709B.

Preview

Color preview on black background

This text has color #98709B on black background.


Color preview on white background

This text has color #98709B on white background.


Black color preview on #98709B background

This text has black color on #98709B background.


White color preview on #98709B background

This text has white color on #98709B background.


Related colors

Complementary color

Complementary color for #hex is #678F64.


I love getcolorcode.com

Triadic colors

1 #9B9870 and #709B98 with #98709B are triadic colors.

2 #9B7098 and #70989B with #98709B are triadic colors.