COLOR #8E638F

HEX: #8E638F RGB: (142,99,143)

Color info

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

RGB color model

#8E638F color RGB value is (142,99,143).

RGB: (142,99,143) (56%, 39%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 143 of 255 = 56%

142
99
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 99 + 143 = 384 (100%)
R 142 of 384 ~ 36.98%
G 99 of 384 ~ 25.78%
B 143 of 384 ~ 37.24'%

%36.98
%25.78
%37.24

CMYK color model

#8E638F color CMYK value is (1,31,0,44).

  • cyan value is 0.70%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (1,31,0,44)
C1M31Y0K44 (1%, 31%, 0%, 44%)
(0.01 / 0.31 / 0.00 / 0.44)

CMYK percentages

%0.7
%30.77
%0
%43.92

Codes

Color #8E638F in popluar color models

8E 63 8F
RGB 142 99 143
HSL 299° 18.18% 47.45%
HSB/HSV 299° 30.77% 56.08%
CMYK 0.70% 30.77% 0.00%
43.92%

Color #8E638F in popluar number systems.

HEX 8E 63 8F
Decimal 142 99 143
Binary 10001110 1100011 10001111
Octal 216 143 217

Shades and tints

Shades of #8E638F

#8E638F
(142,99,143)
#825A82
(130,90,130)
#765175
(118,81,117)
#6A4868
(106,72,104)
#5E3F5B
(94,63,91)
#52364E
(82,54,78)
#462D41
(70,45,65)
#3A2434
(58,36,52)
#2E1B27
(46,27,39)
#22121A
(34,18,26)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #8E638F

#8E638F
(142,99,143)
#987199
(152,113,153)
#A27FA3
(162,127,163)
#AC8DAD
(172,141,173)
#B69BB7
(182,155,183)
#C0A9C1
(192,169,193)
#CAB7CB
(202,183,203)
#D4C5D5
(212,197,213)
#DED3DF
(222,211,223)
#E8E1E9
(232,225,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E638F; }

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

This text font color is #8E638F.

Background Color

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

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

This div background color is #8E638F.

Border color

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

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

This div border color is #8E638F.

Opacity

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

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

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

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

This text has shadow with #8E638F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E638F.

Preview

Color preview on black background

This text has color #8E638F on black background.


Color preview on white background

This text has color #8E638F on white background.


Black color preview on #8E638F background

This text has black color on #8E638F background.


White color preview on #8E638F background

This text has white color on #8E638F background.


Related colors

Complementary color

Complementary color for #hex is #719C70.


I love getcolorcode.com

Triadic colors

1 #8F8E63 and #638F8E with #8E638F are triadic colors.

2 #8F638E and #638E8F with #8E638F are triadic colors.