COLOR #8F62E7

HEX: #8F62E7
RGB: (143,98,231)

Color info

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

RGB color model

#8F62E7 color RGB value is (143,98,231).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 231 of 255 = 91%

143
98
231

R + G + B ~ 62%. #8F62E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 231 = 472 (100%)
R 143 of 472 ~ 30.3%
G 98 of 472 ~ 20.76%
B 231 of 472 ~ 48.94%

%30.3
%20.76
%48.94

CMYK color model

#8F62E7 color CMYK value is (38,58,0,9).

  • cyan value is 38.10%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(38,58,0,9)
C38M58Y0K9 
(38%,58%,0%,9%)
(0.38/0.58/0.00/0.09)	

CMYK percentages

%38.1
%57.58
%0
%9.41

Codes

Color #8F62E7 in popluar color models

8F62E7
RGB14398231
HSL260°73.48%64.51%
HSB/HSV260°57.58%90.59%
CMYK38.10%57.58%0.00%
9.41%

Color #8F62E7 in popluar number systems.

HEX8F62E7
Decimal14398231
Binary10001111110001011100111
Octal217142347

Shades and tints

Shades of #8F62E7

#8F62E7
(143,98,231)
#825AD2
(130,90,210)
#7552BD
(117,82,189)
#684AA8
(104,74,168)
#5B4293
(91,66,147)
#4E3A7E
(78,58,126)
#413269
(65,50,105)
#342A54
(52,42,84)
#27223F
(39,34,63)
#1A1A2A
(26,26,42)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F62E7

#8F62E7
(143,98,231)
#9970E9
(153,112,233)
#A37EEB
(163,126,235)
#AD8CED
(173,140,237)
#B79AEF
(183,154,239)
#C1A8F1
(193,168,241)
#CBB6F3
(203,182,243)
#D5C4F5
(213,196,245)
#DFD2F7
(223,210,247)
#E9E0F9
(233,224,249)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F62E7; }

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

This text font color is #8F62E7.


Background Color

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

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

This div background color is #8F62E7.


Border color

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

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

This div border color is #8F62E7.


Opacity

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

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

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

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

This text has shadow with #8F62E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F62E7 on black background.


Color preview on white background

This text has color #8F62E7 on white background.



Black color preview on #8F62E7 background

This text has black color on #8F62E7 background.


White color preview on #8F62E7 background

This text has white color on #8F62E7 background.