COLOR #985DA2

HEX: #985DA2
RGB: (152,93,162)

Color info

#985DA2 contains mainly red and blue colors. Web safe color of #985DA2 is #996699 (or #969).

RGB color model

#985DA2 color RGB value is (152,93,162).

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

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 162 of 255 = 64%

152
93
162

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 162 = 407 (100%)
R 152 of 407 ~ 37.35%
G 93 of 407 ~ 22.85%
B 162 of 407 ~ 39.8%

%37.35
%22.85
%39.8

CMYK color model

#985DA2 color CMYK value is (6,43,0,36).

  • cyan value is 6.17%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(6,43,0,36)
C6M43Y0K36 
(6%,43%,0%,36%)
(0.06/0.43/0.00/0.36)	

CMYK percentages

%6.17
%42.59
%0
%36.47

Codes

Color #985DA2 in popluar color models

985DA2
RGB15293162
HSL291°27.06%50.00%
HSB/HSV291°42.59%63.53%
CMYK6.17%42.59%0.00%
36.47%

Color #985DA2 in popluar number systems.

HEX985DA2
Decimal15293162
Binary10011000101110110100010
Octal230135242

Shades and tints

Shades of #985DA2

#985DA2
(152,93,162)
#8B5594
(139,85,148)
#7E4D86
(126,77,134)
#714578
(113,69,120)
#643D6A
(100,61,106)
#57355C
(87,53,92)
#4A2D4E
(74,45,78)
#3D2540
(61,37,64)
#301D32
(48,29,50)
#231524
(35,21,36)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #985DA2

#985DA2
(152,93,162)
#A16BAA
(161,107,170)
#AA79B2
(170,121,178)
#B387BA
(179,135,186)
#BC95C2
(188,149,194)
#C5A3CA
(197,163,202)
#CEB1D2
(206,177,210)
#D7BFDA
(215,191,218)
#E0CDE2
(224,205,226)
#E9DBEA
(233,219,234)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985DA2; }

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

This text font color is #985DA2.


Background Color

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

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

This div background color is #985DA2.


Border color

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

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

This div border color is #985DA2.


Opacity

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

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

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

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

This text has shadow with #985DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985DA2 on black background.


Color preview on white background

This text has color #985DA2 on white background.



Black color preview on #985DA2 background

This text has black color on #985DA2 background.


White color preview on #985DA2 background

This text has white color on #985DA2 background.