COLOR #8B72AA

HEX: #8B72AA
RGB: (139,114,170)

Color info

#8B72AA contains red, green and blue colors in about the same proportion. Web safe color of #8B72AA is #996699 (or #969).

RGB color model

#8B72AA color RGB value is (139,114,170).

  • red value is 139;
  • green value is 114;
  • blue value is 170.
RGB:
(139,114,170)
(55%,45%,67%)

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 170 of 255 = 67%

139
114
170

R + G + B ~ 56%. #8B72AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 170 = 423 (100%)
R 139 of 423 ~ 32.86%
G 114 of 423 ~ 26.95%
B 170 of 423 ~ 40.19%

%32.86
%26.95
%40.19

CMYK color model

#8B72AA color CMYK value is (18,33,0,33).

  • cyan value is 18.24%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,33,0,33)
C18M33Y0K33 
(18%,33%,0%,33%)
(0.18/0.33/0.00/0.33)	

CMYK percentages

%18.24
%32.94
%0
%33.33

Codes

Color #8B72AA in popluar color models

8B72AA
RGB139114170
HSL267°24.78%55.69%
HSB/HSV267°32.94%66.67%
CMYK18.24%32.94%0.00%
33.33%

Color #8B72AA in popluar number systems.

HEX8B72AA
Decimal139114170
Binary10001011111001010101010
Octal213162252

Shades and tints

Shades of #8B72AA

#8B72AA
(139,114,170)
#7F689B
(127,104,155)
#735E8C
(115,94,140)
#67547D
(103,84,125)
#5B4A6E
(91,74,110)
#4F405F
(79,64,95)
#433650
(67,54,80)
#372C41
(55,44,65)
#2B2232
(43,34,50)
#1F1823
(31,24,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B72AA

#8B72AA
(139,114,170)
#957EB1
(149,126,177)
#9F8AB8
(159,138,184)
#A996BF
(169,150,191)
#B3A2C6
(179,162,198)
#BDAECD
(189,174,205)
#C7BAD4
(199,186,212)
#D1C6DB
(209,198,219)
#DBD2E2
(219,210,226)
#E5DEE9
(229,222,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B72AA color. Also use rgb(139,114,170) instead hex code.

Text Font Color

.myTextColor { color: #8B72AA; }

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

This text font color is #8B72AA.


Background Color

.myBgColor { background-color: #8B72AA; }

<div style="background-color:#8B72AA">Inner text</div>

This div background color is #8B72AA.


Border color

.myBorderColor { border: 1px solid #8B72AA; }

<div style="border:3px solid #8B72AA">Div</div>

This div border color is #8B72AA.


Opacity

.myOpacity80 { color: #8B72AA; opacity: 0.8; }

<p style="color:#8B72AA;opacity:0.8;">80%</p>

Text with #8B72AA 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 #8B72AA;}

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

This text has shadow with #8B72AA color.

.textShadow {text-shadow: 3px 3px 1px #8B72AA, 3px 3px 1px red;}

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

This text has shadow with #8B72AA primary color and red secondary color.


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

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

This text has shadow with #8B72AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B72AA on black background.


Color preview on white background

This text has color #8B72AA on white background.



Black color preview on #8B72AA background

This text has black color on #8B72AA background.


White color preview on #8B72AA background

This text has white color on #8B72AA background.