COLOR #8F48BA

HEX: #8F48BA
RGB: (143,72,186)

Color info

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

RGB color model

#8F48BA color RGB value is (143,72,186).

  • red value is 143;
  • green value is 72;
  • blue value is 186.
RGB:
(143,72,186)
(56%,28%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 72 of 255 = 28%
B 186 of 255 = 73%

143
72
186

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

Portions of RGB colors in percentages

R + G + B =
143 + 72 + 186 = 401 (100%)
R 143 of 401 ~ 35.66%
G 72 of 401 ~ 17.96%
B 186 of 401 ~ 46.38%

%35.66
%17.96
%46.38

CMYK color model

#8F48BA color CMYK value is (23,61,0,27).

  • cyan value is 23.12%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(23,61,0,27)
C23M61Y0K27 
(23%,61%,0%,27%)
(0.23/0.61/0.00/0.27)	

CMYK percentages

%23.12
%61.29
%0
%27.06

Codes

Color #8F48BA in popluar color models

8F48BA
RGB14372186
HSL277°45.24%50.59%
HSB/HSV277°61.29%72.94%
CMYK23.12%61.29%0.00%
27.06%

Color #8F48BA in popluar number systems.

HEX8F48BA
Decimal14372186
Binary10001111100100010111010
Octal217110272

Shades and tints

Shades of #8F48BA

#8F48BA
(143,72,186)
#8242AA
(130,66,170)
#753C9A
(117,60,154)
#68368A
(104,54,138)
#5B307A
(91,48,122)
#4E2A6A
(78,42,106)
#41245A
(65,36,90)
#341E4A
(52,30,74)
#27183A
(39,24,58)
#1A122A
(26,18,42)
#0D0C1A
(13,12,26)
#000000
(0,0,0)

Tints of #8F48BA

#8F48BA
(143,72,186)
#9958C0
(153,88,192)
#A368C6
(163,104,198)
#AD78CC
(173,120,204)
#B788D2
(183,136,210)
#C198D8
(193,152,216)
#CBA8DE
(203,168,222)
#D5B8E4
(213,184,228)
#DFC8EA
(223,200,234)
#E9D8F0
(233,216,240)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F48BA color. Also use rgb(143,72,186) instead hex code.

Text Font Color

.myTextColor { color: #8F48BA; }

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

This text font color is #8F48BA.


Background Color

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

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

This div background color is #8F48BA.


Border color

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

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

This div border color is #8F48BA.


Opacity

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

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

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

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

This text has shadow with #8F48BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F48BA on black background.


Color preview on white background

This text has color #8F48BA on white background.



Black color preview on #8F48BA background

This text has black color on #8F48BA background.


White color preview on #8F48BA background

This text has white color on #8F48BA background.