COLOR #8C0B76

HEX: #8C0B76
RGB: (140,11,118)

Color info

#8C0B76 contains mainly red and blue colors. Web safe color of #8C0B76 is #990066 (or #906).

RGB color model

#8C0B76 color RGB value is (140,11,118).

  • red value is 140;
  • green value is 11;
  • blue value is 118.
RGB:
(140,11,118)
(55%,4%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 11 of 255 = 4%
B 118 of 255 = 46%

140
11
118

R + G + B ~ 35%. #8C0B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 11 + 118 = 269 (100%)
R 140 of 269 ~ 52.04%
G 11 of 269 ~ 4.09%
B 118 of 269 ~ 43.87%

%52.04
%43.87

CMYK color model

#8C0B76 color CMYK value is (0,92,16,45).

  • cyan value is 0.00%
  • magenta value is 92.14%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,92,16,45)
C0M92Y16K45 
(0%,92%,16%,45%)
(0.00/0.92/0.16/0.45)	

CMYK percentages

%0
%92.14
%15.71
%45.1

Codes

Color #8C0B76 in popluar color models

8C0B76
RGB14011118
HSL310°85.43%29.61%
HSB/HSV310°92.14%54.90%
CMYK0.00%92.14%15.71%
45.10%

Color #8C0B76 in popluar number systems.

HEX8C0B76
Decimal14011118
Binary1000110010111110110
Octal21413166

Shades and tints

Shades of #8C0B76

#8C0B76
(140,11,118)
#800A6C
(128,10,108)
#740962
(116,9,98)
#680858
(104,8,88)
#5C074E
(92,7,78)
#500644
(80,6,68)
#44053A
(68,5,58)
#380430
(56,4,48)
#2C0326
(44,3,38)
#20021C
(32,2,28)
#140112
(20,1,18)
#000000
(0,0,0)

Tints of #8C0B76

#8C0B76
(140,11,118)
#962182
(150,33,130)
#A0378E
(160,55,142)
#AA4D9A
(170,77,154)
#B463A6
(180,99,166)
#BE79B2
(190,121,178)
#C88FBE
(200,143,190)
#D2A5CA
(210,165,202)
#DCBBD6
(220,187,214)
#E6D1E2
(230,209,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0B76 color. Also use rgb(140,11,118) instead hex code.

Text Font Color

.myTextColor { color: #8C0B76; }

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

This text font color is #8C0B76.


Background Color

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

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

This div background color is #8C0B76.


Border color

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

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

This div border color is #8C0B76.


Opacity

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

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

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

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

This text has shadow with #8C0B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0B76 on black background.


Color preview on white background

This text has color #8C0B76 on white background.



Black color preview on #8C0B76 background

This text has black color on #8C0B76 background.


White color preview on #8C0B76 background

This text has white color on #8C0B76 background.