COLOR #8844AA

HEX: #8844AA
RGB: (136,68,170)

Color info

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

RGB color model

#8844AA color RGB value is (136,68,170).

  • red value is 136;
  • green value is 68;
  • blue value is 170.
RGB:
(136,68,170)
(53%,27%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 68 of 255 = 27%
B 170 of 255 = 67%

136
68
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 68 + 170 = 374 (100%)
R 136 of 374 ~ 36.36%
G 68 of 374 ~ 18.18%
B 170 of 374 ~ 45.45%

%36.36
%18.18
%45.45

CMYK color model

#8844AA color CMYK value is (20,60,0,33).

  • cyan value is 20.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,60,0,33)
C20M60Y0K33 
(20%,60%,0%,33%)
(0.20/0.60/0.00/0.33)	

CMYK percentages

%20
%60
%0
%33.33

Codes

Color #8844AA in popluar color models

8844AA
RGB13668170
HSL280°42.86%46.67%
HSB/HSV280°60.00%66.67%
CMYK20.00%60.00%0.00%
33.33%

Color #8844AA in popluar number systems.

HEX8844AA
Decimal13668170
Binary10001000100010010101010
Octal210104252

Shades and tints

Shades of #8844AA

#8844AA
(136,68,170)
#7C3E9B
(124,62,155)
#70388C
(112,56,140)
#64327D
(100,50,125)
#582C6E
(88,44,110)
#4C265F
(76,38,95)
#402050
(64,32,80)
#341A41
(52,26,65)
#281432
(40,20,50)
#1C0E23
(28,14,35)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #8844AA

#8844AA
(136,68,170)
#9255B1
(146,85,177)
#9C66B8
(156,102,184)
#A677BF
(166,119,191)
#B088C6
(176,136,198)
#BA99CD
(186,153,205)
#C4AAD4
(196,170,212)
#CEBBDB
(206,187,219)
#D8CCE2
(216,204,226)
#E2DDE9
(226,221,233)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8844AA color. Also use rgb(136,68,170) instead hex code.

Text Font Color

.myTextColor { color: #8844AA; }

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

This text font color is #8844AA.


Background Color

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

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

This div background color is #8844AA.


Border color

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

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

This div border color is #8844AA.


Opacity

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

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

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

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

This text has shadow with #8844AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8844AA on black background.


Color preview on white background

This text has color #8844AA on white background.



Black color preview on #8844AA background

This text has black color on #8844AA background.


White color preview on #8844AA background

This text has white color on #8844AA background.