COLOR #987FF9

HEX: #987FF9
RGB: (152,127,249)

Color info

#987FF9 contains mainly blue color. Web safe color of #987FF9 is #9966FF (or #96F).

RGB color model

#987FF9 color RGB value is (152,127,249).

  • red value is 152;
  • green value is 127;
  • blue value is 249.
RGB:
(152,127,249)
(60%,50%,98%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 249 of 255 = 98%

152
127
249

R + G + B ~ 69%. #987FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 127 + 249 = 528 (100%)
R 152 of 528 ~ 28.79%
G 127 of 528 ~ 24.05%
B 249 of 528 ~ 47.16%

%28.79
%24.05
%47.16

CMYK color model

#987FF9 color CMYK value is (39,49,0,2).

  • cyan value is 38.96%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(39,49,0,2)
C39M49Y0K2 
(39%,49%,0%,2%)
(0.39/0.49/0.00/0.02)	

CMYK percentages

%38.96
%49
%0
%2.35

Codes

Color #987FF9 in popluar color models

987FF9
RGB152127249
HSL252°91.04%73.73%
HSB/HSV252°49.00%97.65%
CMYK38.96%49.00%0.00%
2.35%

Color #987FF9 in popluar number systems.

HEX987FF9
Decimal152127249
Binary10011000111111111111001
Octal230177371

Shades and tints

Shades of #987FF9

#987FF9
(152,127,249)
#8B74E3
(139,116,227)
#7E69CD
(126,105,205)
#715EB7
(113,94,183)
#6453A1
(100,83,161)
#57488B
(87,72,139)
#4A3D75
(74,61,117)
#3D325F
(61,50,95)
#302749
(48,39,73)
#231C33
(35,28,51)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #987FF9

#987FF9
(152,127,249)
#A18AF9
(161,138,249)
#AA95F9
(170,149,249)
#B3A0F9
(179,160,249)
#BCABF9
(188,171,249)
#C5B6F9
(197,182,249)
#CEC1F9
(206,193,249)
#D7CCF9
(215,204,249)
#E0D7F9
(224,215,249)
#E9E2F9
(233,226,249)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987FF9 color. Also use rgb(152,127,249) instead hex code.

Text Font Color

.myTextColor { color: #987FF9; }

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

This text font color is #987FF9.


Background Color

.myBgColor { background-color: #987FF9; }

<div style="background-color:#987FF9">Inner text</div>

This div background color is #987FF9.


Border color

.myBorderColor { border: 1px solid #987FF9; }

<div style="border:3px solid #987FF9">Div</div>

This div border color is #987FF9.


Opacity

.myOpacity80 { color: #987FF9; opacity: 0.8; }

<p style="color:#987FF9;opacity:0.8;">80%</p>

Text with #987FF9 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 #987FF9;}

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

This text has shadow with #987FF9 color.

.textShadow {text-shadow: 3px 3px 1px #987FF9, 3px 3px 1px red;}

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

This text has shadow with #987FF9 primary color and red secondary color.


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

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

This text has shadow with #987FF9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987FF9 on black background.


Color preview on white background

This text has color #987FF9 on white background.



Black color preview on #987FF9 background

This text has black color on #987FF9 background.


White color preview on #987FF9 background

This text has white color on #987FF9 background.