COLOR #985DB2

HEX: #985DB2
RGB: (152,93,178)

Color info

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

RGB color model

#985DB2 color RGB value is (152,93,178).

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

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 178 of 255 = 70%

152
93
178

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 178 = 423 (100%)
R 152 of 423 ~ 35.93%
G 93 of 423 ~ 21.99%
B 178 of 423 ~ 42.08%

%35.93
%21.99
%42.08

CMYK color model

#985DB2 color CMYK value is (15,48,0,30).

  • cyan value is 14.61%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(15,48,0,30)
C15M48Y0K30 
(15%,48%,0%,30%)
(0.15/0.48/0.00/0.30)	

CMYK percentages

%14.61
%47.75
%0
%30.2

Codes

Color #985DB2 in popluar color models

985DB2
RGB15293178
HSL282°35.56%53.14%
HSB/HSV282°47.75%69.80%
CMYK14.61%47.75%0.00%
30.20%

Color #985DB2 in popluar number systems.

HEX985DB2
Decimal15293178
Binary10011000101110110110010
Octal230135262

Shades and tints

Shades of #985DB2

#985DB2
(152,93,178)
#8B55A2
(139,85,162)
#7E4D92
(126,77,146)
#714582
(113,69,130)
#643D72
(100,61,114)
#573562
(87,53,98)
#4A2D52
(74,45,82)
#3D2542
(61,37,66)
#301D32
(48,29,50)
#231522
(35,21,34)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #985DB2

#985DB2
(152,93,178)
#A16BB9
(161,107,185)
#AA79C0
(170,121,192)
#B387C7
(179,135,199)
#BC95CE
(188,149,206)
#C5A3D5
(197,163,213)
#CEB1DC
(206,177,220)
#D7BFE3
(215,191,227)
#E0CDEA
(224,205,234)
#E9DBF1
(233,219,241)
#F2E9F8
(242,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985DB2; }

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

This text font color is #985DB2.


Background Color

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

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

This div background color is #985DB2.


Border color

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

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

This div border color is #985DB2.


Opacity

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

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

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

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

This text has shadow with #985DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985DB2 on black background.


Color preview on white background

This text has color #985DB2 on white background.



Black color preview on #985DB2 background

This text has black color on #985DB2 background.


White color preview on #985DB2 background

This text has white color on #985DB2 background.