COLOR #8F5085

HEX: #8F5085 RGB: (143,80,133)

Color info

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

RGB color model

#8F5085 color RGB value is (143,80,133).

RGB: (143,80,133) (56%, 31%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 133 of 255 = 52%

143
80
133

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

Portions of RGB colors in percentages

R + G + B = 143 + 80 + 133 = 356 (100%)
R 143 of 356 ~ 40.17%
G 80 of 356 ~ 22.47%
B 133 of 356 ~ 37.36'%

%40.17
%22.47
%37.36

CMYK color model

#8F5085 color CMYK value is (0,44,7,44).

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

CMYK: (0,44,7,44)
C0M44Y7K44 (0%, 44%, 7%, 44%)
(0.00 / 0.44 / 0.07 / 0.44)

CMYK percentages

%0
%44.06
%6.99
%43.92

Codes

Color #8F5085 in popluar color models

8F 50 85
RGB 143 80 133
HSL 310° 28.25% 43.73%
HSB/HSV 310° 44.06% 56.08%
CMYK 0.00% 44.06% 6.99%
43.92%

Color #8F5085 in popluar number systems.

HEX 8F 50 85
Decimal 143 80 133
Binary 10001111 1010000 10000101
Octal 217 120 205

Shades and tints

Shades of #8F5085

#8F5085
(143,80,133)
#824979
(130,73,121)
#75426D
(117,66,109)
#683B61
(104,59,97)
#5B3455
(91,52,85)
#4E2D49
(78,45,73)
#41263D
(65,38,61)
#341F31
(52,31,49)
#271825
(39,24,37)
#1A1119
(26,17,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #8F5085

#8F5085
(143,80,133)
#995F90
(153,95,144)
#A36E9B
(163,110,155)
#AD7DA6
(173,125,166)
#B78CB1
(183,140,177)
#C19BBC
(193,155,188)
#CBAAC7
(203,170,199)
#D5B9D2
(213,185,210)
#DFC8DD
(223,200,221)
#E9D7E8
(233,215,232)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5085; }

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

This text font color is #8F5085.

Background Color

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

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

This div background color is #8F5085.

Border color

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

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

This div border color is #8F5085.

Opacity

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

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

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

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

This text has shadow with #8F5085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5085.

Preview

Color preview on black background

This text has color #8F5085 on black background.


Color preview on white background

This text has color #8F5085 on white background.


Black color preview on #8F5085 background

This text has black color on #8F5085 background.


White color preview on #8F5085 background

This text has white color on #8F5085 background.


Related colors

Complementary color

Complementary color for #hex is #70AF7A.


I love getcolorcode.com

Triadic colors

1 #858F50 and #50858F with #8F5085 are triadic colors.

2 #85508F and #508F85 with #8F5085 are triadic colors.