COLOR #8A638E

HEX: #8A638E RGB: (138,99,142)

Color info

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

RGB color model

#8A638E color RGB value is (138,99,142).

RGB: (138,99,142) (54%, 39%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 142 of 255 = 56%

138
99
142

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

Portions of RGB colors in percentages

R + G + B = 138 + 99 + 142 = 379 (100%)
R 138 of 379 ~ 36.41%
G 99 of 379 ~ 26.12%
B 142 of 379 ~ 37.47'%

%36.41
%26.12
%37.47

CMYK color model

#8A638E color CMYK value is (3,30,0,44).

  • cyan value is 2.82%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (3,30,0,44)
C3M30Y0K44 (3%, 30%, 0%, 44%)
(0.03 / 0.30 / 0.00 / 0.44)

CMYK percentages

%2.82
%30.28
%0
%44.31

Codes

Color #8A638E in popluar color models

8A 63 8E
RGB 138 99 142
HSL 294° 17.84% 47.25%
HSB/HSV 294° 30.28% 55.69%
CMYK 2.82% 30.28% 0.00%
44.31%

Color #8A638E in popluar number systems.

HEX 8A 63 8E
Decimal 138 99 142
Binary 10001010 1100011 10001110
Octal 212 143 216

Shades and tints

Shades of #8A638E

#8A638E
(138,99,142)
#7E5A82
(126,90,130)
#725176
(114,81,118)
#66486A
(102,72,106)
#5A3F5E
(90,63,94)
#4E3652
(78,54,82)
#422D46
(66,45,70)
#36243A
(54,36,58)
#2A1B2E
(42,27,46)
#1E1222
(30,18,34)
#120916
(18,9,22)
#000000
(0,0,0)

Tints of #8A638E

#8A638E
(138,99,142)
#947198
(148,113,152)
#9E7FA2
(158,127,162)
#A88DAC
(168,141,172)
#B29BB6
(178,155,182)
#BCA9C0
(188,169,192)
#C6B7CA
(198,183,202)
#D0C5D4
(208,197,212)
#DAD3DE
(218,211,222)
#E4E1E8
(228,225,232)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A638E color. Also use rgb(138,99,142) instead hex code.

Text Font Color

.myTextColor { color: #8A638E; }

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

This text font color is #8A638E.

Background Color

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

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

This div background color is #8A638E.

Border color

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

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

This div border color is #8A638E.

Opacity

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

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

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

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

This text has shadow with #8A638E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A638E.

Preview

Color preview on black background

This text has color #8A638E on black background.


Color preview on white background

This text has color #8A638E on white background.


Black color preview on #8A638E background

This text has black color on #8A638E background.


White color preview on #8A638E background

This text has white color on #8A638E background.


Related colors

Complementary color

Complementary color for #hex is #759C71.


I love getcolorcode.com

Triadic colors

1 #8E8A63 and #638E8A with #8A638E are triadic colors.

2 #8E638A and #638A8E with #8A638E are triadic colors.