COLOR #8E439F

HEX: #8E439F RGB: (142,67,159)

Color info

#8E439F contains mainly red and blue colors. Web safe color of #8E439F is #993399 (or #939).

RGB color model

#8E439F color RGB value is (142,67,159).

RGB: (142,67,159) (56%, 26%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 67 of 255 = 26%
B 159 of 255 = 62%

142
67
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 67 + 159 = 368 (100%)
R 142 of 368 ~ 38.59%
G 67 of 368 ~ 18.21%
B 159 of 368 ~ 43.21'%

%38.59
%18.21
%43.21

CMYK color model

#8E439F color CMYK value is (11,58,0,38).

  • cyan value is 10.69%
  • magenta value is 57.86%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (11,58,0,38)
C11M58Y0K38 (11%, 58%, 0%, 38%)
(0.11 / 0.58 / 0.00 / 0.38)

CMYK percentages

%10.69
%57.86
%0
%37.65

Codes

Color #8E439F in popluar color models

8E 43 9F
RGB 142 67 159
HSL 289° 40.71% 44.31%
HSB/HSV 289° 57.86% 62.35%
CMYK 10.69% 57.86% 0.00%
37.65%

Color #8E439F in popluar number systems.

HEX 8E 43 9F
Decimal 142 67 159
Binary 10001110 1000011 10011111
Octal 216 103 237

Shades and tints

Shades of #8E439F

#8E439F
(142,67,159)
#823D91
(130,61,145)
#763783
(118,55,131)
#6A3175
(106,49,117)
#5E2B67
(94,43,103)
#522559
(82,37,89)
#461F4B
(70,31,75)
#3A193D
(58,25,61)
#2E132F
(46,19,47)
#220D21
(34,13,33)
#160713
(22,7,19)
#000000
(0,0,0)

Tints of #8E439F

#8E439F
(142,67,159)
#9854A7
(152,84,167)
#A265AF
(162,101,175)
#AC76B7
(172,118,183)
#B687BF
(182,135,191)
#C098C7
(192,152,199)
#CAA9CF
(202,169,207)
#D4BAD7
(212,186,215)
#DECBDF
(222,203,223)
#E8DCE7
(232,220,231)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E439F color. Also use rgb(142,67,159) instead hex code.

Text Font Color

.myTextColor { color: #8E439F; }

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

This text font color is #8E439F.

Background Color

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

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

This div background color is #8E439F.

Border color

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

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

This div border color is #8E439F.

Opacity

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

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

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

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

This text has shadow with #8E439F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E439F.

Preview

Color preview on black background

This text has color #8E439F on black background.


Color preview on white background

This text has color #8E439F on white background.


Black color preview on #8E439F background

This text has black color on #8E439F background.


White color preview on #8E439F background

This text has white color on #8E439F background.


Related colors

Complementary color

Complementary color for #hex is #71BC60.


I love getcolorcode.com

Triadic colors

1 #9F8E43 and #439F8E with #8E439F are triadic colors.

2 #9F438E and #438E9F with #8E439F are triadic colors.