COLOR #8F4A7E

HEX: #8F4A7E
RGB: (143,74,126)

Color info

#8F4A7E contains mainly red and blue colors. Web safe color of #8F4A7E is #993366 (or #936).

RGB color model

#8F4A7E color RGB value is (143,74,126).

  • red value is 143;
  • green value is 74;
  • blue value is 126.
RGB:
(143,74,126)
(56%,29%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 74 of 255 = 29%
B 126 of 255 = 49%

143
74
126

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

Portions of RGB colors in percentages

R + G + B =
143 + 74 + 126 = 343 (100%)
R 143 of 343 ~ 41.69%
G 74 of 343 ~ 21.57%
B 126 of 343 ~ 36.73%

%41.69
%21.57
%36.73

CMYK color model

#8F4A7E color CMYK value is (0,48,12,44).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(0,48,12,44)
C0M48Y12K44 
(0%,48%,12%,44%)
(0.00/0.48/0.12/0.44)	

CMYK percentages

%0
%48.25
%11.89
%43.92

Codes

Color #8F4A7E in popluar color models

8F4A7E
RGB14374126
HSL315°31.80%42.55%
HSB/HSV315°48.25%56.08%
CMYK0.00%48.25%11.89%
43.92%

Color #8F4A7E in popluar number systems.

HEX8F4A7E
Decimal14374126
Binary1000111110010101111110
Octal217112176

Shades and tints

Shades of #8F4A7E

#8F4A7E
(143,74,126)
#824473
(130,68,115)
#753E68
(117,62,104)
#68385D
(104,56,93)
#5B3252
(91,50,82)
#4E2C47
(78,44,71)
#41263C
(65,38,60)
#342031
(52,32,49)
#271A26
(39,26,38)
#1A141B
(26,20,27)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #8F4A7E

#8F4A7E
(143,74,126)
#995A89
(153,90,137)
#A36A94
(163,106,148)
#AD7A9F
(173,122,159)
#B78AAA
(183,138,170)
#C19AB5
(193,154,181)
#CBAAC0
(203,170,192)
#D5BACB
(213,186,203)
#DFCAD6
(223,202,214)
#E9DAE1
(233,218,225)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4A7E color. Also use rgb(143,74,126) instead hex code.

Text Font Color

.myTextColor { color: #8F4A7E; }

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

This text font color is #8F4A7E.


Background Color

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

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

This div background color is #8F4A7E.


Border color

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

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

This div border color is #8F4A7E.


Opacity

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

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

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

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

This text has shadow with #8F4A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4A7E on black background.


Color preview on white background

This text has color #8F4A7E on white background.



Black color preview on #8F4A7E background

This text has black color on #8F4A7E background.


White color preview on #8F4A7E background

This text has white color on #8F4A7E background.