COLOR #985DAB

HEX: #985DAB RGB: (152,93,171)

Color info

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

RGB color model

#985DAB color RGB value is (152,93,171).

RGB: (152,93,171) (60%, 36%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 171 of 255 = 67%

152
93
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 93 + 171 = 416 (100%)
R 152 of 416 ~ 36.54%
G 93 of 416 ~ 22.36%
B 171 of 416 ~ 41.11'%

%36.54
%22.36
%41.11

CMYK color model

#985DAB color CMYK value is (11,46,0,33).

  • cyan value is 11.11%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,46,0,33)
C11M46Y0K33 (11%, 46%, 0%, 33%)
(0.11 / 0.46 / 0.00 / 0.33)

CMYK percentages

%11.11
%45.61
%0
%32.94

Codes

Color #985DAB in popluar color models

98 5D AB
RGB 152 93 171
HSL 285° 31.71% 51.76%
HSB/HSV 285° 45.61% 67.06%
CMYK 11.11% 45.61% 0.00%
32.94%

Color #985DAB in popluar number systems.

HEX 98 5D AB
Decimal 152 93 171
Binary 10011000 1011101 10101011
Octal 230 135 253

Shades and tints

Shades of #985DAB

#985DAB
(152,93,171)
#8B559C
(139,85,156)
#7E4D8D
(126,77,141)
#71457E
(113,69,126)
#643D6F
(100,61,111)
#573560
(87,53,96)
#4A2D51
(74,45,81)
#3D2542
(61,37,66)
#301D33
(48,29,51)
#231524
(35,21,36)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #985DAB

#985DAB
(152,93,171)
#A16BB2
(161,107,178)
#AA79B9
(170,121,185)
#B387C0
(179,135,192)
#BC95C7
(188,149,199)
#C5A3CE
(197,163,206)
#CEB1D5
(206,177,213)
#D7BFDC
(215,191,220)
#E0CDE3
(224,205,227)
#E9DBEA
(233,219,234)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985DAB; }

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

This text font color is #985DAB.

Background Color

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

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

This div background color is #985DAB.

Border color

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

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

This div border color is #985DAB.

Opacity

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

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

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

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

This text has shadow with #985DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985DAB.

Preview

Color preview on black background

This text has color #985DAB on black background.


Color preview on white background

This text has color #985DAB on white background.


Black color preview on #985DAB background

This text has black color on #985DAB background.


White color preview on #985DAB background

This text has white color on #985DAB background.


Related colors

Complementary color

Complementary color for #hex is #67A254.


I love getcolorcode.com

Triadic colors

1 #AB985D and #5DAB98 with #985DAB are triadic colors.

2 #AB5D98 and #5D98AB with #985DAB are triadic colors.