COLOR #8F4A9E

HEX: #8F4A9E
RGB: (143,74,158)

Color info

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

RGB color model

#8F4A9E color RGB value is (143,74,158).

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

RGB channels and saturation

R 143 of 255 = 56%
G 74 of 255 = 29%
B 158 of 255 = 62%

143
74
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 74 + 158 = 375 (100%)
R 143 of 375 ~ 38.13%
G 74 of 375 ~ 19.73%
B 158 of 375 ~ 42.13%

%38.13
%19.73
%42.13

CMYK color model

#8F4A9E color CMYK value is (9,53,0,38).

  • cyan value is 9.49%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,53,0,38)
C9M53Y0K38 
(9%,53%,0%,38%)
(0.09/0.53/0.00/0.38)	

CMYK percentages

%9.49
%53.16
%0
%38.04

Codes

Color #8F4A9E in popluar color models

8F4A9E
RGB14374158
HSL289°36.21%45.49%
HSB/HSV289°53.16%61.96%
CMYK9.49%53.16%0.00%
38.04%

Color #8F4A9E in popluar number systems.

HEX8F4A9E
Decimal14374158
Binary10001111100101010011110
Octal217112236

Shades and tints

Shades of #8F4A9E

#8F4A9E
(143,74,158)
#824490
(130,68,144)
#753E82
(117,62,130)
#683874
(104,56,116)
#5B3266
(91,50,102)
#4E2C58
(78,44,88)
#41264A
(65,38,74)
#34203C
(52,32,60)
#271A2E
(39,26,46)
#1A1420
(26,20,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #8F4A9E

#8F4A9E
(143,74,158)
#995AA6
(153,90,166)
#A36AAE
(163,106,174)
#AD7AB6
(173,122,182)
#B78ABE
(183,138,190)
#C19AC6
(193,154,198)
#CBAACE
(203,170,206)
#D5BAD6
(213,186,214)
#DFCADE
(223,202,222)
#E9DAE6
(233,218,230)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4A9E; }

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

This text font color is #8F4A9E.


Background Color

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

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

This div background color is #8F4A9E.


Border color

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

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

This div border color is #8F4A9E.


Opacity

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

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

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

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

This text has shadow with #8F4A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4A9E on black background.


Color preview on white background

This text has color #8F4A9E on white background.



Black color preview on #8F4A9E background

This text has black color on #8F4A9E background.


White color preview on #8F4A9E background

This text has white color on #8F4A9E background.