COLOR #8F4E9B

HEX: #8F4E9B
RGB: (143,78,155)

Color info

#8F4E9B contains mainly red and blue colors. Web safe color of #8F4E9B is #996699 (or #969).

RGB color model

#8F4E9B color RGB value is (143,78,155).

  • red value is 143;
  • green value is 78;
  • blue value is 155.
RGB:
(143,78,155)
(56%,31%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 78 of 255 = 31%
B 155 of 255 = 61%

143
78
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 78 + 155 = 376 (100%)
R 143 of 376 ~ 38.03%
G 78 of 376 ~ 20.74%
B 155 of 376 ~ 41.22%

%38.03
%20.74
%41.22

CMYK color model

#8F4E9B color CMYK value is (8,50,0,39).

  • cyan value is 7.74%
  • magenta value is 49.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,50,0,39)
C8M50Y0K39 
(8%,50%,0%,39%)
(0.08/0.50/0.00/0.39)	

CMYK percentages

%7.74
%49.68
%0
%39.22

Codes

Color #8F4E9B in popluar color models

8F4E9B
RGB14378155
HSL291°33.05%45.69%
HSB/HSV291°49.68%60.78%
CMYK7.74%49.68%0.00%
39.22%

Color #8F4E9B in popluar number systems.

HEX8F4E9B
Decimal14378155
Binary10001111100111010011011
Octal217116233

Shades and tints

Shades of #8F4E9B

#8F4E9B
(143,78,155)
#82478D
(130,71,141)
#75407F
(117,64,127)
#683971
(104,57,113)
#5B3263
(91,50,99)
#4E2B55
(78,43,85)
#412447
(65,36,71)
#341D39
(52,29,57)
#27162B
(39,22,43)
#1A0F1D
(26,15,29)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #8F4E9B

#8F4E9B
(143,78,155)
#995EA4
(153,94,164)
#A36EAD
(163,110,173)
#AD7EB6
(173,126,182)
#B78EBF
(183,142,191)
#C19EC8
(193,158,200)
#CBAED1
(203,174,209)
#D5BEDA
(213,190,218)
#DFCEE3
(223,206,227)
#E9DEEC
(233,222,236)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4E9B color. Also use rgb(143,78,155) instead hex code.

Text Font Color

.myTextColor { color: #8F4E9B; }

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

This text font color is #8F4E9B.


Background Color

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

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

This div background color is #8F4E9B.


Border color

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

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

This div border color is #8F4E9B.


Opacity

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

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

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

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

This text has shadow with #8F4E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4E9B on black background.


Color preview on white background

This text has color #8F4E9B on white background.



Black color preview on #8F4E9B background

This text has black color on #8F4E9B background.


White color preview on #8F4E9B background

This text has white color on #8F4E9B background.