COLOR #8F6B8E

HEX: #8F6B8E RGB: (143,107,142)

Color info

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

RGB color model

#8F6B8E color RGB value is (143,107,142).

RGB: (143,107,142) (56%, 42%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 107 of 255 = 42%
B 142 of 255 = 56%

143
107
142

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

Portions of RGB colors in percentages

R + G + B = 143 + 107 + 142 = 392 (100%)
R 143 of 392 ~ 36.48%
G 107 of 392 ~ 27.3%
B 142 of 392 ~ 36.22'%

%36.48
%27.3
%36.22

CMYK color model

#8F6B8E color CMYK value is (0,25,1,44).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 0.70%
  • key color value is 43.92%

CMYK: (0,25,1,44)
C0M25Y1K44 (0%, 25%, 1%, 44%)
(0.00 / 0.25 / 0.01 / 0.44)

CMYK percentages

%0
%25.17
%0.7
%43.92

Codes

Color #8F6B8E in popluar color models

8F 6B 8E
RGB 143 107 142
HSL 302° 14.40% 49.02%
HSB/HSV 302° 25.17% 56.08%
CMYK 0.00% 25.17% 0.70%
43.92%

Color #8F6B8E in popluar number systems.

HEX 8F 6B 8E
Decimal 143 107 142
Binary 10001111 1101011 10001110
Octal 217 153 216

Shades and tints

Shades of #8F6B8E

#8F6B8E
(143,107,142)
#826282
(130,98,130)
#755976
(117,89,118)
#68506A
(104,80,106)
#5B475E
(91,71,94)
#4E3E52
(78,62,82)
#413546
(65,53,70)
#342C3A
(52,44,58)
#27232E
(39,35,46)
#1A1A22
(26,26,34)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8F6B8E

#8F6B8E
(143,107,142)
#997898
(153,120,152)
#A385A2
(163,133,162)
#AD92AC
(173,146,172)
#B79FB6
(183,159,182)
#C1ACC0
(193,172,192)
#CBB9CA
(203,185,202)
#D5C6D4
(213,198,212)
#DFD3DE
(223,211,222)
#E9E0E8
(233,224,232)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6B8E color. Also use rgb(143,107,142) instead hex code.

Text Font Color

.myTextColor { color: #8F6B8E; }

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

This text font color is #8F6B8E.

Background Color

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

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

This div background color is #8F6B8E.

Border color

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

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

This div border color is #8F6B8E.

Opacity

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

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

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

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

This text has shadow with #8F6B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6B8E.

Preview

Color preview on black background

This text has color #8F6B8E on black background.


Color preview on white background

This text has color #8F6B8E on white background.


Black color preview on #8F6B8E background

This text has black color on #8F6B8E background.


White color preview on #8F6B8E background

This text has white color on #8F6B8E background.


Related colors

Complementary color

Complementary color for #hex is #709471.


I love getcolorcode.com

Triadic colors

1 #8E8F6B and #6B8E8F with #8F6B8E are triadic colors.

2 #8E6B8F and #6B8F8E with #8F6B8E are triadic colors.