COLOR #8F4980

HEX: #8F4980
RGB: (143,73,128)

Color info

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

RGB color model

#8F4980 color RGB value is (143,73,128).

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

RGB channels and saturation

R 143 of 255 = 56%
G 73 of 255 = 29%
B 128 of 255 = 50%

143
73
128

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

Portions of RGB colors in percentages

R + G + B =
143 + 73 + 128 = 344 (100%)
R 143 of 344 ~ 41.57%
G 73 of 344 ~ 21.22%
B 128 of 344 ~ 37.21%

%41.57
%21.22
%37.21

CMYK color model

#8F4980 color CMYK value is (0,49,10,44).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(0,49,10,44)
C0M49Y10K44 
(0%,49%,10%,44%)
(0.00/0.49/0.10/0.44)	

CMYK percentages

%0
%48.95
%10.49
%43.92

Codes

Color #8F4980 in popluar color models

8F4980
RGB14373128
HSL313°32.41%42.35%
HSB/HSV313°48.95%56.08%
CMYK0.00%48.95%10.49%
43.92%

Color #8F4980 in popluar number systems.

HEX8F4980
Decimal14373128
Binary10001111100100110000000
Octal217111200

Shades and tints

Shades of #8F4980

#8F4980
(143,73,128)
#824375
(130,67,117)
#753D6A
(117,61,106)
#68375F
(104,55,95)
#5B3154
(91,49,84)
#4E2B49
(78,43,73)
#41253E
(65,37,62)
#341F33
(52,31,51)
#271928
(39,25,40)
#1A131D
(26,19,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #8F4980

#8F4980
(143,73,128)
#99598B
(153,89,139)
#A36996
(163,105,150)
#AD79A1
(173,121,161)
#B789AC
(183,137,172)
#C199B7
(193,153,183)
#CBA9C2
(203,169,194)
#D5B9CD
(213,185,205)
#DFC9D8
(223,201,216)
#E9D9E3
(233,217,227)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4980; }

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

This text font color is #8F4980.


Background Color

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

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

This div background color is #8F4980.


Border color

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

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

This div border color is #8F4980.


Opacity

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

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

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

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

This text has shadow with #8F4980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4980 on black background.


Color preview on white background

This text has color #8F4980 on white background.



Black color preview on #8F4980 background

This text has black color on #8F4980 background.


White color preview on #8F4980 background

This text has white color on #8F4980 background.