COLOR #985491

HEX: #985491
RGB: (152,84,145)

Color info

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

RGB color model

#985491 color RGB value is (152,84,145).

  • red value is 152;
  • green value is 84;
  • blue value is 145.
RGB:
(152,84,145)
(60%,33%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 84 of 255 = 33%
B 145 of 255 = 57%

152
84
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 84 + 145 = 381 (100%)
R 152 of 381 ~ 39.9%
G 84 of 381 ~ 22.05%
B 145 of 381 ~ 38.06%

%39.9
%22.05
%38.06

CMYK color model

#985491 color CMYK value is (0,45,5,40).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,45,5,40)
C0M45Y5K40 
(0%,45%,5%,40%)
(0.00/0.45/0.05/0.40)	

CMYK percentages

%0
%44.74
%4.61
%40.39

Codes

Color #985491 in popluar color models

985491
RGB15284145
HSL306°28.81%46.27%
HSB/HSV306°44.74%59.61%
CMYK0.00%44.74%4.61%
40.39%

Color #985491 in popluar number systems.

HEX985491
Decimal15284145
Binary10011000101010010010001
Octal230124221

Shades and tints

Shades of #985491

#985491
(152,84,145)
#8B4D84
(139,77,132)
#7E4677
(126,70,119)
#713F6A
(113,63,106)
#64385D
(100,56,93)
#573150
(87,49,80)
#4A2A43
(74,42,67)
#3D2336
(61,35,54)
#301C29
(48,28,41)
#23151C
(35,21,28)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #985491

#985491
(152,84,145)
#A1639B
(161,99,155)
#AA72A5
(170,114,165)
#B381AF
(179,129,175)
#BC90B9
(188,144,185)
#C59FC3
(197,159,195)
#CEAECD
(206,174,205)
#D7BDD7
(215,189,215)
#E0CCE1
(224,204,225)
#E9DBEB
(233,219,235)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985491 color. Also use rgb(152,84,145) instead hex code.

Text Font Color

.myTextColor { color: #985491; }

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

This text font color is #985491.


Background Color

.myBgColor { background-color: #985491; }

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

This div background color is #985491.


Border color

.myBorderColor { border: 1px solid #985491; }

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

This div border color is #985491.


Opacity

.myOpacity80 { color: #985491; opacity: 0.8; }

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

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

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

This text has shadow with #985491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985491 on black background.


Color preview on white background

This text has color #985491 on white background.



Black color preview on #985491 background

This text has black color on #985491 background.


White color preview on #985491 background

This text has white color on #985491 background.