COLOR #8E3D9C

HEX: #8E3D9C RGB: (142,61,156)

Color info

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

RGB color model

#8E3D9C color RGB value is (142,61,156).

RGB: (142,61,156) (56%, 24%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 61 of 255 = 24%
B 156 of 255 = 61%

142
61
156

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

Portions of RGB colors in percentages

R + G + B = 142 + 61 + 156 = 359 (100%)
R 142 of 359 ~ 39.55%
G 61 of 359 ~ 16.99%
B 156 of 359 ~ 43.45'%

%39.55
%16.99
%43.45

CMYK color model

#8E3D9C color CMYK value is (9,61,0,39).

  • cyan value is 8.97%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (9,61,0,39)
C9M61Y0K39 (9%, 61%, 0%, 39%)
(0.09 / 0.61 / 0.00 / 0.39)

CMYK percentages

%8.97
%60.9
%0
%38.82

Codes

Color #8E3D9C in popluar color models

8E 3D 9C
RGB 142 61 156
HSL 291° 43.78% 42.55%
HSB/HSV 291° 60.90% 61.18%
CMYK 8.97% 60.90% 0.00%
38.82%

Color #8E3D9C in popluar number systems.

HEX 8E 3D 9C
Decimal 142 61 156
Binary 10001110 111101 10011100
Octal 216 75 234

Shades and tints

Shades of #8E3D9C

#8E3D9C
(142,61,156)
#82388E
(130,56,142)
#763380
(118,51,128)
#6A2E72
(106,46,114)
#5E2964
(94,41,100)
#522456
(82,36,86)
#461F48
(70,31,72)
#3A1A3A
(58,26,58)
#2E152C
(46,21,44)
#22101E
(34,16,30)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E3D9C

#8E3D9C
(142,61,156)
#984EA5
(152,78,165)
#A25FAE
(162,95,174)
#AC70B7
(172,112,183)
#B681C0
(182,129,192)
#C092C9
(192,146,201)
#CAA3D2
(202,163,210)
#D4B4DB
(212,180,219)
#DEC5E4
(222,197,228)
#E8D6ED
(232,214,237)
#F2E7F6
(242,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3D9C; }

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

This text font color is #8E3D9C.

Background Color

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

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

This div background color is #8E3D9C.

Border color

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

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

This div border color is #8E3D9C.

Opacity

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

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

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

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

This text has shadow with #8E3D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E3D9C.

Preview

Color preview on black background

This text has color #8E3D9C on black background.


Color preview on white background

This text has color #8E3D9C on white background.


Black color preview on #8E3D9C background

This text has black color on #8E3D9C background.


White color preview on #8E3D9C background

This text has white color on #8E3D9C background.


Related colors

Complementary color

Complementary color for #hex is #71C263.


I love getcolorcode.com

Triadic colors

1 #9C8E3D and #3D9C8E with #8E3D9C are triadic colors.

2 #9C3D8E and #3D8E9C with #8E3D9C are triadic colors.