COLOR #8F478A

HEX: #8F478A
RGB: (143,71,138)

Color info

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

RGB color model

#8F478A color RGB value is (143,71,138).

  • red value is 143;
  • green value is 71;
  • blue value is 138.
RGB:
(143,71,138)
(56%,28%,54%)

RGB channels and saturation

R 143 of 255 = 56%
G 71 of 255 = 28%
B 138 of 255 = 54%

143
71
138

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

Portions of RGB colors in percentages

R + G + B =
143 + 71 + 138 = 352 (100%)
R 143 of 352 ~ 40.63%
G 71 of 352 ~ 20.17%
B 138 of 352 ~ 39.2%

%40.63
%20.17
%39.2

CMYK color model

#8F478A color CMYK value is (0,50,3,44).

  • cyan value is 0.00%
  • magenta value is 50.35%
  • yellow value is 3.50%
  • key color value is 43.92%
CMYK:
(0,50,3,44)
C0M50Y3K44 
(0%,50%,3%,44%)
(0.00/0.50/0.03/0.44)	

CMYK percentages

%0
%50.35
%3.5
%43.92

Codes

Color #8F478A in popluar color models

8F478A
RGB14371138
HSL304°33.64%41.96%
HSB/HSV304°50.35%56.08%
CMYK0.00%50.35%3.50%
43.92%

Color #8F478A in popluar number systems.

HEX8F478A
Decimal14371138
Binary10001111100011110001010
Octal217107212

Shades and tints

Shades of #8F478A

#8F478A
(143,71,138)
#82417E
(130,65,126)
#753B72
(117,59,114)
#683566
(104,53,102)
#5B2F5A
(91,47,90)
#4E294E
(78,41,78)
#412342
(65,35,66)
#341D36
(52,29,54)
#27172A
(39,23,42)
#1A111E
(26,17,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F478A

#8F478A
(143,71,138)
#995794
(153,87,148)
#A3679E
(163,103,158)
#AD77A8
(173,119,168)
#B787B2
(183,135,178)
#C197BC
(193,151,188)
#CBA7C6
(203,167,198)
#D5B7D0
(213,183,208)
#DFC7DA
(223,199,218)
#E9D7E4
(233,215,228)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F478A color. Also use rgb(143,71,138) instead hex code.

Text Font Color

.myTextColor { color: #8F478A; }

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

This text font color is #8F478A.


Background Color

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

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

This div background color is #8F478A.


Border color

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

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

This div border color is #8F478A.


Opacity

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

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

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

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

This text has shadow with #8F478A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F478A on black background.


Color preview on white background

This text has color #8F478A on white background.



Black color preview on #8F478A background

This text has black color on #8F478A background.


White color preview on #8F478A background

This text has white color on #8F478A background.