COLOR #8E1FAE

HEX: #8E1FAE
RGB: (142,31,174)

Color info

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

RGB color model

#8E1FAE color RGB value is (142,31,174).

  • red value is 142;
  • green value is 31;
  • blue value is 174.
RGB:
(142,31,174)
(56%,12%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 31 of 255 = 12%
B 174 of 255 = 68%

142
31
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 31 + 174 = 347 (100%)
R 142 of 347 ~ 40.92%
G 31 of 347 ~ 8.93%
B 174 of 347 ~ 50.14%

%40.92
%50.14

CMYK color model

#8E1FAE color CMYK value is (18,82,0,32).

  • cyan value is 18.39%
  • magenta value is 82.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,82,0,32)
C18M82Y0K32 
(18%,82%,0%,32%)
(0.18/0.82/0.00/0.32)	

CMYK percentages

%18.39
%82.18
%0
%31.76

Codes

Color #8E1FAE in popluar color models

8E1FAE
RGB14231174
HSL287°69.76%40.20%
HSB/HSV287°82.18%68.24%
CMYK18.39%82.18%0.00%
31.76%

Color #8E1FAE in popluar number systems.

HEX8E1FAE
Decimal14231174
Binary100011101111110101110
Octal21637256

Shades and tints

Shades of #8E1FAE

#8E1FAE
(142,31,174)
#821D9F
(130,29,159)
#761B90
(118,27,144)
#6A1981
(106,25,129)
#5E1772
(94,23,114)
#521563
(82,21,99)
#461354
(70,19,84)
#3A1145
(58,17,69)
#2E0F36
(46,15,54)
#220D27
(34,13,39)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #8E1FAE

#8E1FAE
(142,31,174)
#9833B5
(152,51,181)
#A247BC
(162,71,188)
#AC5BC3
(172,91,195)
#B66FCA
(182,111,202)
#C083D1
(192,131,209)
#CA97D8
(202,151,216)
#D4ABDF
(212,171,223)
#DEBFE6
(222,191,230)
#E8D3ED
(232,211,237)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E1FAE color. Also use rgb(142,31,174) instead hex code.

Text Font Color

.myTextColor { color: #8E1FAE; }

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

This text font color is #8E1FAE.


Background Color

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

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

This div background color is #8E1FAE.


Border color

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

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

This div border color is #8E1FAE.


Opacity

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

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

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

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

This text has shadow with #8E1FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E1FAE on black background.


Color preview on white background

This text has color #8E1FAE on white background.



Black color preview on #8E1FAE background

This text has black color on #8E1FAE background.


White color preview on #8E1FAE background

This text has white color on #8E1FAE background.