COLOR #8C1153

HEX: #8C1153
RGB: (140,17,83)

Color info

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

RGB color model

#8C1153 color RGB value is (140,17,83).

  • red value is 140;
  • green value is 17;
  • blue value is 83.
RGB:
(140,17,83)
(55%,7%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 17 of 255 = 7%
B 83 of 255 = 33%

140
17
83

R + G + B ~ 32%. #8C1153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 17 + 83 = 240 (100%)
R 140 of 240 ~ 58.33%
G 17 of 240 ~ 7.08%
B 83 of 240 ~ 34.58%

%58.33
%34.58

CMYK color model

#8C1153 color CMYK value is (0,88,41,45).

  • cyan value is 0.00%
  • magenta value is 87.86%
  • yellow value is 40.71%
  • key color value is 45.10%
CMYK:
(0,88,41,45)
C0M88Y41K45 
(0%,88%,41%,45%)
(0.00/0.88/0.41/0.45)	

CMYK percentages

%0
%87.86
%40.71
%45.1

Codes

Color #8C1153 in popluar color models

8C1153
RGB1401783
HSL328°78.34%30.78%
HSB/HSV328°87.86%54.90%
CMYK0.00%87.86%40.71%
45.10%

Color #8C1153 in popluar number systems.

HEX8C1153
Decimal1401783
Binary10001100100011010011
Octal21421123

Shades and tints

Shades of #8C1153

#8C1153
(140,17,83)
#80104C
(128,16,76)
#740F45
(116,15,69)
#680E3E
(104,14,62)
#5C0D37
(92,13,55)
#500C30
(80,12,48)
#440B29
(68,11,41)
#380A22
(56,10,34)
#2C091B
(44,9,27)
#200814
(32,8,20)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #8C1153

#8C1153
(140,17,83)
#962662
(150,38,98)
#A03B71
(160,59,113)
#AA5080
(170,80,128)
#B4658F
(180,101,143)
#BE7A9E
(190,122,158)
#C88FAD
(200,143,173)
#D2A4BC
(210,164,188)
#DCB9CB
(220,185,203)
#E6CEDA
(230,206,218)
#F0E3E9
(240,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1153 color. Also use rgb(140,17,83) instead hex code.

Text Font Color

.myTextColor { color: #8C1153; }

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

This text font color is #8C1153.


Background Color

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

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

This div background color is #8C1153.


Border color

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

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

This div border color is #8C1153.


Opacity

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

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

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

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

This text has shadow with #8C1153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C1153 on black background.


Color preview on white background

This text has color #8C1153 on white background.



Black color preview on #8C1153 background

This text has black color on #8C1153 background.


White color preview on #8C1153 background

This text has white color on #8C1153 background.