COLOR #8F2BE5

HEX: #8F2BE5
RGB: (143,43,229)

Color info

#8F2BE5 contains mainly blue color. Web safe color of #8F2BE5 is #9933CC (or #93C).

RGB color model

#8F2BE5 color RGB value is (143,43,229).

  • red value is 143;
  • green value is 43;
  • blue value is 229.
RGB:
(143,43,229)
(56%,17%,90%)

RGB channels and saturation

R 143 of 255 = 56%
G 43 of 255 = 17%
B 229 of 255 = 90%

143
43
229

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

Portions of RGB colors in percentages

R + G + B =
143 + 43 + 229 = 415 (100%)
R 143 of 415 ~ 34.46%
G 43 of 415 ~ 10.36%
B 229 of 415 ~ 55.18%

%34.46
%10.36
%55.18

CMYK color model

#8F2BE5 color CMYK value is (38,81,0,10).

  • cyan value is 37.55%
  • magenta value is 81.22%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,81,0,10)
C38M81Y0K10 
(38%,81%,0%,10%)
(0.38/0.81/0.00/0.10)	

CMYK percentages

%37.55
%81.22
%0
%10.2

Codes

Color #8F2BE5 in popluar color models

8F2BE5
RGB14343229
HSL272°78.15%53.33%
HSB/HSV272°81.22%89.80%
CMYK37.55%81.22%0.00%
10.20%

Color #8F2BE5 in popluar number systems.

HEX8F2BE5
Decimal14343229
Binary1000111110101111100101
Octal21753345

Shades and tints

Shades of #8F2BE5

#8F2BE5
(143,43,229)
#8228D1
(130,40,209)
#7525BD
(117,37,189)
#6822A9
(104,34,169)
#5B1F95
(91,31,149)
#4E1C81
(78,28,129)
#41196D
(65,25,109)
#341659
(52,22,89)
#271345
(39,19,69)
#1A1031
(26,16,49)
#0D0D1D
(13,13,29)
#000000
(0,0,0)

Tints of #8F2BE5

#8F2BE5
(143,43,229)
#993EE7
(153,62,231)
#A351E9
(163,81,233)
#AD64EB
(173,100,235)
#B777ED
(183,119,237)
#C18AEF
(193,138,239)
#CB9DF1
(203,157,241)
#D5B0F3
(213,176,243)
#DFC3F5
(223,195,245)
#E9D6F7
(233,214,247)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F2BE5 color. Also use rgb(143,43,229) instead hex code.

Text Font Color

.myTextColor { color: #8F2BE5; }

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

This text font color is #8F2BE5.


Background Color

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

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

This div background color is #8F2BE5.


Border color

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

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

This div border color is #8F2BE5.


Opacity

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

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

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

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

This text has shadow with #8F2BE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F2BE5 on black background.


Color preview on white background

This text has color #8F2BE5 on white background.



Black color preview on #8F2BE5 background

This text has black color on #8F2BE5 background.


White color preview on #8F2BE5 background

This text has white color on #8F2BE5 background.