COLOR #8F5087

HEX: #8F5087 RGB: (143,80,135)

Color info

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

RGB color model

#8F5087 color RGB value is (143,80,135).

RGB: (143,80,135) (56%, 31%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 135 of 255 = 53%

143
80
135

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

Portions of RGB colors in percentages

R + G + B = 143 + 80 + 135 = 358 (100%)
R 143 of 358 ~ 39.94%
G 80 of 358 ~ 22.35%
B 135 of 358 ~ 37.71'%

%39.94
%22.35
%37.71

CMYK color model

#8F5087 color CMYK value is (0,44,6,44).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 5.59%
  • key color value is 43.92%

CMYK: (0,44,6,44)
C0M44Y6K44 (0%, 44%, 6%, 44%)
(0.00 / 0.44 / 0.06 / 0.44)

CMYK percentages

%0
%44.06
%5.59
%43.92

Codes

Color #8F5087 in popluar color models

8F 50 87
RGB 143 80 135
HSL 308° 28.25% 43.73%
HSB/HSV 308° 44.06% 56.08%
CMYK 0.00% 44.06% 5.59%
43.92%

Color #8F5087 in popluar number systems.

HEX 8F 50 87
Decimal 143 80 135
Binary 10001111 1010000 10000111
Octal 217 120 207

Shades and tints

Shades of #8F5087

#8F5087
(143,80,135)
#82497B
(130,73,123)
#75426F
(117,66,111)
#683B63
(104,59,99)
#5B3457
(91,52,87)
#4E2D4B
(78,45,75)
#41263F
(65,38,63)
#341F33
(52,31,51)
#271827
(39,24,39)
#1A111B
(26,17,27)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #8F5087

#8F5087
(143,80,135)
#995F91
(153,95,145)
#A36E9B
(163,110,155)
#AD7DA5
(173,125,165)
#B78CAF
(183,140,175)
#C19BB9
(193,155,185)
#CBAAC3
(203,170,195)
#D5B9CD
(213,185,205)
#DFC8D7
(223,200,215)
#E9D7E1
(233,215,225)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5087 color. Also use rgb(143,80,135) instead hex code.

Text Font Color

.myTextColor { color: #8F5087; }

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

This text font color is #8F5087.

Background Color

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

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

This div background color is #8F5087.

Border color

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

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

This div border color is #8F5087.

Opacity

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

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

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

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

This text has shadow with #8F5087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5087.

Preview

Color preview on black background

This text has color #8F5087 on black background.


Color preview on white background

This text has color #8F5087 on white background.


Black color preview on #8F5087 background

This text has black color on #8F5087 background.


White color preview on #8F5087 background

This text has white color on #8F5087 background.


Related colors

Complementary color

Complementary color for #hex is #70AF78.


I love getcolorcode.com

Triadic colors

1 #878F50 and #50878F with #8F5087 are triadic colors.

2 #87508F and #508F87 with #8F5087 are triadic colors.