COLOR #8D7FDF

HEX: #8D7FDF
RGB: (141,127,223)

Color info

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

RGB color model

#8D7FDF color RGB value is (141,127,223).

  • red value is 141;
  • green value is 127;
  • blue value is 223.
RGB:
(141,127,223)
(55%,50%,87%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 223 of 255 = 87%

141
127
223

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 223 = 491 (100%)
R 141 of 491 ~ 28.72%
G 127 of 491 ~ 25.87%
B 223 of 491 ~ 45.42%

%28.72
%25.87
%45.42

CMYK color model

#8D7FDF color CMYK value is (37,43,0,13).

  • cyan value is 36.77%
  • magenta value is 43.05%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(37,43,0,13)
C37M43Y0K13 
(37%,43%,0%,13%)
(0.37/0.43/0.00/0.13)	

CMYK percentages

%36.77
%43.05
%0
%12.55

Codes

Color #8D7FDF in popluar color models

8D7FDF
RGB141127223
HSL249°60.00%68.63%
HSB/HSV249°43.05%87.45%
CMYK36.77%43.05%0.00%
12.55%

Color #8D7FDF in popluar number systems.

HEX8D7FDF
Decimal141127223
Binary10001101111111111011111
Octal215177337

Shades and tints

Shades of #8D7FDF

#8D7FDF
(141,127,223)
#8174CB
(129,116,203)
#7569B7
(117,105,183)
#695EA3
(105,94,163)
#5D538F
(93,83,143)
#51487B
(81,72,123)
#453D67
(69,61,103)
#393253
(57,50,83)
#2D273F
(45,39,63)
#211C2B
(33,28,43)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #8D7FDF

#8D7FDF
(141,127,223)
#978AE1
(151,138,225)
#A195E3
(161,149,227)
#ABA0E5
(171,160,229)
#B5ABE7
(181,171,231)
#BFB6E9
(191,182,233)
#C9C1EB
(201,193,235)
#D3CCED
(211,204,237)
#DDD7EF
(221,215,239)
#E7E2F1
(231,226,241)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7FDF; }

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

This text font color is #8D7FDF.


Background Color

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

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

This div background color is #8D7FDF.


Border color

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

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

This div border color is #8D7FDF.


Opacity

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

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

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

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

This text has shadow with #8D7FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7FDF on black background.


Color preview on white background

This text has color #8D7FDF on white background.



Black color preview on #8D7FDF background

This text has black color on #8D7FDF background.


White color preview on #8D7FDF background

This text has white color on #8D7FDF background.