COLOR #8C1C7D

HEX: #8C1C7D
RGB: (140,28,125)

Color info

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

RGB color model

#8C1C7D color RGB value is (140,28,125).

  • red value is 140;
  • green value is 28;
  • blue value is 125.
RGB:
(140,28,125)
(55%,11%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 28 of 255 = 11%
B 125 of 255 = 49%

140
28
125

R + G + B ~ 38%. #8C1C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 28 + 125 = 293 (100%)
R 140 of 293 ~ 47.78%
G 28 of 293 ~ 9.56%
B 125 of 293 ~ 42.66%

%47.78
%9.56
%42.66

CMYK color model

#8C1C7D color CMYK value is (0,80,11,45).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(0,80,11,45)
C0M80Y11K45 
(0%,80%,11%,45%)
(0.00/0.80/0.11/0.45)	

CMYK percentages

%0
%80
%10.71
%45.1

Codes

Color #8C1C7D in popluar color models

8C1C7D
RGB14028125
HSL308°66.67%32.94%
HSB/HSV308°80.00%54.90%
CMYK0.00%80.00%10.71%
45.10%

Color #8C1C7D in popluar number systems.

HEX8C1C7D
Decimal14028125
Binary10001100111001111101
Octal21434175

Shades and tints

Shades of #8C1C7D

#8C1C7D
(140,28,125)
#801A72
(128,26,114)
#741867
(116,24,103)
#68165C
(104,22,92)
#5C1451
(92,20,81)
#501246
(80,18,70)
#44103B
(68,16,59)
#380E30
(56,14,48)
#2C0C25
(44,12,37)
#200A1A
(32,10,26)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #8C1C7D

#8C1C7D
(140,28,125)
#963088
(150,48,136)
#A04493
(160,68,147)
#AA589E
(170,88,158)
#B46CA9
(180,108,169)
#BE80B4
(190,128,180)
#C894BF
(200,148,191)
#D2A8CA
(210,168,202)
#DCBCD5
(220,188,213)
#E6D0E0
(230,208,224)
#F0E4EB
(240,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1C7D color. Also use rgb(140,28,125) instead hex code.

Text Font Color

.myTextColor { color: #8C1C7D; }

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

This text font color is #8C1C7D.


Background Color

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

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

This div background color is #8C1C7D.


Border color

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

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

This div border color is #8C1C7D.


Opacity

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

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

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

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

This text has shadow with #8C1C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C1C7D on black background.


Color preview on white background

This text has color #8C1C7D on white background.



Black color preview on #8C1C7D background

This text has black color on #8C1C7D background.


White color preview on #8C1C7D background

This text has white color on #8C1C7D background.