COLOR #8F4B6C

HEX: #8F4B6C
RGB: (143,75,108)

Color info

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

RGB color model

#8F4B6C color RGB value is (143,75,108).

  • red value is 143;
  • green value is 75;
  • blue value is 108.
RGB:
(143,75,108)
(56%,29%,42%)

RGB channels and saturation

R 143 of 255 = 56%
G 75 of 255 = 29%
B 108 of 255 = 42%

143
75
108

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

Portions of RGB colors in percentages

R + G + B =
143 + 75 + 108 = 326 (100%)
R 143 of 326 ~ 43.87%
G 75 of 326 ~ 23.01%
B 108 of 326 ~ 33.13%

%43.87
%23.01
%33.13

CMYK color model

#8F4B6C color CMYK value is (0,48,24,44).

  • cyan value is 0.00%
  • magenta value is 47.55%
  • yellow value is 24.48%
  • key color value is 43.92%
CMYK:
(0,48,24,44)
C0M48Y24K44 
(0%,48%,24%,44%)
(0.00/0.48/0.24/0.44)	

CMYK percentages

%0
%47.55
%24.48
%43.92

Codes

Color #8F4B6C in popluar color models

8F4B6C
RGB14375108
HSL331°31.19%42.75%
HSB/HSV331°47.55%56.08%
CMYK0.00%47.55%24.48%
43.92%

Color #8F4B6C in popluar number systems.

HEX8F4B6C
Decimal14375108
Binary1000111110010111101100
Octal217113154

Shades and tints

Shades of #8F4B6C

#8F4B6C
(143,75,108)
#824563
(130,69,99)
#753F5A
(117,63,90)
#683951
(104,57,81)
#5B3348
(91,51,72)
#4E2D3F
(78,45,63)
#412736
(65,39,54)
#34212D
(52,33,45)
#271B24
(39,27,36)
#1A151B
(26,21,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #8F4B6C

#8F4B6C
(143,75,108)
#995B79
(153,91,121)
#A36B86
(163,107,134)
#AD7B93
(173,123,147)
#B78BA0
(183,139,160)
#C19BAD
(193,155,173)
#CBABBA
(203,171,186)
#D5BBC7
(213,187,199)
#DFCBD4
(223,203,212)
#E9DBE1
(233,219,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4B6C color. Also use rgb(143,75,108) instead hex code.

Text Font Color

.myTextColor { color: #8F4B6C; }

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

This text font color is #8F4B6C.


Background Color

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

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

This div background color is #8F4B6C.


Border color

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

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

This div border color is #8F4B6C.


Opacity

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

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

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

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

This text has shadow with #8F4B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4B6C on black background.


Color preview on white background

This text has color #8F4B6C on white background.



Black color preview on #8F4B6C background

This text has black color on #8F4B6C background.


White color preview on #8F4B6C background

This text has white color on #8F4B6C background.