COLOR #8F4981

HEX: #8F4981 RGB: (143,73,129)

Color info

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

RGB color model

#8F4981 color RGB value is (143,73,129).

RGB: (143,73,129) (56%, 29%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 73 of 255 = 29%
B 129 of 255 = 51%

143
73
129

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

Portions of RGB colors in percentages

R + G + B = 143 + 73 + 129 = 345 (100%)
R 143 of 345 ~ 41.45%
G 73 of 345 ~ 21.16%
B 129 of 345 ~ 37.39'%

%41.45
%21.16
%37.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 9.79%
  • 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
%9.79
%43.92

Codes

Color #8F4981 in popluar color models

8F 49 81
RGB 143 73 129
HSL 312° 32.41% 42.35%
HSB/HSV 312° 48.95% 56.08%
CMYK 0.00% 48.95% 9.79%
43.92%

Color #8F4981 in popluar number systems.

HEX 8F 49 81
Decimal 143 73 129
Binary 10001111 1001001 10000001
Octal 217 111 201

Shades and tints

Shades of #8F4981

#8F4981
(143,73,129)
#824376
(130,67,118)
#753D6B
(117,61,107)
#683760
(104,55,96)
#5B3155
(91,49,85)
#4E2B4A
(78,43,74)
#41253F
(65,37,63)
#341F34
(52,31,52)
#271929
(39,25,41)
#1A131E
(26,19,30)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #8F4981

#8F4981
(143,73,129)
#99598C
(153,89,140)
#A36997
(163,105,151)
#AD79A2
(173,121,162)
#B789AD
(183,137,173)
#C199B8
(193,153,184)
#CBA9C3
(203,169,195)
#D5B9CE
(213,185,206)
#DFC9D9
(223,201,217)
#E9D9E4
(233,217,228)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4981; }

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

This text font color is #8F4981.

Background Color

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

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

This div background color is #8F4981.

Border color

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

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

This div border color is #8F4981.

Opacity

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

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

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

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

This text has shadow with #8F4981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4981.

Preview

Color preview on black background

This text has color #8F4981 on black background.


Color preview on white background

This text has color #8F4981 on white background.


Black color preview on #8F4981 background

This text has black color on #8F4981 background.


White color preview on #8F4981 background

This text has white color on #8F4981 background.


Related colors

Complementary color

Complementary color for #hex is #70B67E.


I love getcolorcode.com

Triadic colors

1 #818F49 and #49818F with #8F4981 are triadic colors.

2 #81498F and #498F81 with #8F4981 are triadic colors.