COLOR #8F4CAF

HEX: #8F4CAF
RGB: (143,76,175)

Color info

#8F4CAF contains mainly red and blue colors. Web safe color of #8F4CAF is #993399 (or #939).

RGB color model

#8F4CAF color RGB value is (143,76,175).

  • red value is 143;
  • green value is 76;
  • blue value is 175.
RGB:
(143,76,175)
(56%,30%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 76 of 255 = 30%
B 175 of 255 = 69%

143
76
175

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

Portions of RGB colors in percentages

R + G + B =
143 + 76 + 175 = 394 (100%)
R 143 of 394 ~ 36.29%
G 76 of 394 ~ 19.29%
B 175 of 394 ~ 44.42%

%36.29
%19.29
%44.42

CMYK color model

#8F4CAF color CMYK value is (18,57,0,31).

  • cyan value is 18.29%
  • magenta value is 56.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,57,0,31)
C18M57Y0K31 
(18%,57%,0%,31%)
(0.18/0.57/0.00/0.31)	

CMYK percentages

%18.29
%56.57
%0
%31.37

Codes

Color #8F4CAF in popluar color models

8F4CAF
RGB14376175
HSL281°39.44%49.22%
HSB/HSV281°56.57%68.63%
CMYK18.29%56.57%0.00%
31.37%

Color #8F4CAF in popluar number systems.

HEX8F4CAF
Decimal14376175
Binary10001111100110010101111
Octal217114257

Shades and tints

Shades of #8F4CAF

#8F4CAF
(143,76,175)
#8246A0
(130,70,160)
#754091
(117,64,145)
#683A82
(104,58,130)
#5B3473
(91,52,115)
#4E2E64
(78,46,100)
#412855
(65,40,85)
#342246
(52,34,70)
#271C37
(39,28,55)
#1A1628
(26,22,40)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #8F4CAF

#8F4CAF
(143,76,175)
#995CB6
(153,92,182)
#A36CBD
(163,108,189)
#AD7CC4
(173,124,196)
#B78CCB
(183,140,203)
#C19CD2
(193,156,210)
#CBACD9
(203,172,217)
#D5BCE0
(213,188,224)
#DFCCE7
(223,204,231)
#E9DCEE
(233,220,238)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4CAF color. Also use rgb(143,76,175) instead hex code.

Text Font Color

.myTextColor { color: #8F4CAF; }

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

This text font color is #8F4CAF.


Background Color

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

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

This div background color is #8F4CAF.


Border color

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

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

This div border color is #8F4CAF.


Opacity

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

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

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

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

This text has shadow with #8F4CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4CAF on black background.


Color preview on white background

This text has color #8F4CAF on white background.



Black color preview on #8F4CAF background

This text has black color on #8F4CAF background.


White color preview on #8F4CAF background

This text has white color on #8F4CAF background.