COLOR #8F4D88

HEX: #8F4D88
RGB: (143,77,136)

Color info

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

RGB color model

#8F4D88 color RGB value is (143,77,136).

  • red value is 143;
  • green value is 77;
  • blue value is 136.
RGB:
(143,77,136)
(56%,30%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 136 of 255 = 53%

143
77
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 136 = 356 (100%)
R 143 of 356 ~ 40.17%
G 77 of 356 ~ 21.63%
B 136 of 356 ~ 38.2%

%40.17
%21.63
%38.2

CMYK color model

#8F4D88 color CMYK value is (0,46,5,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,46,5,44)
C0M46Y5K44 
(0%,46%,5%,44%)
(0.00/0.46/0.05/0.44)	

CMYK percentages

%0
%46.15
%4.9
%43.92

Codes

Color #8F4D88 in popluar color models

8F4D88
RGB14377136
HSL306°30.00%43.14%
HSB/HSV306°46.15%56.08%
CMYK0.00%46.15%4.90%
43.92%

Color #8F4D88 in popluar number systems.

HEX8F4D88
Decimal14377136
Binary10001111100110110001000
Octal217115210

Shades and tints

Shades of #8F4D88

#8F4D88
(143,77,136)
#82467C
(130,70,124)
#753F70
(117,63,112)
#683864
(104,56,100)
#5B3158
(91,49,88)
#4E2A4C
(78,42,76)
#412340
(65,35,64)
#341C34
(52,28,52)
#271528
(39,21,40)
#1A0E1C
(26,14,28)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #8F4D88

#8F4D88
(143,77,136)
#995D92
(153,93,146)
#A36D9C
(163,109,156)
#AD7DA6
(173,125,166)
#B78DB0
(183,141,176)
#C19DBA
(193,157,186)
#CBADC4
(203,173,196)
#D5BDCE
(213,189,206)
#DFCDD8
(223,205,216)
#E9DDE2
(233,221,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4D88 color. Also use rgb(143,77,136) instead hex code.

Text Font Color

.myTextColor { color: #8F4D88; }

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

This text font color is #8F4D88.


Background Color

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

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

This div background color is #8F4D88.


Border color

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

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

This div border color is #8F4D88.


Opacity

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

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

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

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

This text has shadow with #8F4D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4D88 on black background.


Color preview on white background

This text has color #8F4D88 on white background.



Black color preview on #8F4D88 background

This text has black color on #8F4D88 background.


White color preview on #8F4D88 background

This text has white color on #8F4D88 background.