COLOR #8B53A1

HEX: #8B53A1
RGB: (139,83,161)

Color info

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

RGB color model

#8B53A1 color RGB value is (139,83,161).

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

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 161 of 255 = 63%

139
83
161

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 161 = 383 (100%)
R 139 of 383 ~ 36.29%
G 83 of 383 ~ 21.67%
B 161 of 383 ~ 42.04%

%36.29
%21.67
%42.04

CMYK color model

#8B53A1 color CMYK value is (14,48,0,37).

  • cyan value is 13.66%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(14,48,0,37)
C14M48Y0K37 
(14%,48%,0%,37%)
(0.14/0.48/0.00/0.37)	

CMYK percentages

%13.66
%48.45
%0
%36.86

Codes

Color #8B53A1 in popluar color models

8B53A1
RGB13983161
HSL283°31.97%47.84%
HSB/HSV283°48.45%63.14%
CMYK13.66%48.45%0.00%
36.86%

Color #8B53A1 in popluar number systems.

HEX8B53A1
Decimal13983161
Binary10001011101001110100001
Octal213123241

Shades and tints

Shades of #8B53A1

#8B53A1
(139,83,161)
#7F4C93
(127,76,147)
#734585
(115,69,133)
#673E77
(103,62,119)
#5B3769
(91,55,105)
#4F305B
(79,48,91)
#43294D
(67,41,77)
#37223F
(55,34,63)
#2B1B31
(43,27,49)
#1F1423
(31,20,35)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #8B53A1

#8B53A1
(139,83,161)
#9562A9
(149,98,169)
#9F71B1
(159,113,177)
#A980B9
(169,128,185)
#B38FC1
(179,143,193)
#BD9EC9
(189,158,201)
#C7ADD1
(199,173,209)
#D1BCD9
(209,188,217)
#DBCBE1
(219,203,225)
#E5DAE9
(229,218,233)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B53A1; }

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

This text font color is #8B53A1.


Background Color

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

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

This div background color is #8B53A1.


Border color

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

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

This div border color is #8B53A1.


Opacity

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

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

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

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

This text has shadow with #8B53A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B53A1 on black background.


Color preview on white background

This text has color #8B53A1 on white background.



Black color preview on #8B53A1 background

This text has black color on #8B53A1 background.


White color preview on #8B53A1 background

This text has white color on #8B53A1 background.