COLOR #8F4DE8

HEX: #8F4DE8
RGB: (143,77,232)

Color info

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

RGB color model

#8F4DE8 color RGB value is (143,77,232).

  • red value is 143;
  • green value is 77;
  • blue value is 232.
RGB:
(143,77,232)
(56%,30%,91%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 232 of 255 = 91%

143
77
232

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

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 232 = 452 (100%)
R 143 of 452 ~ 31.64%
G 77 of 452 ~ 17.04%
B 232 of 452 ~ 51.33%

%31.64
%17.04
%51.33

CMYK color model

#8F4DE8 color CMYK value is (38,67,0,9).

  • cyan value is 38.36%
  • magenta value is 66.81%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(38,67,0,9)
C38M67Y0K9 
(38%,67%,0%,9%)
(0.38/0.67/0.00/0.09)	

CMYK percentages

%38.36
%66.81
%0
%9.02

Codes

Color #8F4DE8 in popluar color models

8F4DE8
RGB14377232
HSL266°77.11%60.59%
HSB/HSV266°66.81%90.98%
CMYK38.36%66.81%0.00%
9.02%

Color #8F4DE8 in popluar number systems.

HEX8F4DE8
Decimal14377232
Binary10001111100110111101000
Octal217115350

Shades and tints

Shades of #8F4DE8

#8F4DE8
(143,77,232)
#8246D3
(130,70,211)
#753FBE
(117,63,190)
#6838A9
(104,56,169)
#5B3194
(91,49,148)
#4E2A7F
(78,42,127)
#41236A
(65,35,106)
#341C55
(52,28,85)
#271540
(39,21,64)
#1A0E2B
(26,14,43)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #8F4DE8

#8F4DE8
(143,77,232)
#995DEA
(153,93,234)
#A36DEC
(163,109,236)
#AD7DEE
(173,125,238)
#B78DF0
(183,141,240)
#C19DF2
(193,157,242)
#CBADF4
(203,173,244)
#D5BDF6
(213,189,246)
#DFCDF8
(223,205,248)
#E9DDFA
(233,221,250)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4DE8 color. Also use rgb(143,77,232) instead hex code.

Text Font Color

.myTextColor { color: #8F4DE8; }

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

This text font color is #8F4DE8.


Background Color

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

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

This div background color is #8F4DE8.


Border color

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

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

This div border color is #8F4DE8.


Opacity

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

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

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

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

This text has shadow with #8F4DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4DE8 on black background.


Color preview on white background

This text has color #8F4DE8 on white background.



Black color preview on #8F4DE8 background

This text has black color on #8F4DE8 background.


White color preview on #8F4DE8 background

This text has white color on #8F4DE8 background.