COLOR #8946AC

HEX: #8946AC RGB: (137,70,172)

Color info

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

RGB color model

#8946AC color RGB value is (137,70,172).

RGB: (137,70,172) (54%, 27%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 70 of 255 = 27%
B 172 of 255 = 67%

137
70
172

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

Portions of RGB colors in percentages

R + G + B = 137 + 70 + 172 = 379 (100%)
R 137 of 379 ~ 36.15%
G 70 of 379 ~ 18.47%
B 172 of 379 ~ 45.38'%

%36.15
%18.47
%45.38

CMYK color model

#8946AC color CMYK value is (20,59,0,33).

  • cyan value is 20.35%
  • magenta value is 59.30%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (20,59,0,33)
C20M59Y0K33 (20%, 59%, 0%, 33%)
(0.20 / 0.59 / 0.00 / 0.33)

CMYK percentages

%20.35
%59.3
%0
%32.55

Codes

Color #8946AC in popluar color models

89 46 AC
RGB 137 70 172
HSL 279° 42.15% 47.45%
HSB/HSV 279° 59.30% 67.45%
CMYK 20.35% 59.30% 0.00%
32.55%

Color #8946AC in popluar number systems.

HEX 89 46 AC
Decimal 137 70 172
Binary 10001001 1000110 10101100
Octal 211 106 254

Shades and tints

Shades of #8946AC

#8946AC
(137,70,172)
#7D409D
(125,64,157)
#713A8E
(113,58,142)
#65347F
(101,52,127)
#592E70
(89,46,112)
#4D2861
(77,40,97)
#412252
(65,34,82)
#351C43
(53,28,67)
#291634
(41,22,52)
#1D1025
(29,16,37)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #8946AC

#8946AC
(137,70,172)
#9356B3
(147,86,179)
#9D66BA
(157,102,186)
#A776C1
(167,118,193)
#B186C8
(177,134,200)
#BB96CF
(187,150,207)
#C5A6D6
(197,166,214)
#CFB6DD
(207,182,221)
#D9C6E4
(217,198,228)
#E3D6EB
(227,214,235)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8946AC color. Also use rgb(137,70,172) instead hex code.

Text Font Color

.myTextColor { color: #8946AC; }

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

This text font color is #8946AC.

Background Color

.myBgColor { background-color: #8946AC; }

<div style="background-color:#8946AC">Inner text</div>

This div background color is #8946AC.

Border color

.myBorderColor { border: 1px solid #8946AC; }

<div style="border:3px solid #8946AC">Div</div>

This div border color is #8946AC.

Opacity

.myOpacity80 { color: #8946AC; opacity: 0.8; }

<p style="color:#8946AC;opacity:0.8;">80%</p>

Text with #8946AC 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 #8946AC;}

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

This text has shadow with #8946AC color.


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

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

This text has shadow with #8946AC primary color and red secondary color.


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

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

This text has shadow with #8946AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8946AC.

Preview

Color preview on black background

This text has color #8946AC on black background.


Color preview on white background

This text has color #8946AC on white background.


Black color preview on #8946AC background

This text has black color on #8946AC background.


White color preview on #8946AC background

This text has white color on #8946AC background.


Related colors

Complementary color

Complementary color for #hex is #76B953.


I love getcolorcode.com

Triadic colors

1 #AC8946 and #46AC89 with #8946AC are triadic colors.

2 #AC4689 and #4689AC with #8946AC are triadic colors.