COLOR #8E6393

HEX: #8E6393
RGB: (142,99,147)

Color info

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

RGB color model

#8E6393 color RGB value is (142,99,147).

  • red value is 142;
  • green value is 99;
  • blue value is 147.
RGB:
(142,99,147)
(56%,39%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 147 of 255 = 58%

142
99
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 99 + 147 = 388 (100%)
R 142 of 388 ~ 36.6%
G 99 of 388 ~ 25.52%
B 147 of 388 ~ 37.89%

%36.6
%25.52
%37.89

CMYK color model

#8E6393 color CMYK value is (3,33,0,42).

  • cyan value is 3.40%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(3,33,0,42)
C3M33Y0K42 
(3%,33%,0%,42%)
(0.03/0.33/0.00/0.42)	

CMYK percentages

%3.4
%32.65
%0
%42.35

Codes

Color #8E6393 in popluar color models

8E6393
RGB14299147
HSL294°19.51%48.24%
HSB/HSV294°32.65%57.65%
CMYK3.40%32.65%0.00%
42.35%

Color #8E6393 in popluar number systems.

HEX8E6393
Decimal14299147
Binary10001110110001110010011
Octal216143223

Shades and tints

Shades of #8E6393

#8E6393
(142,99,147)
#825A86
(130,90,134)
#765179
(118,81,121)
#6A486C
(106,72,108)
#5E3F5F
(94,63,95)
#523652
(82,54,82)
#462D45
(70,45,69)
#3A2438
(58,36,56)
#2E1B2B
(46,27,43)
#22121E
(34,18,30)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #8E6393

#8E6393
(142,99,147)
#98719C
(152,113,156)
#A27FA5
(162,127,165)
#AC8DAE
(172,141,174)
#B69BB7
(182,155,183)
#C0A9C0
(192,169,192)
#CAB7C9
(202,183,201)
#D4C5D2
(212,197,210)
#DED3DB
(222,211,219)
#E8E1E4
(232,225,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6393 color. Also use rgb(142,99,147) instead hex code.

Text Font Color

.myTextColor { color: #8E6393; }

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

This text font color is #8E6393.


Background Color

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

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

This div background color is #8E6393.


Border color

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

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

This div border color is #8E6393.


Opacity

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

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

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

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

This text has shadow with #8E6393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6393 on black background.


Color preview on white background

This text has color #8E6393 on white background.



Black color preview on #8E6393 background

This text has black color on #8E6393 background.


White color preview on #8E6393 background

This text has white color on #8E6393 background.