COLOR #8F1AE2

HEX: #8F1AE2
RGB: (143,26,226)

Color info

#8F1AE2 contains mainly blue color. Web safe color of #8F1AE2 is #9900CC (or #90C).

RGB color model

#8F1AE2 color RGB value is (143,26,226).

  • red value is 143;
  • green value is 26;
  • blue value is 226.
RGB:
(143,26,226)
(56%,10%,89%)

RGB channels and saturation

R 143 of 255 = 56%
G 26 of 255 = 10%
B 226 of 255 = 89%

143
26
226

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

Portions of RGB colors in percentages

R + G + B =
143 + 26 + 226 = 395 (100%)
R 143 of 395 ~ 36.2%
G 26 of 395 ~ 6.58%
B 226 of 395 ~ 57.22%

%36.2
%57.22

CMYK color model

#8F1AE2 color CMYK value is (37,88,0,11).

  • cyan value is 36.73%
  • magenta value is 88.50%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(37,88,0,11)
C37M88Y0K11 
(37%,88%,0%,11%)
(0.37/0.88/0.00/0.11)	

CMYK percentages

%36.73
%88.5
%0
%11.37

Codes

Color #8F1AE2 in popluar color models

8F1AE2
RGB14326226
HSL275°79.37%49.41%
HSB/HSV275°88.50%88.63%
CMYK36.73%88.50%0.00%
11.37%

Color #8F1AE2 in popluar number systems.

HEX8F1AE2
Decimal14326226
Binary100011111101011100010
Octal21732342

Shades and tints

Shades of #8F1AE2

#8F1AE2
(143,26,226)
#8218CE
(130,24,206)
#7516BA
(117,22,186)
#6814A6
(104,20,166)
#5B1292
(91,18,146)
#4E107E
(78,16,126)
#410E6A
(65,14,106)
#340C56
(52,12,86)
#270A42
(39,10,66)
#1A082E
(26,8,46)
#0D061A
(13,6,26)
#000000
(0,0,0)

Tints of #8F1AE2

#8F1AE2
(143,26,226)
#992EE4
(153,46,228)
#A342E6
(163,66,230)
#AD56E8
(173,86,232)
#B76AEA
(183,106,234)
#C17EEC
(193,126,236)
#CB92EE
(203,146,238)
#D5A6F0
(213,166,240)
#DFBAF2
(223,186,242)
#E9CEF4
(233,206,244)
#F3E2F6
(243,226,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1AE2 color. Also use rgb(143,26,226) instead hex code.

Text Font Color

.myTextColor { color: #8F1AE2; }

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

This text font color is #8F1AE2.


Background Color

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

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

This div background color is #8F1AE2.


Border color

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

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

This div border color is #8F1AE2.


Opacity

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

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

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

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

This text has shadow with #8F1AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1AE2 on black background.


Color preview on white background

This text has color #8F1AE2 on white background.



Black color preview on #8F1AE2 background

This text has black color on #8F1AE2 background.


White color preview on #8F1AE2 background

This text has white color on #8F1AE2 background.