COLOR #8E679F

HEX: #8E679F
RGB: (142,103,159)

Color info

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

RGB color model

#8E679F color RGB value is (142,103,159).

  • red value is 142;
  • green value is 103;
  • blue value is 159.
RGB:
(142,103,159)
(56%,40%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 159 of 255 = 62%

142
103
159

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

Portions of RGB colors in percentages

R + G + B =
142 + 103 + 159 = 404 (100%)
R 142 of 404 ~ 35.15%
G 103 of 404 ~ 25.5%
B 159 of 404 ~ 39.36%

%35.15
%25.5
%39.36

CMYK color model

#8E679F color CMYK value is (11,35,0,38).

  • cyan value is 10.69%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(11,35,0,38)
C11M35Y0K38 
(11%,35%,0%,38%)
(0.11/0.35/0.00/0.38)	

CMYK percentages

%10.69
%35.22
%0
%37.65

Codes

Color #8E679F in popluar color models

8E679F
RGB142103159
HSL282°22.58%51.37%
HSB/HSV282°35.22%62.35%
CMYK10.69%35.22%0.00%
37.65%

Color #8E679F in popluar number systems.

HEX8E679F
Decimal142103159
Binary10001110110011110011111
Octal216147237

Shades and tints

Shades of #8E679F

#8E679F
(142,103,159)
#825E91
(130,94,145)
#765583
(118,85,131)
#6A4C75
(106,76,117)
#5E4367
(94,67,103)
#523A59
(82,58,89)
#46314B
(70,49,75)
#3A283D
(58,40,61)
#2E1F2F
(46,31,47)
#221621
(34,22,33)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #8E679F

#8E679F
(142,103,159)
#9874A7
(152,116,167)
#A281AF
(162,129,175)
#AC8EB7
(172,142,183)
#B69BBF
(182,155,191)
#C0A8C7
(192,168,199)
#CAB5CF
(202,181,207)
#D4C2D7
(212,194,215)
#DECFDF
(222,207,223)
#E8DCE7
(232,220,231)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E679F color. Also use rgb(142,103,159) instead hex code.

Text Font Color

.myTextColor { color: #8E679F; }

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

This text font color is #8E679F.


Background Color

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

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

This div background color is #8E679F.


Border color

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

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

This div border color is #8E679F.


Opacity

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

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

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

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

This text has shadow with #8E679F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E679F on black background.


Color preview on white background

This text has color #8E679F on white background.



Black color preview on #8E679F background

This text has black color on #8E679F background.


White color preview on #8E679F background

This text has white color on #8E679F background.