COLOR #8F487B

HEX: #8F487B
RGB: (143,72,123)

Color info

#8F487B contains mainly red and blue colors. Web safe color of #8F487B is #993366 (or #936).

RGB color model

#8F487B color RGB value is (143,72,123).

  • red value is 143;
  • green value is 72;
  • blue value is 123.
RGB:
(143,72,123)
(56%,28%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 72 of 255 = 28%
B 123 of 255 = 48%

143
72
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 72 + 123 = 338 (100%)
R 143 of 338 ~ 42.31%
G 72 of 338 ~ 21.3%
B 123 of 338 ~ 36.39%

%42.31
%21.3
%36.39

CMYK color model

#8F487B color CMYK value is (0,50,14,44).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK:
(0,50,14,44)
C0M50Y14K44 
(0%,50%,14%,44%)
(0.00/0.50/0.14/0.44)	

CMYK percentages

%0
%49.65
%13.99
%43.92

Codes

Color #8F487B in popluar color models

8F487B
RGB14372123
HSL317°33.02%42.16%
HSB/HSV317°49.65%56.08%
CMYK0.00%49.65%13.99%
43.92%

Color #8F487B in popluar number systems.

HEX8F487B
Decimal14372123
Binary1000111110010001111011
Octal217110173

Shades and tints

Shades of #8F487B

#8F487B
(143,72,123)
#824270
(130,66,112)
#753C65
(117,60,101)
#68365A
(104,54,90)
#5B304F
(91,48,79)
#4E2A44
(78,42,68)
#412439
(65,36,57)
#341E2E
(52,30,46)
#271823
(39,24,35)
#1A1218
(26,18,24)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #8F487B

#8F487B
(143,72,123)
#995887
(153,88,135)
#A36893
(163,104,147)
#AD789F
(173,120,159)
#B788AB
(183,136,171)
#C198B7
(193,152,183)
#CBA8C3
(203,168,195)
#D5B8CF
(213,184,207)
#DFC8DB
(223,200,219)
#E9D8E7
(233,216,231)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F487B color. Also use rgb(143,72,123) instead hex code.

Text Font Color

.myTextColor { color: #8F487B; }

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

This text font color is #8F487B.


Background Color

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

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

This div background color is #8F487B.


Border color

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

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

This div border color is #8F487B.


Opacity

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

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

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

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

This text has shadow with #8F487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F487B on black background.


Color preview on white background

This text has color #8F487B on white background.



Black color preview on #8F487B background

This text has black color on #8F487B background.


White color preview on #8F487B background

This text has white color on #8F487B background.