COLOR #9E87EF

HEX: #9E87EF
RGB: (158,135,239)

Color info

#9E87EF contains mainly blue color. Web safe color of #9E87EF is #9999FF (or #99F).

RGB color model

#9E87EF color RGB value is (158,135,239).

  • red value is 158;
  • green value is 135;
  • blue value is 239.
RGB:
(158,135,239)
(62%,53%,94%)

RGB channels and saturation

R 158 of 255 = 62%
G 135 of 255 = 53%
B 239 of 255 = 94%

158
135
239

R + G + B ~ 70%. #9E87EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 135 + 239 = 532 (100%)
R 158 of 532 ~ 29.7%
G 135 of 532 ~ 25.38%
B 239 of 532 ~ 44.92%

%29.7
%25.38
%44.92

CMYK color model

#9E87EF color CMYK value is (34,44,0,6).

  • cyan value is 33.89%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(34,44,0,6)
C34M44Y0K6 
(34%,44%,0%,6%)
(0.34/0.44/0.00/0.06)	

CMYK percentages

%33.89
%43.51
%0
%6.27

Codes

Color #9E87EF in popluar color models

9E87EF
RGB158135239
HSL253°76.47%73.33%
HSB/HSV253°43.51%93.73%
CMYK33.89%43.51%0.00%
6.27%

Color #9E87EF in popluar number systems.

HEX9E87EF
Decimal158135239
Binary100111101000011111101111
Octal236207357

Shades and tints

Shades of #9E87EF

#9E87EF
(158,135,239)
#907BDA
(144,123,218)
#826FC5
(130,111,197)
#7463B0
(116,99,176)
#66579B
(102,87,155)
#584B86
(88,75,134)
#4A3F71
(74,63,113)
#3C335C
(60,51,92)
#2E2747
(46,39,71)
#201B32
(32,27,50)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #9E87EF

#9E87EF
(158,135,239)
#A691F0
(166,145,240)
#AE9BF1
(174,155,241)
#B6A5F2
(182,165,242)
#BEAFF3
(190,175,243)
#C6B9F4
(198,185,244)
#CEC3F5
(206,195,245)
#D6CDF6
(214,205,246)
#DED7F7
(222,215,247)
#E6E1F8
(230,225,248)
#EEEBF9
(238,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E87EF color. Also use rgb(158,135,239) instead hex code.

Text Font Color

.myTextColor { color: #9E87EF; }

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

This text font color is #9E87EF.


Background Color

.myBgColor { background-color: #9E87EF; }

<div style="background-color:#9E87EF">Inner text</div>

This div background color is #9E87EF.


Border color

.myBorderColor { border: 1px solid #9E87EF; }

<div style="border:3px solid #9E87EF">Div</div>

This div border color is #9E87EF.


Opacity

.myOpacity80 { color: #9E87EF; opacity: 0.8; }

<p style="color:#9E87EF;opacity:0.8;">80%</p>

Text with #9E87EF 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 #9E87EF;}

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

This text has shadow with #9E87EF color.

.textShadow {text-shadow: 3px 3px 1px #9E87EF, 3px 3px 1px red;}

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

This text has shadow with #9E87EF primary color and red secondary color.


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

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

This text has shadow with #9E87EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E87EF on black background.


Color preview on white background

This text has color #9E87EF on white background.



Black color preview on #9E87EF background

This text has black color on #9E87EF background.


White color preview on #9E87EF background

This text has white color on #9E87EF background.