COLOR #8F426C

HEX: #8F426C RGB: (143,66,108)

Color info

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

RGB color model

#8F426C color RGB value is (143,66,108).

RGB: (143,66,108) (56%, 26%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 66 of 255 = 26%
B 108 of 255 = 42%

143
66
108

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

Portions of RGB colors in percentages

R + G + B = 143 + 66 + 108 = 317 (100%)
R 143 of 317 ~ 45.11%
G 66 of 317 ~ 20.82%
B 108 of 317 ~ 34.07'%

%45.11
%20.82
%34.07

CMYK color model

#8F426C color CMYK value is (0,54,24,44).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 24.48%
  • key color value is 43.92%

CMYK: (0,54,24,44)
C0M54Y24K44 (0%, 54%, 24%, 44%)
(0.00 / 0.54 / 0.24 / 0.44)

CMYK percentages

%0
%53.85
%24.48
%43.92

Codes

Color #8F426C in popluar color models

8F 42 6C
RGB 143 66 108
HSL 327° 36.84% 40.98%
HSB/HSV 327° 53.85% 56.08%
CMYK 0.00% 53.85% 24.48%
43.92%

Color #8F426C in popluar number systems.

HEX 8F 42 6C
Decimal 143 66 108
Binary 10001111 1000010 1101100
Octal 217 102 154

Shades and tints

Shades of #8F426C

#8F426C
(143,66,108)
#823C63
(130,60,99)
#75365A
(117,54,90)
#683051
(104,48,81)
#5B2A48
(91,42,72)
#4E243F
(78,36,63)
#411E36
(65,30,54)
#34182D
(52,24,45)
#271224
(39,18,36)
#1A0C1B
(26,12,27)
#0D0612
(13,6,18)
#000000
(0,0,0)

Tints of #8F426C

#8F426C
(143,66,108)
#995379
(153,83,121)
#A36486
(163,100,134)
#AD7593
(173,117,147)
#B786A0
(183,134,160)
#C197AD
(193,151,173)
#CBA8BA
(203,168,186)
#D5B9C7
(213,185,199)
#DFCAD4
(223,202,212)
#E9DBE1
(233,219,225)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F426C color. Also use rgb(143,66,108) instead hex code.

Text Font Color

.myTextColor { color: #8F426C; }

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

This text font color is #8F426C.

Background Color

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

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

This div background color is #8F426C.

Border color

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

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

This div border color is #8F426C.

Opacity

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

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

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

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

This text has shadow with #8F426C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F426C.

Preview

Color preview on black background

This text has color #8F426C on black background.


Color preview on white background

This text has color #8F426C on white background.


Black color preview on #8F426C background

This text has black color on #8F426C background.


White color preview on #8F426C background

This text has white color on #8F426C background.


Related colors

Complementary color

Complementary color for #hex is #70BD93.


I love getcolorcode.com

Triadic colors

1 #6C8F42 and #426C8F with #8F426C are triadic colors.

2 #6C428F and #428F6C with #8F426C are triadic colors.