COLOR #8A4CAC

HEX: #8A4CAC RGB: (138,76,172)

Color info

#8A4CAC contains mainly red and blue colors. Web safe color of #8A4CAC is #993399 (or #939).

RGB color model

#8A4CAC color RGB value is (138,76,172).

RGB: (138,76,172) (54%, 30%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 76 of 255 = 30%
B 172 of 255 = 67%

138
76
172

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

Portions of RGB colors in percentages

R + G + B = 138 + 76 + 172 = 386 (100%)
R 138 of 386 ~ 35.75%
G 76 of 386 ~ 19.69%
B 172 of 386 ~ 44.56'%

%35.75
%19.69
%44.56

CMYK color model

#8A4CAC color CMYK value is (20,56,0,33).

  • cyan value is 19.77%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (20,56,0,33)
C20M56Y0K33 (20%, 56%, 0%, 33%)
(0.20 / 0.56 / 0.00 / 0.33)

CMYK percentages

%19.77
%55.81
%0
%32.55

Codes

Color #8A4CAC in popluar color models

8A 4C AC
RGB 138 76 172
HSL 279° 38.71% 48.63%
HSB/HSV 279° 55.81% 67.45%
CMYK 19.77% 55.81% 0.00%
32.55%

Color #8A4CAC in popluar number systems.

HEX 8A 4C AC
Decimal 138 76 172
Binary 10001010 1001100 10101100
Octal 212 114 254

Shades and tints

Shades of #8A4CAC

#8A4CAC
(138,76,172)
#7E469D
(126,70,157)
#72408E
(114,64,142)
#663A7F
(102,58,127)
#5A3470
(90,52,112)
#4E2E61
(78,46,97)
#422852
(66,40,82)
#362243
(54,34,67)
#2A1C34
(42,28,52)
#1E1625
(30,22,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #8A4CAC

#8A4CAC
(138,76,172)
#945CB3
(148,92,179)
#9E6CBA
(158,108,186)
#A87CC1
(168,124,193)
#B28CC8
(178,140,200)
#BC9CCF
(188,156,207)
#C6ACD6
(198,172,214)
#D0BCDD
(208,188,221)
#DACCE4
(218,204,228)
#E4DCEB
(228,220,235)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4CAC; }

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

This text font color is #8A4CAC.

Background Color

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

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

This div background color is #8A4CAC.

Border color

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

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

This div border color is #8A4CAC.

Opacity

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

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

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

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

This text has shadow with #8A4CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A4CAC.

Preview

Color preview on black background

This text has color #8A4CAC on black background.


Color preview on white background

This text has color #8A4CAC on white background.


Black color preview on #8A4CAC background

This text has black color on #8A4CAC background.


White color preview on #8A4CAC background

This text has white color on #8A4CAC background.


Related colors

Complementary color

Complementary color for #hex is #75B353.


I love getcolorcode.com

Triadic colors

1 #AC8A4C and #4CAC8A with #8A4CAC are triadic colors.

2 #AC4C8A and #4C8AAC with #8A4CAC are triadic colors.