COLOR #8A50BC

HEX: #8A50BC
RGB: (138,80,188)

Color info

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

RGB color model

#8A50BC color RGB value is (138,80,188).

  • red value is 138;
  • green value is 80;
  • blue value is 188.
RGB:
(138,80,188)
(54%,31%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 188 of 255 = 74%

138
80
188

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

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 188 = 406 (100%)
R 138 of 406 ~ 33.99%
G 80 of 406 ~ 19.7%
B 188 of 406 ~ 46.31%

%33.99
%19.7
%46.31

CMYK color model

#8A50BC color CMYK value is (27,57,0,26).

  • cyan value is 26.60%
  • magenta value is 57.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(27,57,0,26)
C27M57Y0K26 
(27%,57%,0%,26%)
(0.27/0.57/0.00/0.26)	

CMYK percentages

%26.6
%57.45
%0
%26.27

Codes

Color #8A50BC in popluar color models

8A50BC
RGB13880188
HSL272°44.63%52.55%
HSB/HSV272°57.45%73.73%
CMYK26.60%57.45%0.00%
26.27%

Color #8A50BC in popluar number systems.

HEX8A50BC
Decimal13880188
Binary10001010101000010111100
Octal212120274

Shades and tints

Shades of #8A50BC

#8A50BC
(138,80,188)
#7E49AB
(126,73,171)
#72429A
(114,66,154)
#663B89
(102,59,137)
#5A3478
(90,52,120)
#4E2D67
(78,45,103)
#422656
(66,38,86)
#361F45
(54,31,69)
#2A1834
(42,24,52)
#1E1123
(30,17,35)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #8A50BC

#8A50BC
(138,80,188)
#945FC2
(148,95,194)
#9E6EC8
(158,110,200)
#A87DCE
(168,125,206)
#B28CD4
(178,140,212)
#BC9BDA
(188,155,218)
#C6AAE0
(198,170,224)
#D0B9E6
(208,185,230)
#DAC8EC
(218,200,236)
#E4D7F2
(228,215,242)
#EEE6F8
(238,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A50BC color. Also use rgb(138,80,188) instead hex code.

Text Font Color

.myTextColor { color: #8A50BC; }

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

This text font color is #8A50BC.


Background Color

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

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

This div background color is #8A50BC.


Border color

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

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

This div border color is #8A50BC.


Opacity

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

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

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

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

This text has shadow with #8A50BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A50BC on black background.


Color preview on white background

This text has color #8A50BC on white background.



Black color preview on #8A50BC background

This text has black color on #8A50BC background.


White color preview on #8A50BC background

This text has white color on #8A50BC background.