COLOR #985EBA

HEX: #985EBA
RGB: (152,94,186)

Color info

#985EBA contains mainly red and blue colors. Web safe color of #985EBA is #9966CC (or #96C).

RGB color model

#985EBA color RGB value is (152,94,186).

  • red value is 152;
  • green value is 94;
  • blue value is 186.
RGB:
(152,94,186)
(60%,37%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 186 of 255 = 73%

152
94
186

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

Portions of RGB colors in percentages

R + G + B =
152 + 94 + 186 = 432 (100%)
R 152 of 432 ~ 35.19%
G 94 of 432 ~ 21.76%
B 186 of 432 ~ 43.06%

%35.19
%21.76
%43.06

CMYK color model

#985EBA color CMYK value is (18,49,0,27).

  • cyan value is 18.28%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,49,0,27)
C18M49Y0K27 
(18%,49%,0%,27%)
(0.18/0.49/0.00/0.27)	

CMYK percentages

%18.28
%49.46
%0
%27.06

Codes

Color #985EBA in popluar color models

985EBA
RGB15294186
HSL278°40.00%54.90%
HSB/HSV278°49.46%72.94%
CMYK18.28%49.46%0.00%
27.06%

Color #985EBA in popluar number systems.

HEX985EBA
Decimal15294186
Binary10011000101111010111010
Octal230136272

Shades and tints

Shades of #985EBA

#985EBA
(152,94,186)
#8B56AA
(139,86,170)
#7E4E9A
(126,78,154)
#71468A
(113,70,138)
#643E7A
(100,62,122)
#57366A
(87,54,106)
#4A2E5A
(74,46,90)
#3D264A
(61,38,74)
#301E3A
(48,30,58)
#23162A
(35,22,42)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #985EBA

#985EBA
(152,94,186)
#A16CC0
(161,108,192)
#AA7AC6
(170,122,198)
#B388CC
(179,136,204)
#BC96D2
(188,150,210)
#C5A4D8
(197,164,216)
#CEB2DE
(206,178,222)
#D7C0E4
(215,192,228)
#E0CEEA
(224,206,234)
#E9DCF0
(233,220,240)
#F2EAF6
(242,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985EBA color. Also use rgb(152,94,186) instead hex code.

Text Font Color

.myTextColor { color: #985EBA; }

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

This text font color is #985EBA.


Background Color

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

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

This div background color is #985EBA.


Border color

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

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

This div border color is #985EBA.


Opacity

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

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

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

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

This text has shadow with #985EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985EBA on black background.


Color preview on white background

This text has color #985EBA on white background.



Black color preview on #985EBA background

This text has black color on #985EBA background.


White color preview on #985EBA background

This text has white color on #985EBA background.