COLOR #8729AB

HEX: #8729AB
RGB: (135,41,171)

Color info

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

RGB color model

#8729AB color RGB value is (135,41,171).

  • red value is 135;
  • green value is 41;
  • blue value is 171.
RGB:
(135,41,171)
(53%,16%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 41 of 255 = 16%
B 171 of 255 = 67%

135
41
171

R + G + B ~ 45%. #8729AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 41 + 171 = 347 (100%)
R 135 of 347 ~ 38.9%
G 41 of 347 ~ 11.82%
B 171 of 347 ~ 49.28%

%38.9
%11.82
%49.28

CMYK color model

#8729AB color CMYK value is (21,76,0,33).

  • cyan value is 21.05%
  • magenta value is 76.02%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(21,76,0,33)
C21M76Y0K33 
(21%,76%,0%,33%)
(0.21/0.76/0.00/0.33)	

CMYK percentages

%21.05
%76.02
%0
%32.94

Codes

Color #8729AB in popluar color models

8729AB
RGB13541171
HSL283°61.32%41.57%
HSB/HSV283°76.02%67.06%
CMYK21.05%76.02%0.00%
32.94%

Color #8729AB in popluar number systems.

HEX8729AB
Decimal13541171
Binary1000011110100110101011
Octal20751253

Shades and tints

Shades of #8729AB

#8729AB
(135,41,171)
#7B269C
(123,38,156)
#6F238D
(111,35,141)
#63207E
(99,32,126)
#571D6F
(87,29,111)
#4B1A60
(75,26,96)
#3F1751
(63,23,81)
#331442
(51,20,66)
#271133
(39,17,51)
#1B0E24
(27,14,36)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #8729AB

#8729AB
(135,41,171)
#913CB2
(145,60,178)
#9B4FB9
(155,79,185)
#A562C0
(165,98,192)
#AF75C7
(175,117,199)
#B988CE
(185,136,206)
#C39BD5
(195,155,213)
#CDAEDC
(205,174,220)
#D7C1E3
(215,193,227)
#E1D4EA
(225,212,234)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8729AB color. Also use rgb(135,41,171) instead hex code.

Text Font Color

.myTextColor { color: #8729AB; }

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

This text font color is #8729AB.


Background Color

.myBgColor { background-color: #8729AB; }

<div style="background-color:#8729AB">Inner text</div>

This div background color is #8729AB.


Border color

.myBorderColor { border: 1px solid #8729AB; }

<div style="border:3px solid #8729AB">Div</div>

This div border color is #8729AB.


Opacity

.myOpacity80 { color: #8729AB; opacity: 0.8; }

<p style="color:#8729AB;opacity:0.8;">80%</p>

Text with #8729AB 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 #8729AB;}

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

This text has shadow with #8729AB color.

.textShadow {text-shadow: 3px 3px 1px #8729AB, 3px 3px 1px red;}

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

This text has shadow with #8729AB primary color and red secondary color.


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

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

This text has shadow with #8729AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8729AB on black background.


Color preview on white background

This text has color #8729AB on white background.



Black color preview on #8729AB background

This text has black color on #8729AB background.


White color preview on #8729AB background

This text has white color on #8729AB background.