COLOR #8A7F9E

HEX: #8A7F9E
RGB: (138,127,158)

Color info

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

RGB color model

#8A7F9E color RGB value is (138,127,158).

  • red value is 138;
  • green value is 127;
  • blue value is 158.
RGB:
(138,127,158)
(54%,50%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 158 of 255 = 62%

138
127
158

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

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 158 = 423 (100%)
R 138 of 423 ~ 32.62%
G 127 of 423 ~ 30.02%
B 158 of 423 ~ 37.35%

%32.62
%30.02
%37.35

CMYK color model

#8A7F9E color CMYK value is (13,20,0,38).

  • cyan value is 12.66%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,20,0,38)
C13M20Y0K38 
(13%,20%,0%,38%)
(0.13/0.20/0.00/0.38)	

CMYK percentages

%12.66
%19.62
%0
%38.04

Codes

Color #8A7F9E in popluar color models

8A7F9E
RGB138127158
HSL261°13.78%55.88%
HSB/HSV261°19.62%61.96%
CMYK12.66%19.62%0.00%
38.04%

Color #8A7F9E in popluar number systems.

HEX8A7F9E
Decimal138127158
Binary10001010111111110011110
Octal212177236

Shades and tints

Shades of #8A7F9E

#8A7F9E
(138,127,158)
#7E7490
(126,116,144)
#726982
(114,105,130)
#665E74
(102,94,116)
#5A5366
(90,83,102)
#4E4858
(78,72,88)
#423D4A
(66,61,74)
#36323C
(54,50,60)
#2A272E
(42,39,46)
#1E1C20
(30,28,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8A7F9E

#8A7F9E
(138,127,158)
#948AA6
(148,138,166)
#9E95AE
(158,149,174)
#A8A0B6
(168,160,182)
#B2ABBE
(178,171,190)
#BCB6C6
(188,182,198)
#C6C1CE
(198,193,206)
#D0CCD6
(208,204,214)
#DAD7DE
(218,215,222)
#E4E2E6
(228,226,230)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7F9E color. Also use rgb(138,127,158) instead hex code.

Text Font Color

.myTextColor { color: #8A7F9E; }

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

This text font color is #8A7F9E.


Background Color

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

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

This div background color is #8A7F9E.


Border color

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

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

This div border color is #8A7F9E.


Opacity

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

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

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

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

This text has shadow with #8A7F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7F9E on black background.


Color preview on white background

This text has color #8A7F9E on white background.



Black color preview on #8A7F9E background

This text has black color on #8A7F9E background.


White color preview on #8A7F9E background

This text has white color on #8A7F9E background.