COLOR #8F48C4

HEX: #8F48C4
RGB: (143,72,196)

Color info

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

RGB color model

#8F48C4 color RGB value is (143,72,196).

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

RGB channels and saturation

R 143 of 255 = 56%
G 72 of 255 = 28%
B 196 of 255 = 77%

143
72
196

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

Portions of RGB colors in percentages

R + G + B =
143 + 72 + 196 = 411 (100%)
R 143 of 411 ~ 34.79%
G 72 of 411 ~ 17.52%
B 196 of 411 ~ 47.69%

%34.79
%17.52
%47.69

CMYK color model

#8F48C4 color CMYK value is (27,63,0,23).

  • cyan value is 27.04%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(27,63,0,23)
C27M63Y0K23 
(27%,63%,0%,23%)
(0.27/0.63/0.00/0.23)	

CMYK percentages

%27.04
%63.27
%0
%23.14

Codes

Color #8F48C4 in popluar color models

8F48C4
RGB14372196
HSL274°51.24%52.55%
HSB/HSV274°63.27%76.86%
CMYK27.04%63.27%0.00%
23.14%

Color #8F48C4 in popluar number systems.

HEX8F48C4
Decimal14372196
Binary10001111100100011000100
Octal217110304

Shades and tints

Shades of #8F48C4

#8F48C4
(143,72,196)
#8242B3
(130,66,179)
#753CA2
(117,60,162)
#683691
(104,54,145)
#5B3080
(91,48,128)
#4E2A6F
(78,42,111)
#41245E
(65,36,94)
#341E4D
(52,30,77)
#27183C
(39,24,60)
#1A122B
(26,18,43)
#0D0C1A
(13,12,26)
#000000
(0,0,0)

Tints of #8F48C4

#8F48C4
(143,72,196)
#9958C9
(153,88,201)
#A368CE
(163,104,206)
#AD78D3
(173,120,211)
#B788D8
(183,136,216)
#C198DD
(193,152,221)
#CBA8E2
(203,168,226)
#D5B8E7
(213,184,231)
#DFC8EC
(223,200,236)
#E9D8F1
(233,216,241)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F48C4; }

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

This text font color is #8F48C4.


Background Color

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

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

This div background color is #8F48C4.


Border color

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

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

This div border color is #8F48C4.


Opacity

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

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

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

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

This text has shadow with #8F48C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F48C4 on black background.


Color preview on white background

This text has color #8F48C4 on white background.



Black color preview on #8F48C4 background

This text has black color on #8F48C4 background.


White color preview on #8F48C4 background

This text has white color on #8F48C4 background.