COLOR #8B54B6

HEX: #8B54B6
RGB: (139,84,182)

Color info

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

RGB color model

#8B54B6 color RGB value is (139,84,182).

  • red value is 139;
  • green value is 84;
  • blue value is 182.
RGB:
(139,84,182)
(55%,33%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 84 of 255 = 33%
B 182 of 255 = 71%

139
84
182

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

Portions of RGB colors in percentages

R + G + B =
139 + 84 + 182 = 405 (100%)
R 139 of 405 ~ 34.32%
G 84 of 405 ~ 20.74%
B 182 of 405 ~ 44.94%

%34.32
%20.74
%44.94

CMYK color model

#8B54B6 color CMYK value is (24,54,0,29).

  • cyan value is 23.63%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(24,54,0,29)
C24M54Y0K29 
(24%,54%,0%,29%)
(0.24/0.54/0.00/0.29)	

CMYK percentages

%23.63
%53.85
%0
%28.63

Codes

Color #8B54B6 in popluar color models

8B54B6
RGB13984182
HSL274°40.16%52.16%
HSB/HSV274°53.85%71.37%
CMYK23.63%53.85%0.00%
28.63%

Color #8B54B6 in popluar number systems.

HEX8B54B6
Decimal13984182
Binary10001011101010010110110
Octal213124266

Shades and tints

Shades of #8B54B6

#8B54B6
(139,84,182)
#7F4DA6
(127,77,166)
#734696
(115,70,150)
#673F86
(103,63,134)
#5B3876
(91,56,118)
#4F3166
(79,49,102)
#432A56
(67,42,86)
#372346
(55,35,70)
#2B1C36
(43,28,54)
#1F1526
(31,21,38)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #8B54B6

#8B54B6
(139,84,182)
#9563BC
(149,99,188)
#9F72C2
(159,114,194)
#A981C8
(169,129,200)
#B390CE
(179,144,206)
#BD9FD4
(189,159,212)
#C7AEDA
(199,174,218)
#D1BDE0
(209,189,224)
#DBCCE6
(219,204,230)
#E5DBEC
(229,219,236)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B54B6 color. Also use rgb(139,84,182) instead hex code.

Text Font Color

.myTextColor { color: #8B54B6; }

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

This text font color is #8B54B6.


Background Color

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

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

This div background color is #8B54B6.


Border color

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

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

This div border color is #8B54B6.


Opacity

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

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

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

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

This text has shadow with #8B54B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B54B6 on black background.


Color preview on white background

This text has color #8B54B6 on white background.



Black color preview on #8B54B6 background

This text has black color on #8B54B6 background.


White color preview on #8B54B6 background

This text has white color on #8B54B6 background.