COLOR #8F3B89

HEX: #8F3B89
RGB: (143,59,137)

Color info

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

RGB color model

#8F3B89 color RGB value is (143,59,137).

  • red value is 143;
  • green value is 59;
  • blue value is 137.
RGB:
(143,59,137)
(56%,23%,54%)

RGB channels and saturation

R 143 of 255 = 56%
G 59 of 255 = 23%
B 137 of 255 = 54%

143
59
137

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

Portions of RGB colors in percentages

R + G + B =
143 + 59 + 137 = 339 (100%)
R 143 of 339 ~ 42.18%
G 59 of 339 ~ 17.4%
B 137 of 339 ~ 40.41%

%42.18
%17.4
%40.41

CMYK color model

#8F3B89 color CMYK value is (0,59,4,44).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 4.20%
  • key color value is 43.92%
CMYK:
(0,59,4,44)
C0M59Y4K44 
(0%,59%,4%,44%)
(0.00/0.59/0.04/0.44)	

CMYK percentages

%0
%58.74
%4.2
%43.92

Codes

Color #8F3B89 in popluar color models

8F3B89
RGB14359137
HSL304°41.58%39.61%
HSB/HSV304°58.74%56.08%
CMYK0.00%58.74%4.20%
43.92%

Color #8F3B89 in popluar number systems.

HEX8F3B89
Decimal14359137
Binary1000111111101110001001
Octal21773211

Shades and tints

Shades of #8F3B89

#8F3B89
(143,59,137)
#82367D
(130,54,125)
#753171
(117,49,113)
#682C65
(104,44,101)
#5B2759
(91,39,89)
#4E224D
(78,34,77)
#411D41
(65,29,65)
#341835
(52,24,53)
#271329
(39,19,41)
#1A0E1D
(26,14,29)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #8F3B89

#8F3B89
(143,59,137)
#994C93
(153,76,147)
#A35D9D
(163,93,157)
#AD6EA7
(173,110,167)
#B77FB1
(183,127,177)
#C190BB
(193,144,187)
#CBA1C5
(203,161,197)
#D5B2CF
(213,178,207)
#DFC3D9
(223,195,217)
#E9D4E3
(233,212,227)
#F3E5ED
(243,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3B89 color. Also use rgb(143,59,137) instead hex code.

Text Font Color

.myTextColor { color: #8F3B89; }

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

This text font color is #8F3B89.


Background Color

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

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

This div background color is #8F3B89.


Border color

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

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

This div border color is #8F3B89.


Opacity

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

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

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

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

This text has shadow with #8F3B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3B89 on black background.


Color preview on white background

This text has color #8F3B89 on white background.



Black color preview on #8F3B89 background

This text has black color on #8F3B89 background.


White color preview on #8F3B89 background

This text has white color on #8F3B89 background.