COLOR #8D638A

HEX: #8D638A RGB: (141,99,138)

Color info

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

RGB color model

#8D638A color RGB value is (141,99,138).

RGB: (141,99,138) (55%, 39%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 99 of 255 = 39%
B 138 of 255 = 54%

141
99
138

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

Portions of RGB colors in percentages

R + G + B = 141 + 99 + 138 = 378 (100%)
R 141 of 378 ~ 37.3%
G 99 of 378 ~ 26.19%
B 138 of 378 ~ 36.51'%

%37.3
%26.19
%36.51

CMYK color model

#8D638A color CMYK value is (0,30,2,45).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 2.13%
  • key color value is 44.71%

CMYK: (0,30,2,45)
C0M30Y2K45 (0%, 30%, 2%, 45%)
(0.00 / 0.30 / 0.02 / 0.45)

CMYK percentages

%0
%29.79
%2.13
%44.71

Codes

Color #8D638A in popluar color models

8D 63 8A
RGB 141 99 138
HSL 304° 17.50% 47.06%
HSB/HSV 304° 29.79% 55.29%
CMYK 0.00% 29.79% 2.13%
44.71%

Color #8D638A in popluar number systems.

HEX 8D 63 8A
Decimal 141 99 138
Binary 10001101 1100011 10001010
Octal 215 143 212

Shades and tints

Shades of #8D638A

#8D638A
(141,99,138)
#815A7E
(129,90,126)
#755172
(117,81,114)
#694866
(105,72,102)
#5D3F5A
(93,63,90)
#51364E
(81,54,78)
#452D42
(69,45,66)
#392436
(57,36,54)
#2D1B2A
(45,27,42)
#21121E
(33,18,30)
#150912
(21,9,18)
#000000
(0,0,0)

Tints of #8D638A

#8D638A
(141,99,138)
#977194
(151,113,148)
#A17F9E
(161,127,158)
#AB8DA8
(171,141,168)
#B59BB2
(181,155,178)
#BFA9BC
(191,169,188)
#C9B7C6
(201,183,198)
#D3C5D0
(211,197,208)
#DDD3DA
(221,211,218)
#E7E1E4
(231,225,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D638A; }

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

This text font color is #8D638A.

Background Color

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

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

This div background color is #8D638A.

Border color

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

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

This div border color is #8D638A.

Opacity

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

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

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

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

This text has shadow with #8D638A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D638A.

Preview

Color preview on black background

This text has color #8D638A on black background.


Color preview on white background

This text has color #8D638A on white background.


Black color preview on #8D638A background

This text has black color on #8D638A background.


White color preview on #8D638A background

This text has white color on #8D638A background.


Related colors

Complementary color

Complementary color for #hex is #729C75.


I love getcolorcode.com

Triadic colors

1 #8A8D63 and #638A8D with #8D638A are triadic colors.

2 #8A638D and #638D8A with #8D638A are triadic colors.