COLOR #985DB0

HEX: #985DB0
RGB: (152,93,176)

Color info

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

RGB color model

#985DB0 color RGB value is (152,93,176).

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

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 176 of 255 = 69%

152
93
176

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 176 = 421 (100%)
R 152 of 421 ~ 36.1%
G 93 of 421 ~ 22.09%
B 176 of 421 ~ 41.81%

%36.1
%22.09
%41.81

CMYK color model

#985DB0 color CMYK value is (14,47,0,31).

  • cyan value is 13.64%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(14,47,0,31)
C14M47Y0K31 
(14%,47%,0%,31%)
(0.14/0.47/0.00/0.31)	

CMYK percentages

%13.64
%47.16
%0
%30.98

Codes

Color #985DB0 in popluar color models

985DB0
RGB15293176
HSL283°34.44%52.75%
HSB/HSV283°47.16%69.02%
CMYK13.64%47.16%0.00%
30.98%

Color #985DB0 in popluar number systems.

HEX985DB0
Decimal15293176
Binary10011000101110110110000
Octal230135260

Shades and tints

Shades of #985DB0

#985DB0
(152,93,176)
#8B55A0
(139,85,160)
#7E4D90
(126,77,144)
#714580
(113,69,128)
#643D70
(100,61,112)
#573560
(87,53,96)
#4A2D50
(74,45,80)
#3D2540
(61,37,64)
#301D30
(48,29,48)
#231520
(35,21,32)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #985DB0

#985DB0
(152,93,176)
#A16BB7
(161,107,183)
#AA79BE
(170,121,190)
#B387C5
(179,135,197)
#BC95CC
(188,149,204)
#C5A3D3
(197,163,211)
#CEB1DA
(206,177,218)
#D7BFE1
(215,191,225)
#E0CDE8
(224,205,232)
#E9DBEF
(233,219,239)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985DB0; }

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

This text font color is #985DB0.


Background Color

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

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

This div background color is #985DB0.


Border color

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

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

This div border color is #985DB0.


Opacity

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

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

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

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

This text has shadow with #985DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985DB0 on black background.


Color preview on white background

This text has color #985DB0 on white background.



Black color preview on #985DB0 background

This text has black color on #985DB0 background.


White color preview on #985DB0 background

This text has white color on #985DB0 background.