COLOR #8B0AE7

HEX: #8B0AE7
RGB: (139,10,231)

Color info

#8B0AE7 contains mainly blue color. Web safe color of #8B0AE7 is #9900FF (or #90F).

RGB color model

#8B0AE7 color RGB value is (139,10,231).

  • red value is 139;
  • green value is 10;
  • blue value is 231.
RGB:
(139,10,231)
(55%,4%,91%)

RGB channels and saturation

R 139 of 255 = 55%
G 10 of 255 = 4%
B 231 of 255 = 91%

139
10
231

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

Portions of RGB colors in percentages

R + G + B =
139 + 10 + 231 = 380 (100%)
R 139 of 380 ~ 36.58%
G 10 of 380 ~ 2.63%
B 231 of 380 ~ 60.79%

%36.58
%60.79

CMYK color model

#8B0AE7 color CMYK value is (40,96,0,9).

  • cyan value is 39.83%
  • magenta value is 95.67%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(40,96,0,9)
C40M96Y0K9 
(40%,96%,0%,9%)
(0.40/0.96/0.00/0.09)	

CMYK percentages

%39.83
%95.67
%0
%9.41

Codes

Color #8B0AE7 in popluar color models

8B0AE7
RGB13910231
HSL275°91.70%47.25%
HSB/HSV275°95.67%90.59%
CMYK39.83%95.67%0.00%
9.41%

Color #8B0AE7 in popluar number systems.

HEX8B0AE7
Decimal13910231
Binary10001011101011100111
Octal21312347

Shades and tints

Shades of #8B0AE7

#8B0AE7
(139,10,231)
#7F0AD2
(127,10,210)
#730ABD
(115,10,189)
#670AA8
(103,10,168)
#5B0A93
(91,10,147)
#4F0A7E
(79,10,126)
#430A69
(67,10,105)
#370A54
(55,10,84)
#2B0A3F
(43,10,63)
#1F0A2A
(31,10,42)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #8B0AE7

#8B0AE7
(139,10,231)
#9520E9
(149,32,233)
#9F36EB
(159,54,235)
#A94CED
(169,76,237)
#B362EF
(179,98,239)
#BD78F1
(189,120,241)
#C78EF3
(199,142,243)
#D1A4F5
(209,164,245)
#DBBAF7
(219,186,247)
#E5D0F9
(229,208,249)
#EFE6FB
(239,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0AE7 color. Also use rgb(139,10,231) instead hex code.

Text Font Color

.myTextColor { color: #8B0AE7; }

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

This text font color is #8B0AE7.


Background Color

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

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

This div background color is #8B0AE7.


Border color

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

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

This div border color is #8B0AE7.


Opacity

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

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

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

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

This text has shadow with #8B0AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0AE7 on black background.


Color preview on white background

This text has color #8B0AE7 on white background.



Black color preview on #8B0AE7 background

This text has black color on #8B0AE7 background.


White color preview on #8B0AE7 background

This text has white color on #8B0AE7 background.