COLOR #8E629D

HEX: #8E629D
RGB: (142,98,157)

Color info

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

RGB color model

#8E629D color RGB value is (142,98,157).

  • red value is 142;
  • green value is 98;
  • blue value is 157.
RGB:
(142,98,157)
(56%,38%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 157 of 255 = 62%

142
98
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 157 = 397 (100%)
R 142 of 397 ~ 35.77%
G 98 of 397 ~ 24.69%
B 157 of 397 ~ 39.55%

%35.77
%24.69
%39.55

CMYK color model

#8E629D color CMYK value is (10,38,0,38).

  • cyan value is 9.55%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,38,0,38)
C10M38Y0K38 
(10%,38%,0%,38%)
(0.10/0.38/0.00/0.38)	

CMYK percentages

%9.55
%37.58
%0
%38.43

Codes

Color #8E629D in popluar color models

8E629D
RGB14298157
HSL285°23.14%50.00%
HSB/HSV285°37.58%61.57%
CMYK9.55%37.58%0.00%
38.43%

Color #8E629D in popluar number systems.

HEX8E629D
Decimal14298157
Binary10001110110001010011101
Octal216142235

Shades and tints

Shades of #8E629D

#8E629D
(142,98,157)
#825A8F
(130,90,143)
#765281
(118,82,129)
#6A4A73
(106,74,115)
#5E4265
(94,66,101)
#523A57
(82,58,87)
#463249
(70,50,73)
#3A2A3B
(58,42,59)
#2E222D
(46,34,45)
#221A1F
(34,26,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E629D

#8E629D
(142,98,157)
#9870A5
(152,112,165)
#A27EAD
(162,126,173)
#AC8CB5
(172,140,181)
#B69ABD
(182,154,189)
#C0A8C5
(192,168,197)
#CAB6CD
(202,182,205)
#D4C4D5
(212,196,213)
#DED2DD
(222,210,221)
#E8E0E5
(232,224,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E629D color. Also use rgb(142,98,157) instead hex code.

Text Font Color

.myTextColor { color: #8E629D; }

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

This text font color is #8E629D.


Background Color

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

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

This div background color is #8E629D.


Border color

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

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

This div border color is #8E629D.


Opacity

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

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

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

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

This text has shadow with #8E629D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E629D on black background.


Color preview on white background

This text has color #8E629D on white background.



Black color preview on #8E629D background

This text has black color on #8E629D background.


White color preview on #8E629D background

This text has white color on #8E629D background.