COLOR #8D7FFA

HEX: #8D7FFA RGB: (141,127,250)

Color info

#8D7FFA contains mainly blue color. Web safe color of #8D7FFA is #9966FF (or #96F).

RGB color model

#8D7FFA color RGB value is (141,127,250).

RGB: (141,127,250) (55%, 50%, 98%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 250 of 255 = 98%

141
127
250

R + G + B ~ 68%. #8D7FFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 127 + 250 = 518 (100%)
R 141 of 518 ~ 27.22%
G 127 of 518 ~ 24.52%
B 250 of 518 ~ 48.26'%

%27.22
%24.52
%48.26

CMYK color model

#8D7FFA color CMYK value is (44,49,0,2).

  • cyan value is 43.60%
  • magenta value is 49.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (44,49,0,2)
C44M49Y0K2 (44%, 49%, 0%, 2%)
(0.44 / 0.49 / 0.00 / 0.02)

CMYK percentages

%43.6
%49.2
%0
%1.96

Codes

Color #8D7FFA in popluar color models

8D 7F FA
RGB 141 127 250
HSL 247° 92.48% 73.92%
HSB/HSV 247° 49.20% 98.04%
CMYK 43.60% 49.20% 0.00%
1.96%

Color #8D7FFA in popluar number systems.

HEX 8D 7F FA
Decimal 141 127 250
Binary 10001101 1111111 11111010
Octal 215 177 372

Shades and tints

Shades of #8D7FFA

#8D7FFA
(141,127,250)
#8174E4
(129,116,228)
#7569CE
(117,105,206)
#695EB8
(105,94,184)
#5D53A2
(93,83,162)
#51488C
(81,72,140)
#453D76
(69,61,118)
#393260
(57,50,96)
#2D274A
(45,39,74)
#211C34
(33,28,52)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #8D7FFA

#8D7FFA
(141,127,250)
#978AFA
(151,138,250)
#A195FA
(161,149,250)
#ABA0FA
(171,160,250)
#B5ABFA
(181,171,250)
#BFB6FA
(191,182,250)
#C9C1FA
(201,193,250)
#D3CCFA
(211,204,250)
#DDD7FA
(221,215,250)
#E7E2FA
(231,226,250)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7FFA; }

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

This text font color is #8D7FFA.

Background Color

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

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

This div background color is #8D7FFA.

Border color

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

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

This div border color is #8D7FFA.

Opacity

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

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

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

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

This text has shadow with #8D7FFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7FFA.

Preview

Color preview on black background

This text has color #8D7FFA on black background.


Color preview on white background

This text has color #8D7FFA on white background.


Black color preview on #8D7FFA background

This text has black color on #8D7FFA background.


White color preview on #8D7FFA background

This text has white color on #8D7FFA background.


Related colors

Complementary color

Complementary color for #hex is #728005.


I love getcolorcode.com

Triadic colors

1 #FA8D7F and #7FFA8D with #8D7FFA are triadic colors.

2 #FA7F8D and #7F8DFA with #8D7FFA are triadic colors.