COLOR #8E629C

HEX: #8E629C
RGB: (142,98,156)

Color info

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

RGB color model

#8E629C color RGB value is (142,98,156).

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

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 156 of 255 = 61%

142
98
156

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

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 156 = 396 (100%)
R 142 of 396 ~ 35.86%
G 98 of 396 ~ 24.75%
B 156 of 396 ~ 39.39%

%35.86
%24.75
%39.39

CMYK color model

#8E629C color CMYK value is (9,37,0,39).

  • cyan value is 8.97%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(9,37,0,39)
C9M37Y0K39 
(9%,37%,0%,39%)
(0.09/0.37/0.00/0.39)	

CMYK percentages

%8.97
%37.18
%0
%38.82

Codes

Color #8E629C in popluar color models

8E629C
RGB14298156
HSL286°22.83%49.80%
HSB/HSV286°37.18%61.18%
CMYK8.97%37.18%0.00%
38.82%

Color #8E629C in popluar number systems.

HEX8E629C
Decimal14298156
Binary10001110110001010011100
Octal216142234

Shades and tints

Shades of #8E629C

#8E629C
(142,98,156)
#825A8E
(130,90,142)
#765280
(118,82,128)
#6A4A72
(106,74,114)
#5E4264
(94,66,100)
#523A56
(82,58,86)
#463248
(70,50,72)
#3A2A3A
(58,42,58)
#2E222C
(46,34,44)
#221A1E
(34,26,30)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E629C

#8E629C
(142,98,156)
#9870A5
(152,112,165)
#A27EAE
(162,126,174)
#AC8CB7
(172,140,183)
#B69AC0
(182,154,192)
#C0A8C9
(192,168,201)
#CAB6D2
(202,182,210)
#D4C4DB
(212,196,219)
#DED2E4
(222,210,228)
#E8E0ED
(232,224,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E629C; }

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

This text font color is #8E629C.


Background Color

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

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

This div background color is #8E629C.


Border color

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

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

This div border color is #8E629C.


Opacity

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

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

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

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

This text has shadow with #8E629C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E629C on black background.


Color preview on white background

This text has color #8E629C on white background.



Black color preview on #8E629C background

This text has black color on #8E629C background.


White color preview on #8E629C background

This text has white color on #8E629C background.