COLOR #98719C

HEX: #98719C
RGB: (152,113,156)

Color info

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

RGB color model

#98719C color RGB value is (152,113,156).

  • red value is 152;
  • green value is 113;
  • blue value is 156.
RGB:
(152,113,156)
(60%,44%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 113 of 255 = 44%
B 156 of 255 = 61%

152
113
156

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

Portions of RGB colors in percentages

R + G + B =
152 + 113 + 156 = 421 (100%)
R 152 of 421 ~ 36.1%
G 113 of 421 ~ 26.84%
B 156 of 421 ~ 37.05%

%36.1
%26.84
%37.05

CMYK color model

#98719C color CMYK value is (3,28,0,39).

  • cyan value is 2.56%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,28,0,39)
C3M28Y0K39 
(3%,28%,0%,39%)
(0.03/0.28/0.00/0.39)	

CMYK percentages

%2.56
%27.56
%0
%38.82

Codes

Color #98719C in popluar color models

98719C
RGB152113156
HSL294°17.84%52.75%
HSB/HSV294°27.56%61.18%
CMYK2.56%27.56%0.00%
38.82%

Color #98719C in popluar number systems.

HEX98719C
Decimal152113156
Binary10011000111000110011100
Octal230161234

Shades and tints

Shades of #98719C

#98719C
(152,113,156)
#8B678E
(139,103,142)
#7E5D80
(126,93,128)
#715372
(113,83,114)
#644964
(100,73,100)
#573F56
(87,63,86)
#4A3548
(74,53,72)
#3D2B3A
(61,43,58)
#30212C
(48,33,44)
#23171E
(35,23,30)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #98719C

#98719C
(152,113,156)
#A17DA5
(161,125,165)
#AA89AE
(170,137,174)
#B395B7
(179,149,183)
#BCA1C0
(188,161,192)
#C5ADC9
(197,173,201)
#CEB9D2
(206,185,210)
#D7C5DB
(215,197,219)
#E0D1E4
(224,209,228)
#E9DDED
(233,221,237)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98719C color. Also use rgb(152,113,156) instead hex code.

Text Font Color

.myTextColor { color: #98719C; }

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

This text font color is #98719C.


Background Color

.myBgColor { background-color: #98719C; }

<div style="background-color:#98719C">Inner text</div>

This div background color is #98719C.


Border color

.myBorderColor { border: 1px solid #98719C; }

<div style="border:3px solid #98719C">Div</div>

This div border color is #98719C.


Opacity

.myOpacity80 { color: #98719C; opacity: 0.8; }

<p style="color:#98719C;opacity:0.8;">80%</p>

Text with #98719C 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 #98719C;}

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

This text has shadow with #98719C color.

.textShadow {text-shadow: 3px 3px 1px #98719C, 3px 3px 1px red;}

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

This text has shadow with #98719C primary color and red secondary color.


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

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

This text has shadow with #98719C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98719C on black background.


Color preview on white background

This text has color #98719C on white background.



Black color preview on #98719C background

This text has black color on #98719C background.


White color preview on #98719C background

This text has white color on #98719C background.