COLOR #8B50CB

HEX: #8B50CB
RGB: (139,80,203)

Color info

#8B50CB contains mainly blue color. Web safe color of #8B50CB is #9966CC (or #96C).

RGB color model

#8B50CB color RGB value is (139,80,203).

  • red value is 139;
  • green value is 80;
  • blue value is 203.
RGB:
(139,80,203)
(55%,31%,80%)

RGB channels and saturation

R 139 of 255 = 55%
G 80 of 255 = 31%
B 203 of 255 = 80%

139
80
203

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

Portions of RGB colors in percentages

R + G + B =
139 + 80 + 203 = 422 (100%)
R 139 of 422 ~ 32.94%
G 80 of 422 ~ 18.96%
B 203 of 422 ~ 48.1%

%32.94
%18.96
%48.1

CMYK color model

#8B50CB color CMYK value is (32,61,0,20).

  • cyan value is 31.53%
  • magenta value is 60.59%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(32,61,0,20)
C32M61Y0K20 
(32%,61%,0%,20%)
(0.32/0.61/0.00/0.20)	

CMYK percentages

%31.53
%60.59
%0
%20.39

Codes

Color #8B50CB in popluar color models

8B50CB
RGB13980203
HSL269°54.19%55.49%
HSB/HSV269°60.59%79.61%
CMYK31.53%60.59%0.00%
20.39%

Color #8B50CB in popluar number systems.

HEX8B50CB
Decimal13980203
Binary10001011101000011001011
Octal213120313

Shades and tints

Shades of #8B50CB

#8B50CB
(139,80,203)
#7F49B9
(127,73,185)
#7342A7
(115,66,167)
#673B95
(103,59,149)
#5B3483
(91,52,131)
#4F2D71
(79,45,113)
#43265F
(67,38,95)
#371F4D
(55,31,77)
#2B183B
(43,24,59)
#1F1129
(31,17,41)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #8B50CB

#8B50CB
(139,80,203)
#955FCF
(149,95,207)
#9F6ED3
(159,110,211)
#A97DD7
(169,125,215)
#B38CDB
(179,140,219)
#BD9BDF
(189,155,223)
#C7AAE3
(199,170,227)
#D1B9E7
(209,185,231)
#DBC8EB
(219,200,235)
#E5D7EF
(229,215,239)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B50CB color. Also use rgb(139,80,203) instead hex code.

Text Font Color

.myTextColor { color: #8B50CB; }

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

This text font color is #8B50CB.


Background Color

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

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

This div background color is #8B50CB.


Border color

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

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

This div border color is #8B50CB.


Opacity

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

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

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

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

This text has shadow with #8B50CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B50CB on black background.


Color preview on white background

This text has color #8B50CB on white background.



Black color preview on #8B50CB background

This text has black color on #8B50CB background.


White color preview on #8B50CB background

This text has white color on #8B50CB background.