COLOR #985D97

HEX: #985D97
RGB: (152,93,151)

Color info

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

RGB color model

#985D97 color RGB value is (152,93,151).

  • red value is 152;
  • green value is 93;
  • blue value is 151.
RGB:
(152,93,151)
(60%,36%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 151 of 255 = 59%

152
93
151

R + G + B ~ 52%. #985D97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 151 = 396 (100%)
R 152 of 396 ~ 38.38%
G 93 of 396 ~ 23.48%
B 151 of 396 ~ 38.13%

%38.38
%23.48
%38.13

CMYK color model

#985D97 color CMYK value is (0,39,1,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,39,1,40)
C0M39Y1K40 
(0%,39%,1%,40%)
(0.00/0.39/0.01/0.40)	

CMYK percentages

%0
%38.82
%0.66
%40.39

Codes

Color #985D97 in popluar color models

985D97
RGB15293151
HSL301°24.08%48.04%
HSB/HSV301°38.82%59.61%
CMYK0.00%38.82%0.66%
40.39%

Color #985D97 in popluar number systems.

HEX985D97
Decimal15293151
Binary10011000101110110010111
Octal230135227

Shades and tints

Shades of #985D97

#985D97
(152,93,151)
#8B558A
(139,85,138)
#7E4D7D
(126,77,125)
#714570
(113,69,112)
#643D63
(100,61,99)
#573556
(87,53,86)
#4A2D49
(74,45,73)
#3D253C
(61,37,60)
#301D2F
(48,29,47)
#231522
(35,21,34)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #985D97

#985D97
(152,93,151)
#A16BA0
(161,107,160)
#AA79A9
(170,121,169)
#B387B2
(179,135,178)
#BC95BB
(188,149,187)
#C5A3C4
(197,163,196)
#CEB1CD
(206,177,205)
#D7BFD6
(215,191,214)
#E0CDDF
(224,205,223)
#E9DBE8
(233,219,232)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985D97 color. Also use rgb(152,93,151) instead hex code.

Text Font Color

.myTextColor { color: #985D97; }

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

This text font color is #985D97.


Background Color

.myBgColor { background-color: #985D97; }

<div style="background-color:#985D97">Inner text</div>

This div background color is #985D97.


Border color

.myBorderColor { border: 1px solid #985D97; }

<div style="border:3px solid #985D97">Div</div>

This div border color is #985D97.


Opacity

.myOpacity80 { color: #985D97; opacity: 0.8; }

<p style="color:#985D97;opacity:0.8;">80%</p>

Text with #985D97 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 #985D97;}

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

This text has shadow with #985D97 color.

.textShadow {text-shadow: 3px 3px 1px #985D97, 3px 3px 1px red;}

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

This text has shadow with #985D97 primary color and red secondary color.


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

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

This text has shadow with #985D97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D97 on black background.


Color preview on white background

This text has color #985D97 on white background.



Black color preview on #985D97 background

This text has black color on #985D97 background.


White color preview on #985D97 background

This text has white color on #985D97 background.