COLOR #8B25E7

HEX: #8B25E7
RGB: (139,37,231)

Color info

#8B25E7 contains mainly blue color. Web safe color of #8B25E7 is #9933FF (or #93F).

RGB color model

#8B25E7 color RGB value is (139,37,231).

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

RGB channels and saturation

R 139 of 255 = 55%
G 37 of 255 = 15%
B 231 of 255 = 91%

139
37
231

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

Portions of RGB colors in percentages

R + G + B =
139 + 37 + 231 = 407 (100%)
R 139 of 407 ~ 34.15%
G 37 of 407 ~ 9.09%
B 231 of 407 ~ 56.76%

%34.15
%56.76

CMYK color model

#8B25E7 color CMYK value is (40,84,0,9).

  • cyan value is 39.83%
  • magenta value is 83.98%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(40,84,0,9)
C40M84Y0K9 
(40%,84%,0%,9%)
(0.40/0.84/0.00/0.09)	

CMYK percentages

%39.83
%83.98
%0
%9.41

Codes

Color #8B25E7 in popluar color models

8B25E7
RGB13937231
HSL272°80.17%52.55%
HSB/HSV272°83.98%90.59%
CMYK39.83%83.98%0.00%
9.41%

Color #8B25E7 in popluar number systems.

HEX8B25E7
Decimal13937231
Binary1000101110010111100111
Octal21345347

Shades and tints

Shades of #8B25E7

#8B25E7
(139,37,231)
#7F22D2
(127,34,210)
#731FBD
(115,31,189)
#671CA8
(103,28,168)
#5B1993
(91,25,147)
#4F167E
(79,22,126)
#431369
(67,19,105)
#371054
(55,16,84)
#2B0D3F
(43,13,63)
#1F0A2A
(31,10,42)
#130715
(19,7,21)
#000000
(0,0,0)

Tints of #8B25E7

#8B25E7
(139,37,231)
#9538E9
(149,56,233)
#9F4BEB
(159,75,235)
#A95EED
(169,94,237)
#B371EF
(179,113,239)
#BD84F1
(189,132,241)
#C797F3
(199,151,243)
#D1AAF5
(209,170,245)
#DBBDF7
(219,189,247)
#E5D0F9
(229,208,249)
#EFE3FB
(239,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B25E7; }

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

This text font color is #8B25E7.


Background Color

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

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

This div background color is #8B25E7.


Border color

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

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

This div border color is #8B25E7.


Opacity

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

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

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

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

This text has shadow with #8B25E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B25E7 on black background.


Color preview on white background

This text has color #8B25E7 on white background.



Black color preview on #8B25E7 background

This text has black color on #8B25E7 background.


White color preview on #8B25E7 background

This text has white color on #8B25E7 background.