COLOR #8F5063

HEX: #8F5063 RGB: (143,80,99)

Color info

#8F5063 contains mainly red and blue colors. Web safe color of #8F5063 is #996666 (or #966).

RGB color model

#8F5063 color RGB value is (143,80,99).

RGB: (143,80,99) (56%, 31%, 39%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 99 of 255 = 39%

143
80
99

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

Portions of RGB colors in percentages

R + G + B = 143 + 80 + 99 = 322 (100%)
R 143 of 322 ~ 44.41%
G 80 of 322 ~ 24.84%
B 99 of 322 ~ 30.75'%

%44.41
%24.84
%30.75

CMYK color model

#8F5063 color CMYK value is (0,44,31,44).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK: (0,44,31,44) C0M44Y31K44 (0%,44%,31%,44%) (0.00/0.44/0.31/0.44) 

CMYK percentages

%0
%44.06
%30.77
%43.92

Codes

Color #8F5063 in popluar color models

8F 50 63
RGB 143 80 99
HSL 342° 28.25% 43.73%
HSB/HSV 342° 44.06% 56.08%
CMYK 0.00% 44.06% 30.77%
43.92%

Color #8F5063 in popluar number systems.

HEX 8F 50 63
Decimal 143 80 99
Binary 10001111 1010000 1100011
Octal 217 120 143

Shades and tints

Shades of #8F5063

#8F5063
(143,80,99)
#82495A
(130,73,90)
#754251
(117,66,81)
#683B48
(104,59,72)
#5B343F
(91,52,63)
#4E2D36
(78,45,54)
#41262D
(65,38,45)
#341F24
(52,31,36)
#27181B
(39,24,27)
#1A1112
(26,17,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #8F5063

#8F5063
(143,80,99)
#995F71
(153,95,113)
#A36E7F
(163,110,127)
#AD7D8D
(173,125,141)
#B78C9B
(183,140,155)
#C19BA9
(193,155,169)
#CBAAB7
(203,170,183)
#D5B9C5
(213,185,197)
#DFC8D3
(223,200,211)
#E9D7E1
(233,215,225)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5063; }

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

This text font color is #8F5063.

Background Color

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

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

This div background color is #8F5063.

Border color

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

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

This div border color is #8F5063.

Opacity

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

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

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

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

This text has shadow with #8F5063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5063.

Preview

Color preview on black background

This text has color #8F5063 on black background.


Color preview on white background

This text has color #8F5063 on white background.


Black color preview on #8F5063 background

This text has black color on #8F5063 background.


White color preview on #8F5063 background

This text has white color on #8F5063 background.


Related colors

Complementary color

Complementary color for #hex is #70AF9C.


I love getcolorcode.com

Triadic colors

1 #638F50 and #50638F with #8F5063 are triadic colors.

2 #63508F and #508F63 with #8F5063 are triadic colors.