COLOR #8F2576

HEX: #8F2576
RGB: (143,37,118)

Color info

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

RGB color model

#8F2576 color RGB value is (143,37,118).

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

RGB channels and saturation

R 143 of 255 = 56%
G 37 of 255 = 15%
B 118 of 255 = 46%

143
37
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 37 + 118 = 298 (100%)
R 143 of 298 ~ 47.99%
G 37 of 298 ~ 12.42%
B 118 of 298 ~ 39.6%

%47.99
%12.42
%39.6

CMYK color model

#8F2576 color CMYK value is (0,74,17,44).

  • cyan value is 0.00%
  • magenta value is 74.13%
  • yellow value is 17.48%
  • key color value is 43.92%
CMYK:
(0,74,17,44)
C0M74Y17K44 
(0%,74%,17%,44%)
(0.00/0.74/0.17/0.44)	

CMYK percentages

%0
%74.13
%17.48
%43.92

Codes

Color #8F2576 in popluar color models

8F2576
RGB14337118
HSL314°58.89%35.29%
HSB/HSV314°74.13%56.08%
CMYK0.00%74.13%17.48%
43.92%

Color #8F2576 in popluar number systems.

HEX8F2576
Decimal14337118
Binary100011111001011110110
Octal21745166

Shades and tints

Shades of #8F2576

#8F2576
(143,37,118)
#82226C
(130,34,108)
#751F62
(117,31,98)
#681C58
(104,28,88)
#5B194E
(91,25,78)
#4E1644
(78,22,68)
#41133A
(65,19,58)
#341030
(52,16,48)
#270D26
(39,13,38)
#1A0A1C
(26,10,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #8F2576

#8F2576
(143,37,118)
#993882
(153,56,130)
#A34B8E
(163,75,142)
#AD5E9A
(173,94,154)
#B771A6
(183,113,166)
#C184B2
(193,132,178)
#CB97BE
(203,151,190)
#D5AACA
(213,170,202)
#DFBDD6
(223,189,214)
#E9D0E2
(233,208,226)
#F3E3EE
(243,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F2576; }

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

This text font color is #8F2576.


Background Color

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

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

This div background color is #8F2576.


Border color

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

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

This div border color is #8F2576.


Opacity

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

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

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

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

This text has shadow with #8F2576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F2576 on black background.


Color preview on white background

This text has color #8F2576 on white background.



Black color preview on #8F2576 background

This text has black color on #8F2576 background.


White color preview on #8F2576 background

This text has white color on #8F2576 background.