COLOR #8E6AD5

HEX: #8E6AD5
RGB: (142,106,213)

Color info

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

RGB color model

#8E6AD5 color RGB value is (142,106,213).

  • red value is 142;
  • green value is 106;
  • blue value is 213.
RGB:
(142,106,213)
(56%,42%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 213 of 255 = 84%

142
106
213

R + G + B ~ 61%. #8E6AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 213 = 461 (100%)
R 142 of 461 ~ 30.8%
G 106 of 461 ~ 22.99%
B 213 of 461 ~ 46.2%

%30.8
%22.99
%46.2

CMYK color model

#8E6AD5 color CMYK value is (33,50,0,16).

  • cyan value is 33.33%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(33,50,0,16)
C33M50Y0K16 
(33%,50%,0%,16%)
(0.33/0.50/0.00/0.16)	

CMYK percentages

%33.33
%50.23
%0
%16.47

Codes

Color #8E6AD5 in popluar color models

8E6AD5
RGB142106213
HSL260°56.02%62.55%
HSB/HSV260°50.23%83.53%
CMYK33.33%50.23%0.00%
16.47%

Color #8E6AD5 in popluar number systems.

HEX8E6AD5
Decimal142106213
Binary10001110110101011010101
Octal216152325

Shades and tints

Shades of #8E6AD5

#8E6AD5
(142,106,213)
#8261C2
(130,97,194)
#7658AF
(118,88,175)
#6A4F9C
(106,79,156)
#5E4689
(94,70,137)
#523D76
(82,61,118)
#463463
(70,52,99)
#3A2B50
(58,43,80)
#2E223D
(46,34,61)
#22192A
(34,25,42)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #8E6AD5

#8E6AD5
(142,106,213)
#9877D8
(152,119,216)
#A284DB
(162,132,219)
#AC91DE
(172,145,222)
#B69EE1
(182,158,225)
#C0ABE4
(192,171,228)
#CAB8E7
(202,184,231)
#D4C5EA
(212,197,234)
#DED2ED
(222,210,237)
#E8DFF0
(232,223,240)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6AD5 color. Also use rgb(142,106,213) instead hex code.

Text Font Color

.myTextColor { color: #8E6AD5; }

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

This text font color is #8E6AD5.


Background Color

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

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

This div background color is #8E6AD5.


Border color

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

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

This div border color is #8E6AD5.


Opacity

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

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

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

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

This text has shadow with #8E6AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6AD5 on black background.


Color preview on white background

This text has color #8E6AD5 on white background.



Black color preview on #8E6AD5 background

This text has black color on #8E6AD5 background.


White color preview on #8E6AD5 background

This text has white color on #8E6AD5 background.