COLOR #8F71C0

HEX: #8F71C0 RGB: (143,113,192)

Color info

#8F71C0 contains mainly red and blue colors. Web safe color of #8F71C0 is #9966CC (or #96C).

RGB color model

#8F71C0 color RGB value is (143,113,192).

RGB: (143,113,192) (56%, 44%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 192 of 255 = 75%

143
113
192

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 192 = 448 (100%)
R 143 of 448 ~ 31.92%
G 113 of 448 ~ 25.22%
B 192 of 448 ~ 42.86'%

%31.92
%25.22
%42.86

CMYK color model

#8F71C0 color CMYK value is (26,41,0,25).

  • cyan value is 25.52%
  • magenta value is 41.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (26,41,0,25) C26M41Y0K25 (26%,41%,0%,25%) (0.26/0.41/0.00/0.25) 

CMYK percentages

%25.52
%41.15
%0
%24.71

Codes

Color #8F71C0 in popluar color models

8F 71 C0
RGB 143 113 192
HSL 263° 38.54% 59.80%
HSB/HSV 263° 41.15% 75.29%
CMYK 25.52% 41.15% 0.00%
24.71%

Color #8F71C0 in popluar number systems.

HEX 8F 71 C0
Decimal 143 113 192
Binary 10001111 1110001 11000000
Octal 217 161 300

Shades and tints

Shades of #8F71C0

#8F71C0
(143,113,192)
#8267AF
(130,103,175)
#755D9E
(117,93,158)
#68538D
(104,83,141)
#5B497C
(91,73,124)
#4E3F6B
(78,63,107)
#41355A
(65,53,90)
#342B49
(52,43,73)
#272138
(39,33,56)
#1A1727
(26,23,39)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #8F71C0

#8F71C0
(143,113,192)
#997DC5
(153,125,197)
#A389CA
(163,137,202)
#AD95CF
(173,149,207)
#B7A1D4
(183,161,212)
#C1ADD9
(193,173,217)
#CBB9DE
(203,185,222)
#D5C5E3
(213,197,227)
#DFD1E8
(223,209,232)
#E9DDED
(233,221,237)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F71C0 color. Also use rgb(143,113,192) instead hex code.

Text Font Color

.myTextColor { color: #8F71C0; }

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

This text font color is #8F71C0.

Background Color

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

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

This div background color is #8F71C0.

Border color

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

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

This div border color is #8F71C0.

Opacity

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

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

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

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

This text has shadow with #8F71C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F71C0.

Preview

Color preview on black background

This text has color #8F71C0 on black background.


Color preview on white background

This text has color #8F71C0 on white background.


Black color preview on #8F71C0 background

This text has black color on #8F71C0 background.


White color preview on #8F71C0 background

This text has white color on #8F71C0 background.


Related colors

Complementary color

Complementary color for #hex is #708E3F.


I love getcolorcode.com

Triadic colors

1 #C08F71 and #71C08F with #8F71C0 are triadic colors.

2 #C0718F and #718FC0 with #8F71C0 are triadic colors.