COLOR #8F3B63

HEX: #8F3B63
RGB: (143,59,99)

Color info

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

RGB color model

#8F3B63 color RGB value is (143,59,99).

  • red value is 143;
  • green value is 59;
  • blue value is 99.
RGB:
(143,59,99)
(56%,23%,39%)

RGB channels and saturation

R 143 of 255 = 56%
G 59 of 255 = 23%
B 99 of 255 = 39%

143
59
99

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

Portions of RGB colors in percentages

R + G + B =
143 + 59 + 99 = 301 (100%)
R 143 of 301 ~ 47.51%
G 59 of 301 ~ 19.6%
B 99 of 301 ~ 32.89%

%47.51
%19.6
%32.89

CMYK color model

#8F3B63 color CMYK value is (0,59,31,44).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK:
(0,59,31,44)
C0M59Y31K44 
(0%,59%,31%,44%)
(0.00/0.59/0.31/0.44)	

CMYK percentages

%0
%58.74
%30.77
%43.92

Codes

Color #8F3B63 in popluar color models

8F3B63
RGB1435999
HSL331°41.58%39.61%
HSB/HSV331°58.74%56.08%
CMYK0.00%58.74%30.77%
43.92%

Color #8F3B63 in popluar number systems.

HEX8F3B63
Decimal1435999
Binary100011111110111100011
Octal21773143

Shades and tints

Shades of #8F3B63

#8F3B63
(143,59,99)
#82365A
(130,54,90)
#753151
(117,49,81)
#682C48
(104,44,72)
#5B273F
(91,39,63)
#4E2236
(78,34,54)
#411D2D
(65,29,45)
#341824
(52,24,36)
#27131B
(39,19,27)
#1A0E12
(26,14,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #8F3B63

#8F3B63
(143,59,99)
#994C71
(153,76,113)
#A35D7F
(163,93,127)
#AD6E8D
(173,110,141)
#B77F9B
(183,127,155)
#C190A9
(193,144,169)
#CBA1B7
(203,161,183)
#D5B2C5
(213,178,197)
#DFC3D3
(223,195,211)
#E9D4E1
(233,212,225)
#F3E5EF
(243,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3B63 color. Also use rgb(143,59,99) instead hex code.

Text Font Color

.myTextColor { color: #8F3B63; }

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

This text font color is #8F3B63.


Background Color

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

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

This div background color is #8F3B63.


Border color

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

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

This div border color is #8F3B63.


Opacity

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

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

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

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

This text has shadow with #8F3B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3B63 on black background.


Color preview on white background

This text has color #8F3B63 on white background.



Black color preview on #8F3B63 background

This text has black color on #8F3B63 background.


White color preview on #8F3B63 background

This text has white color on #8F3B63 background.