COLOR #8E1F7A

HEX: #8E1F7A
RGB: (142,31,122)

Color info

#8E1F7A contains mainly red and blue colors. Web safe color of #8E1F7A is #993366 (or #936).

RGB color model

#8E1F7A color RGB value is (142,31,122).

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

RGB channels and saturation

R 142 of 255 = 56%
G 31 of 255 = 12%
B 122 of 255 = 48%

142
31
122

R + G + B ~ 39%. #8E1F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 31 + 122 = 295 (100%)
R 142 of 295 ~ 48.14%
G 31 of 295 ~ 10.51%
B 122 of 295 ~ 41.36%

%48.14
%10.51
%41.36

CMYK color model

#8E1F7A color CMYK value is (0,78,14,44).

  • cyan value is 0.00%
  • magenta value is 78.17%
  • yellow value is 14.08%
  • key color value is 44.31%
CMYK:
(0,78,14,44)
C0M78Y14K44 
(0%,78%,14%,44%)
(0.00/0.78/0.14/0.44)	

CMYK percentages

%0
%78.17
%14.08
%44.31

Codes

Color #8E1F7A in popluar color models

8E1F7A
RGB14231122
HSL311°64.16%33.92%
HSB/HSV311°78.17%55.69%
CMYK0.00%78.17%14.08%
44.31%

Color #8E1F7A in popluar number systems.

HEX8E1F7A
Decimal14231122
Binary10001110111111111010
Octal21637172

Shades and tints

Shades of #8E1F7A

#8E1F7A
(142,31,122)
#821D6F
(130,29,111)
#761B64
(118,27,100)
#6A1959
(106,25,89)
#5E174E
(94,23,78)
#521543
(82,21,67)
#461338
(70,19,56)
#3A112D
(58,17,45)
#2E0F22
(46,15,34)
#220D17
(34,13,23)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #8E1F7A

#8E1F7A
(142,31,122)
#983386
(152,51,134)
#A24792
(162,71,146)
#AC5B9E
(172,91,158)
#B66FAA
(182,111,170)
#C083B6
(192,131,182)
#CA97C2
(202,151,194)
#D4ABCE
(212,171,206)
#DEBFDA
(222,191,218)
#E8D3E6
(232,211,230)
#F2E7F2
(242,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E1F7A; }

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

This text font color is #8E1F7A.


Background Color

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

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

This div background color is #8E1F7A.


Border color

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

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

This div border color is #8E1F7A.


Opacity

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

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

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

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

This text has shadow with #8E1F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E1F7A on black background.


Color preview on white background

This text has color #8E1F7A on white background.



Black color preview on #8E1F7A background

This text has black color on #8E1F7A background.


White color preview on #8E1F7A background

This text has white color on #8E1F7A background.