COLOR #8F50AE

HEX: #8F50AE
RGB: (143,80,174)

Color info

#8F50AE contains mainly red and blue colors. Web safe color of #8F50AE is #996699 (or #969).

RGB color model

#8F50AE color RGB value is (143,80,174).

  • red value is 143;
  • green value is 80;
  • blue value is 174.
RGB:
(143,80,174)
(56%,31%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 174 of 255 = 68%

143
80
174

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

Portions of RGB colors in percentages

R + G + B =
143 + 80 + 174 = 397 (100%)
R 143 of 397 ~ 36.02%
G 80 of 397 ~ 20.15%
B 174 of 397 ~ 43.83%

%36.02
%20.15
%43.83

CMYK color model

#8F50AE color CMYK value is (18,54,0,32).

  • cyan value is 17.82%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,54,0,32)
C18M54Y0K32 
(18%,54%,0%,32%)
(0.18/0.54/0.00/0.32)	

CMYK percentages

%17.82
%54.02
%0
%31.76

Codes

Color #8F50AE in popluar color models

8F50AE
RGB14380174
HSL280°37.01%49.80%
HSB/HSV280°54.02%68.24%
CMYK17.82%54.02%0.00%
31.76%

Color #8F50AE in popluar number systems.

HEX8F50AE
Decimal14380174
Binary10001111101000010101110
Octal217120256

Shades and tints

Shades of #8F50AE

#8F50AE
(143,80,174)
#82499F
(130,73,159)
#754290
(117,66,144)
#683B81
(104,59,129)
#5B3472
(91,52,114)
#4E2D63
(78,45,99)
#412654
(65,38,84)
#341F45
(52,31,69)
#271836
(39,24,54)
#1A1127
(26,17,39)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #8F50AE

#8F50AE
(143,80,174)
#995FB5
(153,95,181)
#A36EBC
(163,110,188)
#AD7DC3
(173,125,195)
#B78CCA
(183,140,202)
#C19BD1
(193,155,209)
#CBAAD8
(203,170,216)
#D5B9DF
(213,185,223)
#DFC8E6
(223,200,230)
#E9D7ED
(233,215,237)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F50AE color. Also use rgb(143,80,174) instead hex code.

Text Font Color

.myTextColor { color: #8F50AE; }

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

This text font color is #8F50AE.


Background Color

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

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

This div background color is #8F50AE.


Border color

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

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

This div border color is #8F50AE.


Opacity

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

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

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

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

This text has shadow with #8F50AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F50AE on black background.


Color preview on white background

This text has color #8F50AE on white background.



Black color preview on #8F50AE background

This text has black color on #8F50AE background.


White color preview on #8F50AE background

This text has white color on #8F50AE background.