COLOR #8A4C7D

HEX: #8A4C7D RGB: (138,76,125)

Color info

#8A4C7D contains mainly red and blue colors. Web safe color of #8A4C7D is #993366 (or #936).

RGB color model

#8A4C7D color RGB value is (138,76,125).

RGB: (138,76,125) (54%, 30%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 76 of 255 = 30%
B 125 of 255 = 49%

138
76
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 76 + 125 = 339 (100%)
R 138 of 339 ~ 40.71%
G 76 of 339 ~ 22.42%
B 125 of 339 ~ 36.87'%

%40.71
%22.42
%36.87

CMYK color model

#8A4C7D color CMYK value is (0,45,9,46).

  • cyan value is 0.00%
  • magenta value is 44.93%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK: (0,45,9,46) C0M45Y9K46 (0%,45%,9%,46%) (0.00/0.45/0.09/0.46) 

CMYK percentages

%0
%44.93
%9.42
%45.88

Codes

Color #8A4C7D in popluar color models

8A 4C 7D
RGB 138 76 125
HSL 313° 28.97% 41.96%
HSB/HSV 313° 44.93% 54.12%
CMYK 0.00% 44.93% 9.42%
45.88%

Color #8A4C7D in popluar number systems.

HEX 8A 4C 7D
Decimal 138 76 125
Binary 10001010 1001100 1111101
Octal 212 114 175

Shades and tints

Shades of #8A4C7D

#8A4C7D
(138,76,125)
#7E4672
(126,70,114)
#724067
(114,64,103)
#663A5C
(102,58,92)
#5A3451
(90,52,81)
#4E2E46
(78,46,70)
#42283B
(66,40,59)
#362230
(54,34,48)
#2A1C25
(42,28,37)
#1E161A
(30,22,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #8A4C7D

#8A4C7D
(138,76,125)
#945C88
(148,92,136)
#9E6C93
(158,108,147)
#A87C9E
(168,124,158)
#B28CA9
(178,140,169)
#BC9CB4
(188,156,180)
#C6ACBF
(198,172,191)
#D0BCCA
(208,188,202)
#DACCD5
(218,204,213)
#E4DCE0
(228,220,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4C7D color. Also use rgb(138,76,125) instead hex code.

Text Font Color

.myTextColor { color: #8A4C7D; }

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

This text font color is #8A4C7D.

Background Color

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

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

This div background color is #8A4C7D.

Border color

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

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

This div border color is #8A4C7D.

Opacity

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

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

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

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

This text has shadow with #8A4C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A4C7D.

Preview

Color preview on black background

This text has color #8A4C7D on black background.


Color preview on white background

This text has color #8A4C7D on white background.


Black color preview on #8A4C7D background

This text has black color on #8A4C7D background.


White color preview on #8A4C7D background

This text has white color on #8A4C7D background.


Related colors

Complementary color

Complementary color for #hex is #75B382.


I love getcolorcode.com

Triadic colors

1 #7D8A4C and #4C7D8A with #8A4C7D are triadic colors.

2 #7D4C8A and #4C8A7D with #8A4C7D are triadic colors.