COLOR #8F3376

HEX: #8F3376
RGB: (143,51,118)

Color info

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

RGB color model

#8F3376 color RGB value is (143,51,118).

  • red value is 143;
  • green value is 51;
  • blue value is 118.
RGB:
(143,51,118)
(56%,20%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 51 of 255 = 20%
B 118 of 255 = 46%

143
51
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 51 + 118 = 312 (100%)
R 143 of 312 ~ 45.83%
G 51 of 312 ~ 16.35%
B 118 of 312 ~ 37.82%

%45.83
%16.35
%37.82

CMYK color model

#8F3376 color CMYK value is (0,64,17,44).

  • cyan value is 0.00%
  • magenta value is 64.34%
  • yellow value is 17.48%
  • key color value is 43.92%
CMYK:
(0,64,17,44)
C0M64Y17K44 
(0%,64%,17%,44%)
(0.00/0.64/0.17/0.44)	

CMYK percentages

%0
%64.34
%17.48
%43.92

Codes

Color #8F3376 in popluar color models

8F3376
RGB14351118
HSL316°47.42%38.04%
HSB/HSV316°64.34%56.08%
CMYK0.00%64.34%17.48%
43.92%

Color #8F3376 in popluar number systems.

HEX8F3376
Decimal14351118
Binary100011111100111110110
Octal21763166

Shades and tints

Shades of #8F3376

#8F3376
(143,51,118)
#822F6C
(130,47,108)
#752B62
(117,43,98)
#682758
(104,39,88)
#5B234E
(91,35,78)
#4E1F44
(78,31,68)
#411B3A
(65,27,58)
#341730
(52,23,48)
#271326
(39,19,38)
#1A0F1C
(26,15,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F3376

#8F3376
(143,51,118)
#994582
(153,69,130)
#A3578E
(163,87,142)
#AD699A
(173,105,154)
#B77BA6
(183,123,166)
#C18DB2
(193,141,178)
#CB9FBE
(203,159,190)
#D5B1CA
(213,177,202)
#DFC3D6
(223,195,214)
#E9D5E2
(233,213,226)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3376 color. Also use rgb(143,51,118) instead hex code.

Text Font Color

.myTextColor { color: #8F3376; }

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

This text font color is #8F3376.


Background Color

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

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

This div background color is #8F3376.


Border color

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

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

This div border color is #8F3376.


Opacity

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

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

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

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

This text has shadow with #8F3376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3376 on black background.


Color preview on white background

This text has color #8F3376 on white background.



Black color preview on #8F3376 background

This text has black color on #8F3376 background.


White color preview on #8F3376 background

This text has white color on #8F3376 background.