COLOR #8946AA

HEX: #8946AA
RGB: (137,70,170)

Color info

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

RGB color model

#8946AA color RGB value is (137,70,170).

  • red value is 137;
  • green value is 70;
  • blue value is 170.
RGB:
(137,70,170)
(54%,27%,67%)

RGB channels and saturation

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

137
70
170

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

Portions of RGB colors in percentages

R + G + B =
137 + 70 + 170 = 377 (100%)
R 137 of 377 ~ 36.34%
G 70 of 377 ~ 18.57%
B 170 of 377 ~ 45.09%

%36.34
%18.57
%45.09

CMYK color model

#8946AA color CMYK value is (19,59,0,33).

  • cyan value is 19.41%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,59,0,33)
C19M59Y0K33 
(19%,59%,0%,33%)
(0.19/0.59/0.00/0.33)	

CMYK percentages

%19.41
%58.82
%0
%33.33

Codes

Color #8946AA in popluar color models

8946AA
RGB13770170
HSL280°41.67%47.06%
HSB/HSV280°58.82%66.67%
CMYK19.41%58.82%0.00%
33.33%

Color #8946AA in popluar number systems.

HEX8946AA
Decimal13770170
Binary10001001100011010101010
Octal211106252

Shades and tints

Shades of #8946AA

#8946AA
(137,70,170)
#7D409B
(125,64,155)
#713A8C
(113,58,140)
#65347D
(101,52,125)
#592E6E
(89,46,110)
#4D285F
(77,40,95)
#412250
(65,34,80)
#351C41
(53,28,65)
#291632
(41,22,50)
#1D1023
(29,16,35)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #8946AA

#8946AA
(137,70,170)
#9356B1
(147,86,177)
#9D66B8
(157,102,184)
#A776BF
(167,118,191)
#B186C6
(177,134,198)
#BB96CD
(187,150,205)
#C5A6D4
(197,166,212)
#CFB6DB
(207,182,219)
#D9C6E2
(217,198,226)
#E3D6E9
(227,214,233)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8946AA; }

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

This text font color is #8946AA.


Background Color

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

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

This div background color is #8946AA.


Border color

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

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

This div border color is #8946AA.


Opacity

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

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

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

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

This text has shadow with #8946AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8946AA on black background.


Color preview on white background

This text has color #8946AA on white background.



Black color preview on #8946AA background

This text has black color on #8946AA background.


White color preview on #8946AA background

This text has white color on #8946AA background.