COLOR #8F4BC1

HEX: #8F4BC1
RGB: (143,75,193)

Color info

#8F4BC1 contains mainly red and blue colors. Web safe color of #8F4BC1 is #9933CC (or #93C).

RGB color model

#8F4BC1 color RGB value is (143,75,193).

  • red value is 143;
  • green value is 75;
  • blue value is 193.
RGB:
(143,75,193)
(56%,29%,76%)

RGB channels and saturation

R 143 of 255 = 56%
G 75 of 255 = 29%
B 193 of 255 = 76%

143
75
193

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

Portions of RGB colors in percentages

R + G + B =
143 + 75 + 193 = 411 (100%)
R 143 of 411 ~ 34.79%
G 75 of 411 ~ 18.25%
B 193 of 411 ~ 46.96%

%34.79
%18.25
%46.96

CMYK color model

#8F4BC1 color CMYK value is (26,61,0,24).

  • cyan value is 25.91%
  • magenta value is 61.14%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,61,0,24)
C26M61Y0K24 
(26%,61%,0%,24%)
(0.26/0.61/0.00/0.24)	

CMYK percentages

%25.91
%61.14
%0
%24.31

Codes

Color #8F4BC1 in popluar color models

8F4BC1
RGB14375193
HSL275°48.76%52.55%
HSB/HSV275°61.14%75.69%
CMYK25.91%61.14%0.00%
24.31%

Color #8F4BC1 in popluar number systems.

HEX8F4BC1
Decimal14375193
Binary10001111100101111000001
Octal217113301

Shades and tints

Shades of #8F4BC1

#8F4BC1
(143,75,193)
#8245B0
(130,69,176)
#753F9F
(117,63,159)
#68398E
(104,57,142)
#5B337D
(91,51,125)
#4E2D6C
(78,45,108)
#41275B
(65,39,91)
#34214A
(52,33,74)
#271B39
(39,27,57)
#1A1528
(26,21,40)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #8F4BC1

#8F4BC1
(143,75,193)
#995BC6
(153,91,198)
#A36BCB
(163,107,203)
#AD7BD0
(173,123,208)
#B78BD5
(183,139,213)
#C19BDA
(193,155,218)
#CBABDF
(203,171,223)
#D5BBE4
(213,187,228)
#DFCBE9
(223,203,233)
#E9DBEE
(233,219,238)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4BC1 color. Also use rgb(143,75,193) instead hex code.

Text Font Color

.myTextColor { color: #8F4BC1; }

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

This text font color is #8F4BC1.


Background Color

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

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

This div background color is #8F4BC1.


Border color

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

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

This div border color is #8F4BC1.


Opacity

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

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

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

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

This text has shadow with #8F4BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4BC1 on black background.


Color preview on white background

This text has color #8F4BC1 on white background.



Black color preview on #8F4BC1 background

This text has black color on #8F4BC1 background.


White color preview on #8F4BC1 background

This text has white color on #8F4BC1 background.