COLOR #8A627F

HEX: #8A627F
RGB: (138,98,127)

Color info

#8A627F contains red, green and blue colors in about the same proportion. Web safe color of #8A627F is #996666 (or #966).

RGB color model

#8A627F color RGB value is (138,98,127).

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

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 127 of 255 = 50%

138
98
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 127 = 363 (100%)
R 138 of 363 ~ 38.02%
G 98 of 363 ~ 27%
B 127 of 363 ~ 34.99%

%38.02
%27
%34.99

CMYK color model

#8A627F color CMYK value is (0,29,8,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(0,29,8,46)
C0M29Y8K46 
(0%,29%,8%,46%)
(0.00/0.29/0.08/0.46)	

CMYK percentages

%0
%28.99
%7.97
%45.88

Codes

Color #8A627F in popluar color models

8A627F
RGB13898127
HSL317°16.95%46.27%
HSB/HSV317°28.99%54.12%
CMYK0.00%28.99%7.97%
45.88%

Color #8A627F in popluar number systems.

HEX8A627F
Decimal13898127
Binary1000101011000101111111
Octal212142177

Shades and tints

Shades of #8A627F

#8A627F
(138,98,127)
#7E5A74
(126,90,116)
#725269
(114,82,105)
#664A5E
(102,74,94)
#5A4253
(90,66,83)
#4E3A48
(78,58,72)
#42323D
(66,50,61)
#362A32
(54,42,50)
#2A2227
(42,34,39)
#1E1A1C
(30,26,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A627F

#8A627F
(138,98,127)
#94708A
(148,112,138)
#9E7E95
(158,126,149)
#A88CA0
(168,140,160)
#B29AAB
(178,154,171)
#BCA8B6
(188,168,182)
#C6B6C1
(198,182,193)
#D0C4CC
(208,196,204)
#DAD2D7
(218,210,215)
#E4E0E2
(228,224,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A627F; }

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

This text font color is #8A627F.


Background Color

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

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

This div background color is #8A627F.


Border color

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

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

This div border color is #8A627F.


Opacity

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

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

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

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

This text has shadow with #8A627F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A627F on black background.


Color preview on white background

This text has color #8A627F on white background.



Black color preview on #8A627F background

This text has black color on #8A627F background.


White color preview on #8A627F background

This text has white color on #8A627F background.