COLOR #8E6A8D

HEX: #8E6A8D
RGB: (142,106,141)

Color info

#8E6A8D contains red, green and blue colors in about the same proportion. Web safe color of #8E6A8D is #996699 (or #969).

RGB color model

#8E6A8D color RGB value is (142,106,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 141 of 255 = 55%

142
106
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 141 = 389 (100%)
R 142 of 389 ~ 36.5%
G 106 of 389 ~ 27.25%
B 141 of 389 ~ 36.25%

%36.5
%27.25
%36.25

CMYK color model

#8E6A8D color CMYK value is (0,25,1,44).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,25,1,44)
C0M25Y1K44 
(0%,25%,1%,44%)
(0.00/0.25/0.01/0.44)	

CMYK percentages

%0
%25.35
%0.7
%44.31

Codes

Color #8E6A8D in popluar color models

8E6A8D
RGB142106141
HSL302°14.52%48.63%
HSB/HSV302°25.35%55.69%
CMYK0.00%25.35%0.70%
44.31%

Color #8E6A8D in popluar number systems.

HEX8E6A8D
Decimal142106141
Binary10001110110101010001101
Octal216152215

Shades and tints

Shades of #8E6A8D

#8E6A8D
(142,106,141)
#826181
(130,97,129)
#765875
(118,88,117)
#6A4F69
(106,79,105)
#5E465D
(94,70,93)
#523D51
(82,61,81)
#463445
(70,52,69)
#3A2B39
(58,43,57)
#2E222D
(46,34,45)
#221921
(34,25,33)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E6A8D

#8E6A8D
(142,106,141)
#987797
(152,119,151)
#A284A1
(162,132,161)
#AC91AB
(172,145,171)
#B69EB5
(182,158,181)
#C0ABBF
(192,171,191)
#CAB8C9
(202,184,201)
#D4C5D3
(212,197,211)
#DED2DD
(222,210,221)
#E8DFE7
(232,223,231)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6A8D; }

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

This text font color is #8E6A8D.


Background Color

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

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

This div background color is #8E6A8D.


Border color

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

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

This div border color is #8E6A8D.


Opacity

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

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

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

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

This text has shadow with #8E6A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6A8D on black background.


Color preview on white background

This text has color #8E6A8D on white background.



Black color preview on #8E6A8D background

This text has black color on #8E6A8D background.


White color preview on #8E6A8D background

This text has white color on #8E6A8D background.