COLOR #8F6E90

HEX: #8F6E90 RGB: (143,110,144)

Color info

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

RGB color model

#8F6E90 color RGB value is (143,110,144).

RGB: (143,110,144) (56%, 43%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 110 of 255 = 43%
B 144 of 255 = 56%

143
110
144

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

Portions of RGB colors in percentages

R + G + B = 143 + 110 + 144 = 397 (100%)
R 143 of 397 ~ 36.02%
G 110 of 397 ~ 27.71%
B 144 of 397 ~ 36.27'%

%36.02
%27.71
%36.27

CMYK color model

#8F6E90 color CMYK value is (1,24,0,44).

  • cyan value is 0.69%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (1,24,0,44) C1M24Y0K44 (1%,24%,0%,44%) (0.01/0.24/0.00/0.44) 

CMYK percentages

%0.69
%23.61
%0
%43.53

Codes

Color #8F6E90 in popluar color models

8F 6E 90
RGB 143 110 144
HSL 298° 13.39% 49.80%
HSB/HSV 298° 23.61% 56.47%
CMYK 0.69% 23.61% 0.00%
43.53%

Color #8F6E90 in popluar number systems.

HEX 8F 6E 90
Decimal 143 110 144
Binary 10001111 1101110 10010000
Octal 217 156 220

Shades and tints

Shades of #8F6E90

#8F6E90
(143,110,144)
#826483
(130,100,131)
#755A76
(117,90,118)
#685069
(104,80,105)
#5B465C
(91,70,92)
#4E3C4F
(78,60,79)
#413242
(65,50,66)
#342835
(52,40,53)
#271E28
(39,30,40)
#1A141B
(26,20,27)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #8F6E90

#8F6E90
(143,110,144)
#997B9A
(153,123,154)
#A388A4
(163,136,164)
#AD95AE
(173,149,174)
#B7A2B8
(183,162,184)
#C1AFC2
(193,175,194)
#CBBCCC
(203,188,204)
#D5C9D6
(213,201,214)
#DFD6E0
(223,214,224)
#E9E3EA
(233,227,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6E90 color. Also use rgb(143,110,144) instead hex code.

Text Font Color

.myTextColor { color: #8F6E90; }

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

This text font color is #8F6E90.

Background Color

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

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

This div background color is #8F6E90.

Border color

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

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

This div border color is #8F6E90.

Opacity

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

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

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

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

This text has shadow with #8F6E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6E90.

Preview

Color preview on black background

This text has color #8F6E90 on black background.


Color preview on white background

This text has color #8F6E90 on white background.


Black color preview on #8F6E90 background

This text has black color on #8F6E90 background.


White color preview on #8F6E90 background

This text has white color on #8F6E90 background.


Related colors

Complementary color

Complementary color for #hex is #70916F.


I love getcolorcode.com

Triadic colors

1 #908F6E and #6E908F with #8F6E90 are triadic colors.

2 #906E8F and #6E8F90 with #8F6E90 are triadic colors.