COLOR #8F49AF

HEX: #8F49AF
RGB: (143,73,175)

Color info

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

RGB color model

#8F49AF color RGB value is (143,73,175).

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

RGB channels and saturation

R 143 of 255 = 56%
G 73 of 255 = 29%
B 175 of 255 = 69%

143
73
175

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

Portions of RGB colors in percentages

R + G + B =
143 + 73 + 175 = 391 (100%)
R 143 of 391 ~ 36.57%
G 73 of 391 ~ 18.67%
B 175 of 391 ~ 44.76%

%36.57
%18.67
%44.76

CMYK color model

#8F49AF color CMYK value is (18,58,0,31).

  • cyan value is 18.29%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,58,0,31)
C18M58Y0K31 
(18%,58%,0%,31%)
(0.18/0.58/0.00/0.31)	

CMYK percentages

%18.29
%58.29
%0
%31.37

Codes

Color #8F49AF in popluar color models

8F49AF
RGB14373175
HSL281°41.13%48.63%
HSB/HSV281°58.29%68.63%
CMYK18.29%58.29%0.00%
31.37%

Color #8F49AF in popluar number systems.

HEX8F49AF
Decimal14373175
Binary10001111100100110101111
Octal217111257

Shades and tints

Shades of #8F49AF

#8F49AF
(143,73,175)
#8243A0
(130,67,160)
#753D91
(117,61,145)
#683782
(104,55,130)
#5B3173
(91,49,115)
#4E2B64
(78,43,100)
#412555
(65,37,85)
#341F46
(52,31,70)
#271937
(39,25,55)
#1A1328
(26,19,40)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #8F49AF

#8F49AF
(143,73,175)
#9959B6
(153,89,182)
#A369BD
(163,105,189)
#AD79C4
(173,121,196)
#B789CB
(183,137,203)
#C199D2
(193,153,210)
#CBA9D9
(203,169,217)
#D5B9E0
(213,185,224)
#DFC9E7
(223,201,231)
#E9D9EE
(233,217,238)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F49AF; }

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

This text font color is #8F49AF.


Background Color

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

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

This div background color is #8F49AF.


Border color

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

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

This div border color is #8F49AF.


Opacity

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

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

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

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

This text has shadow with #8F49AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F49AF on black background.


Color preview on white background

This text has color #8F49AF on white background.



Black color preview on #8F49AF background

This text has black color on #8F49AF background.


White color preview on #8F49AF background

This text has white color on #8F49AF background.