COLOR #8E3CD1

HEX: #8E3CD1 RGB: (142,60,209)

Color info

#8E3CD1 contains mainly blue color. Web safe color of #8E3CD1 is #9933CC (or #93C).

RGB color model

#8E3CD1 color RGB value is (142,60,209).

RGB: (142,60,209) (56%, 24%, 82%)

RGB channels and saturation

R 142 of 255 = 56%
G 60 of 255 = 24%
B 209 of 255 = 82%

142
60
209

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

Portions of RGB colors in percentages

R + G + B = 142 + 60 + 209 = 411 (100%)
R 142 of 411 ~ 34.55%
G 60 of 411 ~ 14.6%
B 209 of 411 ~ 50.85'%

%34.55
%14.6
%50.85

CMYK color model

#8E3CD1 color CMYK value is (32,71,0,18).

  • cyan value is 32.06%
  • magenta value is 71.29%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (32,71,0,18)
C32M71Y0K18 (32%, 71%, 0%, 18%)
(0.32 / 0.71 / 0.00 / 0.18)

CMYK percentages

%32.06
%71.29
%0
%18.04

Codes

Color #8E3CD1 in popluar color models

8E 3C D1
RGB 142 60 209
HSL 273° 61.83% 52.75%
HSB/HSV 273° 71.29% 81.96%
CMYK 32.06% 71.29% 0.00%
18.04%

Color #8E3CD1 in popluar number systems.

HEX 8E 3C D1
Decimal 142 60 209
Binary 10001110 111100 11010001
Octal 216 74 321

Shades and tints

Shades of #8E3CD1

#8E3CD1
(142,60,209)
#8237BE
(130,55,190)
#7632AB
(118,50,171)
#6A2D98
(106,45,152)
#5E2885
(94,40,133)
#522372
(82,35,114)
#461E5F
(70,30,95)
#3A194C
(58,25,76)
#2E1439
(46,20,57)
#220F26
(34,15,38)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #8E3CD1

#8E3CD1
(142,60,209)
#984DD5
(152,77,213)
#A25ED9
(162,94,217)
#AC6FDD
(172,111,221)
#B680E1
(182,128,225)
#C091E5
(192,145,229)
#CAA2E9
(202,162,233)
#D4B3ED
(212,179,237)
#DEC4F1
(222,196,241)
#E8D5F5
(232,213,245)
#F2E6F9
(242,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3CD1 color. Also use rgb(142,60,209) instead hex code.

Text Font Color

.myTextColor { color: #8E3CD1; }

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

This text font color is #8E3CD1.

Background Color

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

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

This div background color is #8E3CD1.

Border color

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

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

This div border color is #8E3CD1.

Opacity

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

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

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

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

This text has shadow with #8E3CD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E3CD1.

Preview

Color preview on black background

This text has color #8E3CD1 on black background.


Color preview on white background

This text has color #8E3CD1 on white background.


Black color preview on #8E3CD1 background

This text has black color on #8E3CD1 background.


White color preview on #8E3CD1 background

This text has white color on #8E3CD1 background.


Related colors

Complementary color

Complementary color for #hex is #71C32E.


I love getcolorcode.com

Triadic colors

1 #D18E3C and #3CD18E with #8E3CD1 are triadic colors.

2 #D13C8E and #3C8ED1 with #8E3CD1 are triadic colors.