COLOR #8F139D

HEX: #8F139D
RGB: (143,19,157)

Color info

#8F139D contains mainly red and blue colors. Web safe color of #8F139D is #990099 (or #909).

RGB color model

#8F139D color RGB value is (143,19,157).

  • red value is 143;
  • green value is 19;
  • blue value is 157.
RGB:
(143,19,157)
(56%,7%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 19 of 255 = 7%
B 157 of 255 = 62%

143
19
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 19 + 157 = 319 (100%)
R 143 of 319 ~ 44.83%
G 19 of 319 ~ 5.96%
B 157 of 319 ~ 49.22%

%44.83
%49.22

CMYK color model

#8F139D color CMYK value is (9,88,0,38).

  • cyan value is 8.92%
  • magenta value is 87.90%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(9,88,0,38)
C9M88Y0K38 
(9%,88%,0%,38%)
(0.09/0.88/0.00/0.38)	

CMYK percentages

%8.92
%87.9
%0
%38.43

Codes

Color #8F139D in popluar color models

8F139D
RGB14319157
HSL294°78.41%34.51%
HSB/HSV294°87.90%61.57%
CMYK8.92%87.90%0.00%
38.43%

Color #8F139D in popluar number systems.

HEX8F139D
Decimal14319157
Binary100011111001110011101
Octal21723235

Shades and tints

Shades of #8F139D

#8F139D
(143,19,157)
#82128F
(130,18,143)
#751181
(117,17,129)
#681073
(104,16,115)
#5B0F65
(91,15,101)
#4E0E57
(78,14,87)
#410D49
(65,13,73)
#340C3B
(52,12,59)
#270B2D
(39,11,45)
#1A0A1F
(26,10,31)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #8F139D

#8F139D
(143,19,157)
#9928A5
(153,40,165)
#A33DAD
(163,61,173)
#AD52B5
(173,82,181)
#B767BD
(183,103,189)
#C17CC5
(193,124,197)
#CB91CD
(203,145,205)
#D5A6D5
(213,166,213)
#DFBBDD
(223,187,221)
#E9D0E5
(233,208,229)
#F3E5ED
(243,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F139D color. Also use rgb(143,19,157) instead hex code.

Text Font Color

.myTextColor { color: #8F139D; }

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

This text font color is #8F139D.


Background Color

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

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

This div background color is #8F139D.


Border color

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

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

This div border color is #8F139D.


Opacity

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

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

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

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

This text has shadow with #8F139D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F139D on black background.


Color preview on white background

This text has color #8F139D on white background.



Black color preview on #8F139D background

This text has black color on #8F139D background.


White color preview on #8F139D background

This text has white color on #8F139D background.