COLOR #8E6DAC

HEX: #8E6DAC
RGB: (142,109,172)

Color info

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

RGB color model

#8E6DAC color RGB value is (142,109,172).

  • red value is 142;
  • green value is 109;
  • blue value is 172.
RGB:
(142,109,172)
(56%,43%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 109 of 255 = 43%
B 172 of 255 = 67%

142
109
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 109 + 172 = 423 (100%)
R 142 of 423 ~ 33.57%
G 109 of 423 ~ 25.77%
B 172 of 423 ~ 40.66%

%33.57
%25.77
%40.66

CMYK color model

#8E6DAC color CMYK value is (17,37,0,33).

  • cyan value is 17.44%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,37,0,33)
C17M37Y0K33 
(17%,37%,0%,33%)
(0.17/0.37/0.00/0.33)	

CMYK percentages

%17.44
%36.63
%0
%32.55

Codes

Color #8E6DAC in popluar color models

8E6DAC
RGB142109172
HSL271°27.51%55.10%
HSB/HSV271°36.63%67.45%
CMYK17.44%36.63%0.00%
32.55%

Color #8E6DAC in popluar number systems.

HEX8E6DAC
Decimal142109172
Binary10001110110110110101100
Octal216155254

Shades and tints

Shades of #8E6DAC

#8E6DAC
(142,109,172)
#82649D
(130,100,157)
#765B8E
(118,91,142)
#6A527F
(106,82,127)
#5E4970
(94,73,112)
#524061
(82,64,97)
#463752
(70,55,82)
#3A2E43
(58,46,67)
#2E2534
(46,37,52)
#221C25
(34,28,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8E6DAC

#8E6DAC
(142,109,172)
#987AB3
(152,122,179)
#A287BA
(162,135,186)
#AC94C1
(172,148,193)
#B6A1C8
(182,161,200)
#C0AECF
(192,174,207)
#CABBD6
(202,187,214)
#D4C8DD
(212,200,221)
#DED5E4
(222,213,228)
#E8E2EB
(232,226,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6DAC color. Also use rgb(142,109,172) instead hex code.

Text Font Color

.myTextColor { color: #8E6DAC; }

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

This text font color is #8E6DAC.


Background Color

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

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

This div background color is #8E6DAC.


Border color

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

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

This div border color is #8E6DAC.


Opacity

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

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

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

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

This text has shadow with #8E6DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6DAC on black background.


Color preview on white background

This text has color #8E6DAC on white background.



Black color preview on #8E6DAC background

This text has black color on #8E6DAC background.


White color preview on #8E6DAC background

This text has white color on #8E6DAC background.