COLOR #8E638B

HEX: #8E638B RGB: (142,99,139)

Color info

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

RGB color model

#8E638B color RGB value is (142,99,139).

RGB: (142,99,139) (56%, 39%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 139 of 255 = 55%

142
99
139

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

Portions of RGB colors in percentages

R + G + B = 142 + 99 + 139 = 380 (100%)
R 142 of 380 ~ 37.37%
G 99 of 380 ~ 26.05%
B 139 of 380 ~ 36.58'%

%37.37
%26.05
%36.58

CMYK color model

#8E638B color CMYK value is (0,30,2,44).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 2.11%
  • key color value is 44.31%

CMYK: (0,30,2,44)
C0M30Y2K44 (0%, 30%, 2%, 44%)
(0.00 / 0.30 / 0.02 / 0.44)

CMYK percentages

%0
%30.28
%2.11
%44.31

Codes

Color #8E638B in popluar color models

8E 63 8B
RGB 142 99 139
HSL 304° 17.84% 47.25%
HSB/HSV 304° 30.28% 55.69%
CMYK 0.00% 30.28% 2.11%
44.31%

Color #8E638B in popluar number systems.

HEX 8E 63 8B
Decimal 142 99 139
Binary 10001110 1100011 10001011
Octal 216 143 213

Shades and tints

Shades of #8E638B

#8E638B
(142,99,139)
#825A7F
(130,90,127)
#765173
(118,81,115)
#6A4867
(106,72,103)
#5E3F5B
(94,63,91)
#52364F
(82,54,79)
#462D43
(70,45,67)
#3A2437
(58,36,55)
#2E1B2B
(46,27,43)
#22121F
(34,18,31)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #8E638B

#8E638B
(142,99,139)
#987195
(152,113,149)
#A27F9F
(162,127,159)
#AC8DA9
(172,141,169)
#B69BB3
(182,155,179)
#C0A9BD
(192,169,189)
#CAB7C7
(202,183,199)
#D4C5D1
(212,197,209)
#DED3DB
(222,211,219)
#E8E1E5
(232,225,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E638B; }

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

This text font color is #8E638B.

Background Color

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

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

This div background color is #8E638B.

Border color

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

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

This div border color is #8E638B.

Opacity

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

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

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

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

This text has shadow with #8E638B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E638B.

Preview

Color preview on black background

This text has color #8E638B on black background.


Color preview on white background

This text has color #8E638B on white background.


Black color preview on #8E638B background

This text has black color on #8E638B background.


White color preview on #8E638B background

This text has white color on #8E638B background.


Related colors

Complementary color

Complementary color for #hex is #719C74.


I love getcolorcode.com

Triadic colors

1 #8B8E63 and #638B8E with #8E638B are triadic colors.

2 #8B638E and #638E8B with #8E638B are triadic colors.