COLOR #8F6883

HEX: #8F6883 RGB: (143,104,131)

Color info

#8F6883 contains red, green and blue colors in about the same proportion. Web safe color of #8F6883 is #996699 (or #969).

RGB color model

#8F6883 color RGB value is (143,104,131).

RGB: (143,104,131) (56%, 41%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 131 of 255 = 51%

143
104
131

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 131 = 378 (100%)
R 143 of 378 ~ 37.83%
G 104 of 378 ~ 27.51%
B 131 of 378 ~ 34.66'%

%37.83
%27.51
%34.66

CMYK color model

#8F6883 color CMYK value is (0,27,8,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 8.39%
  • key color value is 43.92%

CMYK: (0,27,8,44)
C0M27Y8K44 (0%, 27%, 8%, 44%)
(0.00 / 0.27 / 0.08 / 0.44)

CMYK percentages

%0
%27.27
%8.39
%43.92

Codes

Color #8F6883 in popluar color models

8F 68 83
RGB 143 104 131
HSL 318° 15.79% 48.43%
HSB/HSV 318° 27.27% 56.08%
CMYK 0.00% 27.27% 8.39%
43.92%

Color #8F6883 in popluar number systems.

HEX 8F 68 83
Decimal 143 104 131
Binary 10001111 1101000 10000011
Octal 217 150 203

Shades and tints

Shades of #8F6883

#8F6883
(143,104,131)
#825F78
(130,95,120)
#75566D
(117,86,109)
#684D62
(104,77,98)
#5B4457
(91,68,87)
#4E3B4C
(78,59,76)
#413241
(65,50,65)
#342936
(52,41,54)
#27202B
(39,32,43)
#1A1720
(26,23,32)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F6883

#8F6883
(143,104,131)
#99758E
(153,117,142)
#A38299
(163,130,153)
#AD8FA4
(173,143,164)
#B79CAF
(183,156,175)
#C1A9BA
(193,169,186)
#CBB6C5
(203,182,197)
#D5C3D0
(213,195,208)
#DFD0DB
(223,208,219)
#E9DDE6
(233,221,230)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6883 color. Also use rgb(143,104,131) instead hex code.

Text Font Color

.myTextColor { color: #8F6883; }

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

This text font color is #8F6883.

Background Color

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

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

This div background color is #8F6883.

Border color

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

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

This div border color is #8F6883.

Opacity

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

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

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

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

This text has shadow with #8F6883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6883.

Preview

Color preview on black background

This text has color #8F6883 on black background.


Color preview on white background

This text has color #8F6883 on white background.


Black color preview on #8F6883 background

This text has black color on #8F6883 background.


White color preview on #8F6883 background

This text has white color on #8F6883 background.


Related colors

Complementary color

Complementary color for #hex is #70977C.


I love getcolorcode.com

Triadic colors

1 #838F68 and #68838F with #8F6883 are triadic colors.

2 #83688F and #688F83 with #8F6883 are triadic colors.