COLOR #985A8D

HEX: #985A8D
RGB: (152,90,141)

Color info

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

RGB color model

#985A8D color RGB value is (152,90,141).

  • red value is 152;
  • green value is 90;
  • blue value is 141.
RGB:
(152,90,141)
(60%,35%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 90 of 255 = 35%
B 141 of 255 = 55%

152
90
141

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

Portions of RGB colors in percentages

R + G + B =
152 + 90 + 141 = 383 (100%)
R 152 of 383 ~ 39.69%
G 90 of 383 ~ 23.5%
B 141 of 383 ~ 36.81%

%39.69
%23.5
%36.81

CMYK color model

#985A8D color CMYK value is (0,41,7,40).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(0,41,7,40)
C0M41Y7K40 
(0%,41%,7%,40%)
(0.00/0.41/0.07/0.40)	

CMYK percentages

%0
%40.79
%7.24
%40.39

Codes

Color #985A8D in popluar color models

985A8D
RGB15290141
HSL311°25.62%47.45%
HSB/HSV311°40.79%59.61%
CMYK0.00%40.79%7.24%
40.39%

Color #985A8D in popluar number systems.

HEX985A8D
Decimal15290141
Binary10011000101101010001101
Octal230132215

Shades and tints

Shades of #985A8D

#985A8D
(152,90,141)
#8B5281
(139,82,129)
#7E4A75
(126,74,117)
#714269
(113,66,105)
#643A5D
(100,58,93)
#573251
(87,50,81)
#4A2A45
(74,42,69)
#3D2239
(61,34,57)
#301A2D
(48,26,45)
#231221
(35,18,33)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #985A8D

#985A8D
(152,90,141)
#A16997
(161,105,151)
#AA78A1
(170,120,161)
#B387AB
(179,135,171)
#BC96B5
(188,150,181)
#C5A5BF
(197,165,191)
#CEB4C9
(206,180,201)
#D7C3D3
(215,195,211)
#E0D2DD
(224,210,221)
#E9E1E7
(233,225,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985A8D color. Also use rgb(152,90,141) instead hex code.

Text Font Color

.myTextColor { color: #985A8D; }

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

This text font color is #985A8D.


Background Color

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

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

This div background color is #985A8D.


Border color

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

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

This div border color is #985A8D.


Opacity

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

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

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

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

This text has shadow with #985A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985A8D on black background.


Color preview on white background

This text has color #985A8D on white background.



Black color preview on #985A8D background

This text has black color on #985A8D background.


White color preview on #985A8D background

This text has white color on #985A8D background.