COLOR #8C1F72

HEX: #8C1F72
RGB: (140,31,114)

Color info

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

RGB color model

#8C1F72 color RGB value is (140,31,114).

  • red value is 140;
  • green value is 31;
  • blue value is 114.
RGB:
(140,31,114)
(55%,12%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 31 of 255 = 12%
B 114 of 255 = 45%

140
31
114

R + G + B ~ 37%. #8C1F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 31 + 114 = 285 (100%)
R 140 of 285 ~ 49.12%
G 31 of 285 ~ 10.88%
B 114 of 285 ~ 40%

%49.12
%10.88
%40

CMYK color model

#8C1F72 color CMYK value is (0,78,19,45).

  • cyan value is 0.00%
  • magenta value is 77.86%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(0,78,19,45)
C0M78Y19K45 
(0%,78%,19%,45%)
(0.00/0.78/0.19/0.45)	

CMYK percentages

%0
%77.86
%18.57
%45.1

Codes

Color #8C1F72 in popluar color models

8C1F72
RGB14031114
HSL314°63.74%33.53%
HSB/HSV314°77.86%54.90%
CMYK0.00%77.86%18.57%
45.10%

Color #8C1F72 in popluar number systems.

HEX8C1F72
Decimal14031114
Binary10001100111111110010
Octal21437162

Shades and tints

Shades of #8C1F72

#8C1F72
(140,31,114)
#801D68
(128,29,104)
#741B5E
(116,27,94)
#681954
(104,25,84)
#5C174A
(92,23,74)
#501540
(80,21,64)
#441336
(68,19,54)
#38112C
(56,17,44)
#2C0F22
(44,15,34)
#200D18
(32,13,24)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #8C1F72

#8C1F72
(140,31,114)
#96337E
(150,51,126)
#A0478A
(160,71,138)
#AA5B96
(170,91,150)
#B46FA2
(180,111,162)
#BE83AE
(190,131,174)
#C897BA
(200,151,186)
#D2ABC6
(210,171,198)
#DCBFD2
(220,191,210)
#E6D3DE
(230,211,222)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1F72 color. Also use rgb(140,31,114) instead hex code.

Text Font Color

.myTextColor { color: #8C1F72; }

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

This text font color is #8C1F72.


Background Color

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

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

This div background color is #8C1F72.


Border color

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

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

This div border color is #8C1F72.


Opacity

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

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

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

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

This text has shadow with #8C1F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C1F72 on black background.


Color preview on white background

This text has color #8C1F72 on white background.



Black color preview on #8C1F72 background

This text has black color on #8C1F72 background.


White color preview on #8C1F72 background

This text has white color on #8C1F72 background.