COLOR #8F3C60

HEX: #8F3C60
RGB: (143,60,96)

Color info

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

RGB color model

#8F3C60 color RGB value is (143,60,96).

  • red value is 143;
  • green value is 60;
  • blue value is 96.
RGB:
(143,60,96)
(56%,24%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 60 of 255 = 24%
B 96 of 255 = 38%

143
60
96

R + G + B ~ 39%. #8F3C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 60 + 96 = 299 (100%)
R 143 of 299 ~ 47.83%
G 60 of 299 ~ 20.07%
B 96 of 299 ~ 32.11%

%47.83
%20.07
%32.11

CMYK color model

#8F3C60 color CMYK value is (0,58,33,44).

  • cyan value is 0.00%
  • magenta value is 58.04%
  • yellow value is 32.87%
  • key color value is 43.92%
CMYK:
(0,58,33,44)
C0M58Y33K44 
(0%,58%,33%,44%)
(0.00/0.58/0.33/0.44)	

CMYK percentages

%0
%58.04
%32.87
%43.92

Codes

Color #8F3C60 in popluar color models

8F3C60
RGB1436096
HSL334°40.89%39.80%
HSB/HSV334°58.04%56.08%
CMYK0.00%58.04%32.87%
43.92%

Color #8F3C60 in popluar number systems.

HEX8F3C60
Decimal1436096
Binary100011111111001100000
Octal21774140

Shades and tints

Shades of #8F3C60

#8F3C60
(143,60,96)
#823758
(130,55,88)
#753250
(117,50,80)
#682D48
(104,45,72)
#5B2840
(91,40,64)
#4E2338
(78,35,56)
#411E30
(65,30,48)
#341928
(52,25,40)
#271420
(39,20,32)
#1A0F18
(26,15,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #8F3C60

#8F3C60
(143,60,96)
#994D6E
(153,77,110)
#A35E7C
(163,94,124)
#AD6F8A
(173,111,138)
#B78098
(183,128,152)
#C191A6
(193,145,166)
#CBA2B4
(203,162,180)
#D5B3C2
(213,179,194)
#DFC4D0
(223,196,208)
#E9D5DE
(233,213,222)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3C60 color. Also use rgb(143,60,96) instead hex code.

Text Font Color

.myTextColor { color: #8F3C60; }

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

This text font color is #8F3C60.


Background Color

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

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

This div background color is #8F3C60.


Border color

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

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

This div border color is #8F3C60.


Opacity

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

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

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

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

This text has shadow with #8F3C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3C60 on black background.


Color preview on white background

This text has color #8F3C60 on white background.



Black color preview on #8F3C60 background

This text has black color on #8F3C60 background.


White color preview on #8F3C60 background

This text has white color on #8F3C60 background.