COLOR #8E6AC9

HEX: #8E6AC9
RGB: (142,106,201)

Color info

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

RGB color model

#8E6AC9 color RGB value is (142,106,201).

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

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 201 of 255 = 79%

142
106
201

R + G + B ~ 59%. #8E6AC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 201 = 449 (100%)
R 142 of 449 ~ 31.63%
G 106 of 449 ~ 23.61%
B 201 of 449 ~ 44.77%

%31.63
%23.61
%44.77

CMYK color model

#8E6AC9 color CMYK value is (29,47,0,21).

  • cyan value is 29.35%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(29,47,0,21)
C29M47Y0K21 
(29%,47%,0%,21%)
(0.29/0.47/0.00/0.21)	

CMYK percentages

%29.35
%47.26
%0
%21.18

Codes

Color #8E6AC9 in popluar color models

8E6AC9
RGB142106201
HSL263°46.80%60.20%
HSB/HSV263°47.26%78.82%
CMYK29.35%47.26%0.00%
21.18%

Color #8E6AC9 in popluar number systems.

HEX8E6AC9
Decimal142106201
Binary10001110110101011001001
Octal216152311

Shades and tints

Shades of #8E6AC9

#8E6AC9
(142,106,201)
#8261B7
(130,97,183)
#7658A5
(118,88,165)
#6A4F93
(106,79,147)
#5E4681
(94,70,129)
#523D6F
(82,61,111)
#46345D
(70,52,93)
#3A2B4B
(58,43,75)
#2E2239
(46,34,57)
#221927
(34,25,39)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E6AC9

#8E6AC9
(142,106,201)
#9877CD
(152,119,205)
#A284D1
(162,132,209)
#AC91D5
(172,145,213)
#B69ED9
(182,158,217)
#C0ABDD
(192,171,221)
#CAB8E1
(202,184,225)
#D4C5E5
(212,197,229)
#DED2E9
(222,210,233)
#E8DFED
(232,223,237)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6AC9; }

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

This text font color is #8E6AC9.


Background Color

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

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

This div background color is #8E6AC9.


Border color

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

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

This div border color is #8E6AC9.


Opacity

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

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

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

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

This text has shadow with #8E6AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6AC9 on black background.


Color preview on white background

This text has color #8E6AC9 on white background.



Black color preview on #8E6AC9 background

This text has black color on #8E6AC9 background.


White color preview on #8E6AC9 background

This text has white color on #8E6AC9 background.