COLOR #8B7FAF

HEX: #8B7FAF RGB: (139,127,175)

Color info

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

RGB color model

#8B7FAF color RGB value is (139,127,175).

RGB: (139,127,175) (55%, 50%, 69%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 175 of 255 = 69%

139
127
175

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

Portions of RGB colors in percentages

R + G + B = 139 + 127 + 175 = 441 (100%)
R 139 of 441 ~ 31.52%
G 127 of 441 ~ 28.8%
B 175 of 441 ~ 39.68'%

%31.52
%28.8
%39.68

CMYK color model

#8B7FAF color CMYK value is (21,27,0,31).

  • cyan value is 20.57%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (21,27,0,31)
C21M27Y0K31 (21%, 27%, 0%, 31%)
(0.21 / 0.27 / 0.00 / 0.31)

CMYK percentages

%20.57
%27.43
%0
%31.37

Codes

Color #8B7FAF in popluar color models

8B 7F AF
RGB 139 127 175
HSL 255° 23.08% 59.22%
HSB/HSV 255° 27.43% 68.63%
CMYK 20.57% 27.43% 0.00%
31.37%

Color #8B7FAF in popluar number systems.

HEX 8B 7F AF
Decimal 139 127 175
Binary 10001011 1111111 10101111
Octal 213 177 257

Shades and tints

Shades of #8B7FAF

#8B7FAF
(139,127,175)
#7F74A0
(127,116,160)
#736991
(115,105,145)
#675E82
(103,94,130)
#5B5373
(91,83,115)
#4F4864
(79,72,100)
#433D55
(67,61,85)
#373246
(55,50,70)
#2B2737
(43,39,55)
#1F1C28
(31,28,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #8B7FAF

#8B7FAF
(139,127,175)
#958AB6
(149,138,182)
#9F95BD
(159,149,189)
#A9A0C4
(169,160,196)
#B3ABCB
(179,171,203)
#BDB6D2
(189,182,210)
#C7C1D9
(199,193,217)
#D1CCE0
(209,204,224)
#DBD7E7
(219,215,231)
#E5E2EE
(229,226,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7FAF color. Also use rgb(139,127,175) instead hex code.

Text Font Color

.myTextColor { color: #8B7FAF; }

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

This text font color is #8B7FAF.

Background Color

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

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

This div background color is #8B7FAF.

Border color

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

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

This div border color is #8B7FAF.

Opacity

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

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

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

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

This text has shadow with #8B7FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7FAF.

Preview

Color preview on black background

This text has color #8B7FAF on black background.


Color preview on white background

This text has color #8B7FAF on white background.


Black color preview on #8B7FAF background

This text has black color on #8B7FAF background.


White color preview on #8B7FAF background

This text has white color on #8B7FAF background.


Related colors

Complementary color

Complementary color for #hex is #748050.


I love getcolorcode.com

Triadic colors

1 #AF8B7F and #7FAF8B with #8B7FAF are triadic colors.

2 #AF7F8B and #7F8BAF with #8B7FAF are triadic colors.