COLOR #8C008C

HEX: #8C008C
RGB: (140,0,140)

Color info

#8C008C contains only red and blue colors. Web safe color of #8C008C is #990099 (or #909).

RGB color model

#8C008C color RGB value is (140,0,140).

  • red value is 140;
  • green value is 0;
  • blue value is 140.
RGB:
(140,0,140)
(55%,0%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 0 of 255 = 0%
B 140 of 255 = 55%

140
0
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 140 = 280 (100%)
R 140 of 280 ~ 50%
G 0 of 280 ~ 0%
B 140 of 280 ~ 50%

%50
%50

CMYK color model

#8C008C color CMYK value is (0,100,0,45).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,100,0,45)
C0M100Y0K45 
(0%,100%,0%,45%)
(0.00/1.00/0.00/0.45)	

CMYK percentages

%0
%100
%0
%45.1

Codes

Color #8C008C in popluar color models

8C008C
RGB1400140
HSL300°100.00%27.45%
HSB/HSV300°100.00%54.90%
CMYK0.00%100.00%0.00%
45.10%

Color #8C008C in popluar number systems.

HEX8C008C
Decimal1400140
Binary10001100010001100
Octal2140214

Shades and tints

Shades of #8C008C

#8C008C
(140,0,140)
#800080
(128,0,128)
#740074
(116,0,116)
#680068
(104,0,104)
#5C005C
(92,0,92)
#500050
(80,0,80)
#440044
(68,0,68)
#380038
(56,0,56)
#2C002C
(44,0,44)
#200020
(32,0,32)
#140014
(20,0,20)
#000000
(0,0,0)

Tints of #8C008C

#8C008C
(140,0,140)
#961796
(150,23,150)
#A02EA0
(160,46,160)
#AA45AA
(170,69,170)
#B45CB4
(180,92,180)
#BE73BE
(190,115,190)
#C88AC8
(200,138,200)
#D2A1D2
(210,161,210)
#DCB8DC
(220,184,220)
#E6CFE6
(230,207,230)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C008C; }

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

This text font color is #8C008C.


Background Color

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

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

This div background color is #8C008C.


Border color

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

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

This div border color is #8C008C.


Opacity

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

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

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

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

This text has shadow with #8C008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C008C on black background.


Color preview on white background

This text has color #8C008C on white background.



Black color preview on #8C008C background

This text has black color on #8C008C background.


White color preview on #8C008C background

This text has white color on #8C008C background.