COLOR #8E27C7

HEX: #8E27C7 RGB: (142,39,199)

Color info

#8E27C7 contains mainly red and blue colors. Web safe color of #8E27C7 is #9933CC (or #93C).

RGB color model

#8E27C7 color RGB value is (142,39,199).

RGB: (142,39,199) (56%, 15%, 78%)

RGB channels and saturation

R 142 of 255 = 56%
G 39 of 255 = 15%
B 199 of 255 = 78%

142
39
199

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

Portions of RGB colors in percentages

R + G + B = 142 + 39 + 199 = 380 (100%)
R 142 of 380 ~ 37.37%
G 39 of 380 ~ 10.26%
B 199 of 380 ~ 52.37'%

%37.37
%52.37

CMYK color model

#8E27C7 color CMYK value is (29,80,0,22).

  • cyan value is 28.64%
  • magenta value is 80.40%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (29,80,0,22)
C29M80Y0K22 (29%, 80%, 0%, 22%)
(0.29 / 0.80 / 0.00 / 0.22)

CMYK percentages

%28.64
%80.4
%0
%21.96

Codes

Color #8E27C7 in popluar color models

8E 27 C7
RGB 142 39 199
HSL 279° 67.23% 46.67%
HSB/HSV 279° 80.40% 78.04%
CMYK 28.64% 80.40% 0.00%
21.96%

Color #8E27C7 in popluar number systems.

HEX 8E 27 C7
Decimal 142 39 199
Binary 10001110 100111 11000111
Octal 216 47 307

Shades and tints

Shades of #8E27C7

#8E27C7
(142,39,199)
#8224B5
(130,36,181)
#7621A3
(118,33,163)
#6A1E91
(106,30,145)
#5E1B7F
(94,27,127)
#52186D
(82,24,109)
#46155B
(70,21,91)
#3A1249
(58,18,73)
#2E0F37
(46,15,55)
#220C25
(34,12,37)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #8E27C7

#8E27C7
(142,39,199)
#983ACC
(152,58,204)
#A24DD1
(162,77,209)
#AC60D6
(172,96,214)
#B673DB
(182,115,219)
#C086E0
(192,134,224)
#CA99E5
(202,153,229)
#D4ACEA
(212,172,234)
#DEBFEF
(222,191,239)
#E8D2F4
(232,210,244)
#F2E5F9
(242,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E27C7 color. Also use rgb(142,39,199) instead hex code.

Text Font Color

.myTextColor { color: #8E27C7; }

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

This text font color is #8E27C7.

Background Color

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

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

This div background color is #8E27C7.

Border color

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

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

This div border color is #8E27C7.

Opacity

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

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

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

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

This text has shadow with #8E27C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E27C7.

Preview

Color preview on black background

This text has color #8E27C7 on black background.


Color preview on white background

This text has color #8E27C7 on white background.


Black color preview on #8E27C7 background

This text has black color on #8E27C7 background.


White color preview on #8E27C7 background

This text has white color on #8E27C7 background.


Related colors

Complementary color

Complementary color for #hex is #71D838.


I love getcolorcode.com

Triadic colors

1 #C78E27 and #27C78E with #8E27C7 are triadic colors.

2 #C7278E and #278EC7 with #8E27C7 are triadic colors.