COLOR #8B53B6

HEX: #8B53B6
RGB: (139,83,182)

Color info

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

RGB color model

#8B53B6 color RGB value is (139,83,182).

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

RGB channels and saturation

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

139
83
182

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 182 = 404 (100%)
R 139 of 404 ~ 34.41%
G 83 of 404 ~ 20.54%
B 182 of 404 ~ 45.05%

%34.41
%20.54
%45.05

CMYK color model

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

  • cyan value is 23.63%
  • magenta value is 54.40%
  • 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
%54.4
%0
%28.63

Codes

Color #8B53B6 in popluar color models

8B53B6
RGB13983182
HSL274°40.41%51.96%
HSB/HSV274°54.40%71.37%
CMYK23.63%54.40%0.00%
28.63%

Color #8B53B6 in popluar number systems.

HEX8B53B6
Decimal13983182
Binary10001011101001110110110
Octal213123266

Shades and tints

Shades of #8B53B6

#8B53B6
(139,83,182)
#7F4CA6
(127,76,166)
#734596
(115,69,150)
#673E86
(103,62,134)
#5B3776
(91,55,118)
#4F3066
(79,48,102)
#432956
(67,41,86)
#372246
(55,34,70)
#2B1B36
(43,27,54)
#1F1426
(31,20,38)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #8B53B6

#8B53B6
(139,83,182)
#9562BC
(149,98,188)
#9F71C2
(159,113,194)
#A980C8
(169,128,200)
#B38FCE
(179,143,206)
#BD9ED4
(189,158,212)
#C7ADDA
(199,173,218)
#D1BCE0
(209,188,224)
#DBCBE6
(219,203,230)
#E5DAEC
(229,218,236)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B53B6; }

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

This text font color is #8B53B6.


Background Color

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

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

This div background color is #8B53B6.


Border color

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

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

This div border color is #8B53B6.


Opacity

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

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

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

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

This text has shadow with #8B53B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B53B6 on black background.


Color preview on white background

This text has color #8B53B6 on white background.



Black color preview on #8B53B6 background

This text has black color on #8B53B6 background.


White color preview on #8B53B6 background

This text has white color on #8B53B6 background.