COLOR #8B53AA

HEX: #8B53AA
RGB: (139,83,170)

Color info

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

RGB color model

#8B53AA color RGB value is (139,83,170).

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

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 170 of 255 = 67%

139
83
170

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 170 = 392 (100%)
R 139 of 392 ~ 35.46%
G 83 of 392 ~ 21.17%
B 170 of 392 ~ 43.37%

%35.46
%21.17
%43.37

CMYK color model

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

  • cyan value is 18.24%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,51,0,33)
C18M51Y0K33 
(18%,51%,0%,33%)
(0.18/0.51/0.00/0.33)	

CMYK percentages

%18.24
%51.18
%0
%33.33

Codes

Color #8B53AA in popluar color models

8B53AA
RGB13983170
HSL279°34.39%49.61%
HSB/HSV279°51.18%66.67%
CMYK18.24%51.18%0.00%
33.33%

Color #8B53AA in popluar number systems.

HEX8B53AA
Decimal13983170
Binary10001011101001110101010
Octal213123252

Shades and tints

Shades of #8B53AA

#8B53AA
(139,83,170)
#7F4C9B
(127,76,155)
#73458C
(115,69,140)
#673E7D
(103,62,125)
#5B376E
(91,55,110)
#4F305F
(79,48,95)
#432950
(67,41,80)
#372241
(55,34,65)
#2B1B32
(43,27,50)
#1F1423
(31,20,35)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #8B53AA

#8B53AA
(139,83,170)
#9562B1
(149,98,177)
#9F71B8
(159,113,184)
#A980BF
(169,128,191)
#B38FC6
(179,143,198)
#BD9ECD
(189,158,205)
#C7ADD4
(199,173,212)
#D1BCDB
(209,188,219)
#DBCBE2
(219,203,226)
#E5DAE9
(229,218,233)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B53AA; }

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

This text font color is #8B53AA.


Background Color

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

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

This div background color is #8B53AA.


Border color

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

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

This div border color is #8B53AA.


Opacity

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

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

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

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

This text has shadow with #8B53AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B53AA on black background.


Color preview on white background

This text has color #8B53AA on white background.



Black color preview on #8B53AA background

This text has black color on #8B53AA background.


White color preview on #8B53AA background

This text has white color on #8B53AA background.