COLOR #8F467E

HEX: #8F467E RGB: (143,70,126)

Color info

#8F467E contains mainly red and blue colors. Web safe color of #8F467E is #993366 (or #936).

RGB color model

#8F467E color RGB value is (143,70,126).

RGB: (143,70,126) (56%, 27%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 126 of 255 = 49%

143
70
126

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

Portions of RGB colors in percentages

R + G + B = 143 + 70 + 126 = 339 (100%)
R 143 of 339 ~ 42.18%
G 70 of 339 ~ 20.65%
B 126 of 339 ~ 37.17'%

%42.18
%20.65
%37.17

CMYK color model

#8F467E color CMYK value is (0,51,12,44).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 11.89%
  • key color value is 43.92%

CMYK: (0,51,12,44)
C0M51Y12K44 (0%, 51%, 12%, 44%)
(0.00 / 0.51 / 0.12 / 0.44)

CMYK percentages

%0
%51.05
%11.89
%43.92

Codes

Color #8F467E in popluar color models

8F 46 7E
RGB 143 70 126
HSL 314° 34.27% 41.76%
HSB/HSV 314° 51.05% 56.08%
CMYK 0.00% 51.05% 11.89%
43.92%

Color #8F467E in popluar number systems.

HEX 8F 46 7E
Decimal 143 70 126
Binary 10001111 1000110 1111110
Octal 217 106 176

Shades and tints

Shades of #8F467E

#8F467E
(143,70,126)
#824073
(130,64,115)
#753A68
(117,58,104)
#68345D
(104,52,93)
#5B2E52
(91,46,82)
#4E2847
(78,40,71)
#41223C
(65,34,60)
#341C31
(52,28,49)
#271626
(39,22,38)
#1A101B
(26,16,27)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #8F467E

#8F467E
(143,70,126)
#995689
(153,86,137)
#A36694
(163,102,148)
#AD769F
(173,118,159)
#B786AA
(183,134,170)
#C196B5
(193,150,181)
#CBA6C0
(203,166,192)
#D5B6CB
(213,182,203)
#DFC6D6
(223,198,214)
#E9D6E1
(233,214,225)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F467E color. Also use rgb(143,70,126) instead hex code.

Text Font Color

.myTextColor { color: #8F467E; }

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

This text font color is #8F467E.

Background Color

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

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

This div background color is #8F467E.

Border color

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

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

This div border color is #8F467E.

Opacity

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

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

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

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

This text has shadow with #8F467E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F467E.

Preview

Color preview on black background

This text has color #8F467E on black background.


Color preview on white background

This text has color #8F467E on white background.


Black color preview on #8F467E background

This text has black color on #8F467E background.


White color preview on #8F467E background

This text has white color on #8F467E background.


Related colors

Complementary color

Complementary color for #hex is #70B981.


I love getcolorcode.com

Triadic colors

1 #7E8F46 and #467E8F with #8F467E are triadic colors.

2 #7E468F and #468F7E with #8F467E are triadic colors.