COLOR #8E136F

HEX: #8E136F
RGB: (142,19,111)

Color info

#8E136F contains mainly red and blue colors. Web safe color of #8E136F is #990066 (or #906).

RGB color model

#8E136F color RGB value is (142,19,111).

  • red value is 142;
  • green value is 19;
  • blue value is 111.
RGB:
(142,19,111)
(56%,7%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 19 of 255 = 7%
B 111 of 255 = 44%

142
19
111

R + G + B ~ 36%. #8E136F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 19 + 111 = 272 (100%)
R 142 of 272 ~ 52.21%
G 19 of 272 ~ 6.99%
B 111 of 272 ~ 40.81%

%52.21
%40.81

CMYK color model

#8E136F color CMYK value is (0,87,22,44).

  • cyan value is 0.00%
  • magenta value is 86.62%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(0,87,22,44)
C0M87Y22K44 
(0%,87%,22%,44%)
(0.00/0.87/0.22/0.44)	

CMYK percentages

%0
%86.62
%21.83
%44.31

Codes

Color #8E136F in popluar color models

8E136F
RGB14219111
HSL315°76.40%31.57%
HSB/HSV315°86.62%55.69%
CMYK0.00%86.62%21.83%
44.31%

Color #8E136F in popluar number systems.

HEX8E136F
Decimal14219111
Binary10001110100111101111
Octal21623157

Shades and tints

Shades of #8E136F

#8E136F
(142,19,111)
#821265
(130,18,101)
#76115B
(118,17,91)
#6A1051
(106,16,81)
#5E0F47
(94,15,71)
#520E3D
(82,14,61)
#460D33
(70,13,51)
#3A0C29
(58,12,41)
#2E0B1F
(46,11,31)
#220A15
(34,10,21)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #8E136F

#8E136F
(142,19,111)
#98287C
(152,40,124)
#A23D89
(162,61,137)
#AC5296
(172,82,150)
#B667A3
(182,103,163)
#C07CB0
(192,124,176)
#CA91BD
(202,145,189)
#D4A6CA
(212,166,202)
#DEBBD7
(222,187,215)
#E8D0E4
(232,208,228)
#F2E5F1
(242,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E136F color. Also use rgb(142,19,111) instead hex code.

Text Font Color

.myTextColor { color: #8E136F; }

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

This text font color is #8E136F.


Background Color

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

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

This div background color is #8E136F.


Border color

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

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

This div border color is #8E136F.


Opacity

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

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

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

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

This text has shadow with #8E136F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E136F on black background.


Color preview on white background

This text has color #8E136F on white background.



Black color preview on #8E136F background

This text has black color on #8E136F background.


White color preview on #8E136F background

This text has white color on #8E136F background.