COLOR #8F7FDF

HEX: #8F7FDF RGB: (143,127,223)

Color info

#8F7FDF contains mainly blue color. Web safe color of #8F7FDF is #9966CC (or #96C).

RGB color model

#8F7FDF color RGB value is (143,127,223).

RGB: (143,127,223) (56%, 50%, 87%)

RGB channels and saturation

R 143 of 255 = 56%
G 127 of 255 = 50%
B 223 of 255 = 87%

143
127
223

R + G + B ~ 64%. #8F7FDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 127 + 223 = 493 (100%)
R 143 of 493 ~ 29.01%
G 127 of 493 ~ 25.76%
B 223 of 493 ~ 45.23'%

%29.01
%25.76
%45.23

CMYK color model

#8F7FDF color CMYK value is (36,43,0,13).

  • cyan value is 35.87%
  • magenta value is 43.05%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (36,43,0,13)
C36M43Y0K13 (36%, 43%, 0%, 13%)
(0.36 / 0.43 / 0.00 / 0.13)

CMYK percentages

%35.87
%43.05
%0
%12.55

Codes

Color #8F7FDF in popluar color models

8F 7F DF
RGB 143 127 223
HSL 250° 60.00% 68.63%
HSB/HSV 250° 43.05% 87.45%
CMYK 35.87% 43.05% 0.00%
12.55%

Color #8F7FDF in popluar number systems.

HEX 8F 7F DF
Decimal 143 127 223
Binary 10001111 1111111 11011111
Octal 217 177 337

Shades and tints

Shades of #8F7FDF

#8F7FDF
(143,127,223)
#8274CB
(130,116,203)
#7569B7
(117,105,183)
#685EA3
(104,94,163)
#5B538F
(91,83,143)
#4E487B
(78,72,123)
#413D67
(65,61,103)
#343253
(52,50,83)
#27273F
(39,39,63)
#1A1C2B
(26,28,43)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #8F7FDF

#8F7FDF
(143,127,223)
#998AE1
(153,138,225)
#A395E3
(163,149,227)
#ADA0E5
(173,160,229)
#B7ABE7
(183,171,231)
#C1B6E9
(193,182,233)
#CBC1EB
(203,193,235)
#D5CCED
(213,204,237)
#DFD7EF
(223,215,239)
#E9E2F1
(233,226,241)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7FDF color. Also use rgb(143,127,223) instead hex code.

Text Font Color

.myTextColor { color: #8F7FDF; }

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

This text font color is #8F7FDF.

Background Color

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

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

This div background color is #8F7FDF.

Border color

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

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

This div border color is #8F7FDF.

Opacity

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

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

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

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

This text has shadow with #8F7FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7FDF.

Preview

Color preview on black background

This text has color #8F7FDF on black background.


Color preview on white background

This text has color #8F7FDF on white background.


Black color preview on #8F7FDF background

This text has black color on #8F7FDF background.


White color preview on #8F7FDF background

This text has white color on #8F7FDF background.


Related colors

Complementary color

Complementary color for #hex is #708020.


I love getcolorcode.com

Triadic colors

1 #DF8F7F and #7FDF8F with #8F7FDF are triadic colors.

2 #DF7F8F and #7F8FDF with #8F7FDF are triadic colors.