COLOR #8B53AB

HEX: #8B53AB
RGB: (139,83,171)

Color info

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

RGB color model

#8B53AB color RGB value is (139,83,171).

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

RGB channels and saturation

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

139
83
171

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 171 = 393 (100%)
R 139 of 393 ~ 35.37%
G 83 of 393 ~ 21.12%
B 171 of 393 ~ 43.51%

%35.37
%21.12
%43.51

CMYK color model

#8B53AB color CMYK value is (19,51,0,33).

  • cyan value is 18.71%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,51,0,33)
C19M51Y0K33 
(19%,51%,0%,33%)
(0.19/0.51/0.00/0.33)	

CMYK percentages

%18.71
%51.46
%0
%32.94

Codes

Color #8B53AB in popluar color models

8B53AB
RGB13983171
HSL278°34.65%49.80%
HSB/HSV278°51.46%67.06%
CMYK18.71%51.46%0.00%
32.94%

Color #8B53AB in popluar number systems.

HEX8B53AB
Decimal13983171
Binary10001011101001110101011
Octal213123253

Shades and tints

Shades of #8B53AB

#8B53AB
(139,83,171)
#7F4C9C
(127,76,156)
#73458D
(115,69,141)
#673E7E
(103,62,126)
#5B376F
(91,55,111)
#4F3060
(79,48,96)
#432951
(67,41,81)
#372242
(55,34,66)
#2B1B33
(43,27,51)
#1F1424
(31,20,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #8B53AB

#8B53AB
(139,83,171)
#9562B2
(149,98,178)
#9F71B9
(159,113,185)
#A980C0
(169,128,192)
#B38FC7
(179,143,199)
#BD9ECE
(189,158,206)
#C7ADD5
(199,173,213)
#D1BCDC
(209,188,220)
#DBCBE3
(219,203,227)
#E5DAEA
(229,218,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B53AB; }

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

This text font color is #8B53AB.


Background Color

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

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

This div background color is #8B53AB.


Border color

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

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

This div border color is #8B53AB.


Opacity

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

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

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

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

This text has shadow with #8B53AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B53AB on black background.


Color preview on white background

This text has color #8B53AB on white background.



Black color preview on #8B53AB background

This text has black color on #8B53AB background.


White color preview on #8B53AB background

This text has white color on #8B53AB background.