COLOR #8721AA

HEX: #8721AA
RGB: (135,33,170)

Color info

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

RGB color model

#8721AA color RGB value is (135,33,170).

  • red value is 135;
  • green value is 33;
  • blue value is 170.
RGB:
(135,33,170)
(53%,13%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 33 of 255 = 13%
B 170 of 255 = 67%

135
33
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 33 + 170 = 338 (100%)
R 135 of 338 ~ 39.94%
G 33 of 338 ~ 9.76%
B 170 of 338 ~ 50.3%

%39.94
%9.76
%50.3

CMYK color model

#8721AA color CMYK value is (21,81,0,33).

  • cyan value is 20.59%
  • magenta value is 80.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,81,0,33)
C21M81Y0K33 
(21%,81%,0%,33%)
(0.21/0.81/0.00/0.33)	

CMYK percentages

%20.59
%80.59
%0
%33.33

Codes

Color #8721AA in popluar color models

8721AA
RGB13533170
HSL285°67.49%39.80%
HSB/HSV285°80.59%66.67%
CMYK20.59%80.59%0.00%
33.33%

Color #8721AA in popluar number systems.

HEX8721AA
Decimal13533170
Binary1000011110000110101010
Octal20741252

Shades and tints

Shades of #8721AA

#8721AA
(135,33,170)
#7B1E9B
(123,30,155)
#6F1B8C
(111,27,140)
#63187D
(99,24,125)
#57156E
(87,21,110)
#4B125F
(75,18,95)
#3F0F50
(63,15,80)
#330C41
(51,12,65)
#270932
(39,9,50)
#1B0623
(27,6,35)
#0F0314
(15,3,20)
#000000
(0,0,0)

Tints of #8721AA

#8721AA
(135,33,170)
#9135B1
(145,53,177)
#9B49B8
(155,73,184)
#A55DBF
(165,93,191)
#AF71C6
(175,113,198)
#B985CD
(185,133,205)
#C399D4
(195,153,212)
#CDADDB
(205,173,219)
#D7C1E2
(215,193,226)
#E1D5E9
(225,213,233)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8721AA color. Also use rgb(135,33,170) instead hex code.

Text Font Color

.myTextColor { color: #8721AA; }

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

This text font color is #8721AA.


Background Color

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

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

This div background color is #8721AA.


Border color

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

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

This div border color is #8721AA.


Opacity

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

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

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

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

This text has shadow with #8721AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8721AA on black background.


Color preview on white background

This text has color #8721AA on white background.



Black color preview on #8721AA background

This text has black color on #8721AA background.


White color preview on #8721AA background

This text has white color on #8721AA background.