COLOR #8B51AA

HEX: #8B51AA
RGB: (139,81,170)

Color info

#8B51AA contains mainly red and blue colors. Web safe color of #8B51AA is #996699 (or #969).

RGB color model

#8B51AA color RGB value is (139,81,170).

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

RGB channels and saturation

R 139 of 255 = 55%
G 81 of 255 = 32%
B 170 of 255 = 67%

139
81
170

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

Portions of RGB colors in percentages

R + G + B =
139 + 81 + 170 = 390 (100%)
R 139 of 390 ~ 35.64%
G 81 of 390 ~ 20.77%
B 170 of 390 ~ 43.59%

%35.64
%20.77
%43.59

CMYK color model

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

  • cyan value is 18.24%
  • magenta value is 52.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,52,0,33)
C18M52Y0K33 
(18%,52%,0%,33%)
(0.18/0.52/0.00/0.33)	

CMYK percentages

%18.24
%52.35
%0
%33.33

Codes

Color #8B51AA in popluar color models

8B51AA
RGB13981170
HSL279°35.46%49.22%
HSB/HSV279°52.35%66.67%
CMYK18.24%52.35%0.00%
33.33%

Color #8B51AA in popluar number systems.

HEX8B51AA
Decimal13981170
Binary10001011101000110101010
Octal213121252

Shades and tints

Shades of #8B51AA

#8B51AA
(139,81,170)
#7F4A9B
(127,74,155)
#73438C
(115,67,140)
#673C7D
(103,60,125)
#5B356E
(91,53,110)
#4F2E5F
(79,46,95)
#432750
(67,39,80)
#372041
(55,32,65)
#2B1932
(43,25,50)
#1F1223
(31,18,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #8B51AA

#8B51AA
(139,81,170)
#9560B1
(149,96,177)
#9F6FB8
(159,111,184)
#A97EBF
(169,126,191)
#B38DC6
(179,141,198)
#BD9CCD
(189,156,205)
#C7ABD4
(199,171,212)
#D1BADB
(209,186,219)
#DBC9E2
(219,201,226)
#E5D8E9
(229,216,233)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B51AA; }

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

This text font color is #8B51AA.


Background Color

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

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

This div background color is #8B51AA.


Border color

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

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

This div border color is #8B51AA.


Opacity

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

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

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

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

This text has shadow with #8B51AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B51AA on black background.


Color preview on white background

This text has color #8B51AA on white background.



Black color preview on #8B51AA background

This text has black color on #8B51AA background.


White color preview on #8B51AA background

This text has white color on #8B51AA background.