COLOR #8B62E7

HEX: #8B62E7
RGB: (139,98,231)

Color info

#8B62E7 contains mainly blue color. Web safe color of #8B62E7 is #9966FF (or #96F).

RGB color model

#8B62E7 color RGB value is (139,98,231).

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

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 231 of 255 = 91%

139
98
231

R + G + B ~ 61%. #8B62E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 231 = 468 (100%)
R 139 of 468 ~ 29.7%
G 98 of 468 ~ 20.94%
B 231 of 468 ~ 49.36%

%29.7
%20.94
%49.36

CMYK color model

#8B62E7 color CMYK value is (40,58,0,9).

  • cyan value is 39.83%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(40,58,0,9)
C40M58Y0K9 
(40%,58%,0%,9%)
(0.40/0.58/0.00/0.09)	

CMYK percentages

%39.83
%57.58
%0
%9.41

Codes

Color #8B62E7 in popluar color models

8B62E7
RGB13998231
HSL258°73.48%64.51%
HSB/HSV258°57.58%90.59%
CMYK39.83%57.58%0.00%
9.41%

Color #8B62E7 in popluar number systems.

HEX8B62E7
Decimal13998231
Binary10001011110001011100111
Octal213142347

Shades and tints

Shades of #8B62E7

#8B62E7
(139,98,231)
#7F5AD2
(127,90,210)
#7352BD
(115,82,189)
#674AA8
(103,74,168)
#5B4293
(91,66,147)
#4F3A7E
(79,58,126)
#433269
(67,50,105)
#372A54
(55,42,84)
#2B223F
(43,34,63)
#1F1A2A
(31,26,42)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #8B62E7

#8B62E7
(139,98,231)
#9570E9
(149,112,233)
#9F7EEB
(159,126,235)
#A98CED
(169,140,237)
#B39AEF
(179,154,239)
#BDA8F1
(189,168,241)
#C7B6F3
(199,182,243)
#D1C4F5
(209,196,245)
#DBD2F7
(219,210,247)
#E5E0F9
(229,224,249)
#EFEEFB
(239,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B62E7; }

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

This text font color is #8B62E7.


Background Color

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

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

This div background color is #8B62E7.


Border color

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

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

This div border color is #8B62E7.


Opacity

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

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

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

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

This text has shadow with #8B62E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B62E7 on black background.


Color preview on white background

This text has color #8B62E7 on white background.



Black color preview on #8B62E7 background

This text has black color on #8B62E7 background.


White color preview on #8B62E7 background

This text has white color on #8B62E7 background.