COLOR #8E6AAE

HEX: #8E6AAE
RGB: (142,106,174)

Color info

#8E6AAE contains mainly red and blue colors. Web safe color of #8E6AAE is #996699 (or #969).

RGB color model

#8E6AAE color RGB value is (142,106,174).

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

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 174 of 255 = 68%

142
106
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 174 = 422 (100%)
R 142 of 422 ~ 33.65%
G 106 of 422 ~ 25.12%
B 174 of 422 ~ 41.23%

%33.65
%25.12
%41.23

CMYK color model

#8E6AAE color CMYK value is (18,39,0,32).

  • cyan value is 18.39%
  • magenta value is 39.08%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,39,0,32)
C18M39Y0K32 
(18%,39%,0%,32%)
(0.18/0.39/0.00/0.32)	

CMYK percentages

%18.39
%39.08
%0
%31.76

Codes

Color #8E6AAE in popluar color models

8E6AAE
RGB142106174
HSL272°29.57%54.90%
HSB/HSV272°39.08%68.24%
CMYK18.39%39.08%0.00%
31.76%

Color #8E6AAE in popluar number systems.

HEX8E6AAE
Decimal142106174
Binary10001110110101010101110
Octal216152256

Shades and tints

Shades of #8E6AAE

#8E6AAE
(142,106,174)
#82619F
(130,97,159)
#765890
(118,88,144)
#6A4F81
(106,79,129)
#5E4672
(94,70,114)
#523D63
(82,61,99)
#463454
(70,52,84)
#3A2B45
(58,43,69)
#2E2236
(46,34,54)
#221927
(34,25,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #8E6AAE

#8E6AAE
(142,106,174)
#9877B5
(152,119,181)
#A284BC
(162,132,188)
#AC91C3
(172,145,195)
#B69ECA
(182,158,202)
#C0ABD1
(192,171,209)
#CAB8D8
(202,184,216)
#D4C5DF
(212,197,223)
#DED2E6
(222,210,230)
#E8DFED
(232,223,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6AAE; }

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

This text font color is #8E6AAE.


Background Color

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

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

This div background color is #8E6AAE.


Border color

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

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

This div border color is #8E6AAE.


Opacity

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

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

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

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

This text has shadow with #8E6AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6AAE on black background.


Color preview on white background

This text has color #8E6AAE on white background.



Black color preview on #8E6AAE background

This text has black color on #8E6AAE background.


White color preview on #8E6AAE background

This text has white color on #8E6AAE background.