COLOR #8F7DB1

HEX: #8F7DB1 RGB: (143,125,177)

Color info

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

RGB color model

#8F7DB1 color RGB value is (143,125,177).

RGB: (143,125,177) (56%, 49%, 69%)

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 177 of 255 = 69%

143
125
177

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

Portions of RGB colors in percentages

R + G + B = 143 + 125 + 177 = 445 (100%)
R 143 of 445 ~ 32.13%
G 125 of 445 ~ 28.09%
B 177 of 445 ~ 39.78'%

%32.13
%28.09
%39.78

CMYK color model

#8F7DB1 color CMYK value is (19,29,0,31).

  • cyan value is 19.21%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (19,29,0,31)
C19M29Y0K31 (19%, 29%, 0%, 31%)
(0.19 / 0.29 / 0.00 / 0.31)

CMYK percentages

%19.21
%29.38
%0
%30.59

Codes

Color #8F7DB1 in popluar color models

8F 7D B1
RGB 143 125 177
HSL 261° 25.00% 59.22%
HSB/HSV 261° 29.38% 69.41%
CMYK 19.21% 29.38% 0.00%
30.59%

Color #8F7DB1 in popluar number systems.

HEX 8F 7D B1
Decimal 143 125 177
Binary 10001111 1111101 10110001
Octal 217 175 261

Shades and tints

Shades of #8F7DB1

#8F7DB1
(143,125,177)
#8272A1
(130,114,161)
#756791
(117,103,145)
#685C81
(104,92,129)
#5B5171
(91,81,113)
#4E4661
(78,70,97)
#413B51
(65,59,81)
#343041
(52,48,65)
#272531
(39,37,49)
#1A1A21
(26,26,33)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F7DB1

#8F7DB1
(143,125,177)
#9988B8
(153,136,184)
#A393BF
(163,147,191)
#AD9EC6
(173,158,198)
#B7A9CD
(183,169,205)
#C1B4D4
(193,180,212)
#CBBFDB
(203,191,219)
#D5CAE2
(213,202,226)
#DFD5E9
(223,213,233)
#E9E0F0
(233,224,240)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7DB1 color. Also use rgb(143,125,177) instead hex code.

Text Font Color

.myTextColor { color: #8F7DB1; }

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

This text font color is #8F7DB1.

Background Color

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

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

This div background color is #8F7DB1.

Border color

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

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

This div border color is #8F7DB1.

Opacity

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

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

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

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

This text has shadow with #8F7DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7DB1.

Preview

Color preview on black background

This text has color #8F7DB1 on black background.


Color preview on white background

This text has color #8F7DB1 on white background.


Black color preview on #8F7DB1 background

This text has black color on #8F7DB1 background.


White color preview on #8F7DB1 background

This text has white color on #8F7DB1 background.


Related colors

Complementary color

Complementary color for #hex is #70824E.


I love getcolorcode.com

Triadic colors

1 #B18F7D and #7DB18F with #8F7DB1 are triadic colors.

2 #B17D8F and #7D8FB1 with #8F7DB1 are triadic colors.