COLOR #8F6989

HEX: #8F6989
RGB: (143,105,137)

Color info

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

RGB color model

#8F6989 color RGB value is (143,105,137).

  • red value is 143;
  • green value is 105;
  • blue value is 137.
RGB:
(143,105,137)
(56%,41%,54%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 137 of 255 = 54%

143
105
137

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

Portions of RGB colors in percentages

R + G + B =
143 + 105 + 137 = 385 (100%)
R 143 of 385 ~ 37.14%
G 105 of 385 ~ 27.27%
B 137 of 385 ~ 35.58%

%37.14
%27.27
%35.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.57%
  • yellow value is 4.20%
  • key color value is 43.92%
CMYK:
(0,27,4,44)
C0M27Y4K44 
(0%,27%,4%,44%)
(0.00/0.27/0.04/0.44)	

CMYK percentages

%0
%26.57
%4.2
%43.92

Codes

Color #8F6989 in popluar color models

8F6989
RGB143105137
HSL309°15.32%48.63%
HSB/HSV309°26.57%56.08%
CMYK0.00%26.57%4.20%
43.92%

Color #8F6989 in popluar number systems.

HEX8F6989
Decimal143105137
Binary10001111110100110001001
Octal217151211

Shades and tints

Shades of #8F6989

#8F6989
(143,105,137)
#82607D
(130,96,125)
#755771
(117,87,113)
#684E65
(104,78,101)
#5B4559
(91,69,89)
#4E3C4D
(78,60,77)
#413341
(65,51,65)
#342A35
(52,42,53)
#272129
(39,33,41)
#1A181D
(26,24,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F6989

#8F6989
(143,105,137)
#997693
(153,118,147)
#A3839D
(163,131,157)
#AD90A7
(173,144,167)
#B79DB1
(183,157,177)
#C1AABB
(193,170,187)
#CBB7C5
(203,183,197)
#D5C4CF
(213,196,207)
#DFD1D9
(223,209,217)
#E9DEE3
(233,222,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6989 color. Also use rgb(143,105,137) instead hex code.

Text Font Color

.myTextColor { color: #8F6989; }

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

This text font color is #8F6989.


Background Color

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

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

This div background color is #8F6989.


Border color

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

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

This div border color is #8F6989.


Opacity

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

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

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

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

This text has shadow with #8F6989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6989 on black background.


Color preview on white background

This text has color #8F6989 on white background.



Black color preview on #8F6989 background

This text has black color on #8F6989 background.


White color preview on #8F6989 background

This text has white color on #8F6989 background.