COLOR #8B59BA

HEX: #8B59BA
RGB: (139,89,186)

Color info

#8B59BA contains mainly red and blue colors. Web safe color of #8B59BA is #9966CC (or #96C).

RGB color model

#8B59BA color RGB value is (139,89,186).

  • red value is 139;
  • green value is 89;
  • blue value is 186.
RGB:
(139,89,186)
(55%,35%,73%)

RGB channels and saturation

R 139 of 255 = 55%
G 89 of 255 = 35%
B 186 of 255 = 73%

139
89
186

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

Portions of RGB colors in percentages

R + G + B =
139 + 89 + 186 = 414 (100%)
R 139 of 414 ~ 33.57%
G 89 of 414 ~ 21.5%
B 186 of 414 ~ 44.93%

%33.57
%21.5
%44.93

CMYK color model

#8B59BA color CMYK value is (25,52,0,27).

  • cyan value is 25.27%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,52,0,27)
C25M52Y0K27 
(25%,52%,0%,27%)
(0.25/0.52/0.00/0.27)	

CMYK percentages

%25.27
%52.15
%0
%27.06

Codes

Color #8B59BA in popluar color models

8B59BA
RGB13989186
HSL271°41.28%53.92%
HSB/HSV271°52.15%72.94%
CMYK25.27%52.15%0.00%
27.06%

Color #8B59BA in popluar number systems.

HEX8B59BA
Decimal13989186
Binary10001011101100110111010
Octal213131272

Shades and tints

Shades of #8B59BA

#8B59BA
(139,89,186)
#7F51AA
(127,81,170)
#73499A
(115,73,154)
#67418A
(103,65,138)
#5B397A
(91,57,122)
#4F316A
(79,49,106)
#43295A
(67,41,90)
#37214A
(55,33,74)
#2B193A
(43,25,58)
#1F112A
(31,17,42)
#13091A
(19,9,26)
#000000
(0,0,0)

Tints of #8B59BA

#8B59BA
(139,89,186)
#9568C0
(149,104,192)
#9F77C6
(159,119,198)
#A986CC
(169,134,204)
#B395D2
(179,149,210)
#BDA4D8
(189,164,216)
#C7B3DE
(199,179,222)
#D1C2E4
(209,194,228)
#DBD1EA
(219,209,234)
#E5E0F0
(229,224,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B59BA color. Also use rgb(139,89,186) instead hex code.

Text Font Color

.myTextColor { color: #8B59BA; }

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

This text font color is #8B59BA.


Background Color

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

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

This div background color is #8B59BA.


Border color

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

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

This div border color is #8B59BA.


Opacity

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

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

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

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

This text has shadow with #8B59BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B59BA on black background.


Color preview on white background

This text has color #8B59BA on white background.



Black color preview on #8B59BA background

This text has black color on #8B59BA background.


White color preview on #8B59BA background

This text has white color on #8B59BA background.