COLOR #8F7893

HEX: #8F7893 RGB: (143,120,147)

Color info

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

RGB color model

#8F7893 color RGB value is (143,120,147).

RGB: (143,120,147) (56%, 47%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 147 of 255 = 58%

143
120
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 120 + 147 = 410 (100%)
R 143 of 410 ~ 34.88%
G 120 of 410 ~ 29.27%
B 147 of 410 ~ 35.85'%

%34.88
%29.27
%35.85

CMYK color model

#8F7893 color CMYK value is (3,18,0,42).

  • cyan value is 2.72%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,18,0,42)
C3M18Y0K42 (3%, 18%, 0%, 42%)
(0.03 / 0.18 / 0.00 / 0.42)

CMYK percentages

%2.72
%18.37
%0
%42.35

Codes

Color #8F7893 in popluar color models

8F 78 93
RGB 143 120 147
HSL 291° 11.11% 52.35%
HSB/HSV 291° 18.37% 57.65%
CMYK 2.72% 18.37% 0.00%
42.35%

Color #8F7893 in popluar number systems.

HEX 8F 78 93
Decimal 143 120 147
Binary 10001111 1111000 10010011
Octal 217 170 223

Shades and tints

Shades of #8F7893

#8F7893
(143,120,147)
#826E86
(130,110,134)
#756479
(117,100,121)
#685A6C
(104,90,108)
#5B505F
(91,80,95)
#4E4652
(78,70,82)
#413C45
(65,60,69)
#343238
(52,50,56)
#27282B
(39,40,43)
#1A1E1E
(26,30,30)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8F7893

#8F7893
(143,120,147)
#99849C
(153,132,156)
#A390A5
(163,144,165)
#AD9CAE
(173,156,174)
#B7A8B7
(183,168,183)
#C1B4C0
(193,180,192)
#CBC0C9
(203,192,201)
#D5CCD2
(213,204,210)
#DFD8DB
(223,216,219)
#E9E4E4
(233,228,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7893 color. Also use rgb(143,120,147) instead hex code.

Text Font Color

.myTextColor { color: #8F7893; }

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

This text font color is #8F7893.

Background Color

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

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

This div background color is #8F7893.

Border color

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

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

This div border color is #8F7893.

Opacity

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

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

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

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

This text has shadow with #8F7893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7893.

Preview

Color preview on black background

This text has color #8F7893 on black background.


Color preview on white background

This text has color #8F7893 on white background.


Black color preview on #8F7893 background

This text has black color on #8F7893 background.


White color preview on #8F7893 background

This text has white color on #8F7893 background.


Related colors

Complementary color

Complementary color for #hex is #70876C.


I love getcolorcode.com

Triadic colors

1 #938F78 and #78938F with #8F7893 are triadic colors.

2 #93788F and #788F93 with #8F7893 are triadic colors.