COLOR #8B48E6

HEX: #8B48E6
RGB: (139,72,230)

Color info

#8B48E6 contains mainly blue color. Web safe color of #8B48E6 is #9933CC (or #93C).

RGB color model

#8B48E6 color RGB value is (139,72,230).

  • red value is 139;
  • green value is 72;
  • blue value is 230.
RGB:
(139,72,230)
(55%,28%,90%)

RGB channels and saturation

R 139 of 255 = 55%
G 72 of 255 = 28%
B 230 of 255 = 90%

139
72
230

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

Portions of RGB colors in percentages

R + G + B =
139 + 72 + 230 = 441 (100%)
R 139 of 441 ~ 31.52%
G 72 of 441 ~ 16.33%
B 230 of 441 ~ 52.15%

%31.52
%16.33
%52.15

CMYK color model

#8B48E6 color CMYK value is (40,69,0,10).

  • cyan value is 39.57%
  • magenta value is 68.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(40,69,0,10)
C40M69Y0K10 
(40%,69%,0%,10%)
(0.40/0.69/0.00/0.10)	

CMYK percentages

%39.57
%68.7
%0
%9.8

Codes

Color #8B48E6 in popluar color models

8B48E6
RGB13972230
HSL265°75.96%59.22%
HSB/HSV265°68.70%90.20%
CMYK39.57%68.70%0.00%
9.80%

Color #8B48E6 in popluar number systems.

HEX8B48E6
Decimal13972230
Binary10001011100100011100110
Octal213110346

Shades and tints

Shades of #8B48E6

#8B48E6
(139,72,230)
#7F42D2
(127,66,210)
#733CBE
(115,60,190)
#6736AA
(103,54,170)
#5B3096
(91,48,150)
#4F2A82
(79,42,130)
#43246E
(67,36,110)
#371E5A
(55,30,90)
#2B1846
(43,24,70)
#1F1232
(31,18,50)
#130C1E
(19,12,30)
#000000
(0,0,0)

Tints of #8B48E6

#8B48E6
(139,72,230)
#9558E8
(149,88,232)
#9F68EA
(159,104,234)
#A978EC
(169,120,236)
#B388EE
(179,136,238)
#BD98F0
(189,152,240)
#C7A8F2
(199,168,242)
#D1B8F4
(209,184,244)
#DBC8F6
(219,200,246)
#E5D8F8
(229,216,248)
#EFE8FA
(239,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B48E6 color. Also use rgb(139,72,230) instead hex code.

Text Font Color

.myTextColor { color: #8B48E6; }

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

This text font color is #8B48E6.


Background Color

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

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

This div background color is #8B48E6.


Border color

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

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

This div border color is #8B48E6.


Opacity

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

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

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

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

This text has shadow with #8B48E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B48E6 on black background.


Color preview on white background

This text has color #8B48E6 on white background.



Black color preview on #8B48E6 background

This text has black color on #8B48E6 background.


White color preview on #8B48E6 background

This text has white color on #8B48E6 background.