COLOR #8E7AD7

HEX: #8E7AD7
RGB: (142,122,215)

Color info

#8E7AD7 contains mainly blue color. Web safe color of #8E7AD7 is #9966CC (or #96C).

RGB color model

#8E7AD7 color RGB value is (142,122,215).

  • red value is 142;
  • green value is 122;
  • blue value is 215.
RGB:
(142,122,215)
(56%,48%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 215 of 255 = 84%

142
122
215

R + G + B ~ 63%. #8E7AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 215 = 479 (100%)
R 142 of 479 ~ 29.65%
G 122 of 479 ~ 25.47%
B 215 of 479 ~ 44.89%

%29.65
%25.47
%44.89

CMYK color model

#8E7AD7 color CMYK value is (34,43,0,16).

  • cyan value is 33.95%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,43,0,16)
C34M43Y0K16 
(34%,43%,0%,16%)
(0.34/0.43/0.00/0.16)	

CMYK percentages

%33.95
%43.26
%0
%15.69

Codes

Color #8E7AD7 in popluar color models

8E7AD7
RGB142122215
HSL253°53.76%66.08%
HSB/HSV253°43.26%84.31%
CMYK33.95%43.26%0.00%
15.69%

Color #8E7AD7 in popluar number systems.

HEX8E7AD7
Decimal142122215
Binary10001110111101011010111
Octal216172327

Shades and tints

Shades of #8E7AD7

#8E7AD7
(142,122,215)
#826FC4
(130,111,196)
#7664B1
(118,100,177)
#6A599E
(106,89,158)
#5E4E8B
(94,78,139)
#524378
(82,67,120)
#463865
(70,56,101)
#3A2D52
(58,45,82)
#2E223F
(46,34,63)
#22172C
(34,23,44)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #8E7AD7

#8E7AD7
(142,122,215)
#9886DA
(152,134,218)
#A292DD
(162,146,221)
#AC9EE0
(172,158,224)
#B6AAE3
(182,170,227)
#C0B6E6
(192,182,230)
#CAC2E9
(202,194,233)
#D4CEEC
(212,206,236)
#DEDAEF
(222,218,239)
#E8E6F2
(232,230,242)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7AD7 color. Also use rgb(142,122,215) instead hex code.

Text Font Color

.myTextColor { color: #8E7AD7; }

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

This text font color is #8E7AD7.


Background Color

.myBgColor { background-color: #8E7AD7; }

<div style="background-color:#8E7AD7">Inner text</div>

This div background color is #8E7AD7.


Border color

.myBorderColor { border: 1px solid #8E7AD7; }

<div style="border:3px solid #8E7AD7">Div</div>

This div border color is #8E7AD7.


Opacity

.myOpacity80 { color: #8E7AD7; opacity: 0.8; }

<p style="color:#8E7AD7;opacity:0.8;">80%</p>

Text with #8E7AD7 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 #8E7AD7;}

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

This text has shadow with #8E7AD7 color.

.textShadow {text-shadow: 3px 3px 1px #8E7AD7, 3px 3px 1px red;}

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

This text has shadow with #8E7AD7 primary color and red secondary color.


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

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

This text has shadow with #8E7AD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7AD7 on black background.


Color preview on white background

This text has color #8E7AD7 on white background.



Black color preview on #8E7AD7 background

This text has black color on #8E7AD7 background.


White color preview on #8E7AD7 background

This text has white color on #8E7AD7 background.