COLOR #8C00BA

HEX: #8C00BA
RGB: (140,0,186)

Color info

#8C00BA contains only red and blue colors. Web safe color of #8C00BA is #9900CC (or #90C).

RGB color model

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

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

RGB channels and saturation

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

140
0
186

R + G + B ~ 43%. #8C00BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 186 = 326 (100%)
R 140 of 326 ~ 42.94%
G 0 of 326 ~ 0%
B 186 of 326 ~ 57.06%

%42.94
%57.06

CMYK color model

#8C00BA color CMYK value is (25,100,0,27).

  • cyan value is 24.73%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,100,0,27)
C25M100Y0K27 
(25%,100%,0%,27%)
(0.25/1.00/0.00/0.27)	

CMYK percentages

%24.73
%100
%0
%27.06

Codes

Color #8C00BA in popluar color models

8C00BA
RGB1400186
HSL285°100.00%36.47%
HSB/HSV285°100.00%72.94%
CMYK24.73%100.00%0.00%
27.06%

Color #8C00BA in popluar number systems.

HEX8C00BA
Decimal1400186
Binary10001100010111010
Octal2140272

Shades and tints

Shades of #8C00BA

#8C00BA
(140,0,186)
#8000AA
(128,0,170)
#74009A
(116,0,154)
#68008A
(104,0,138)
#5C007A
(92,0,122)
#50006A
(80,0,106)
#44005A
(68,0,90)
#38004A
(56,0,74)
#2C003A
(44,0,58)
#20002A
(32,0,42)
#14001A
(20,0,26)
#000000
(0,0,0)

Tints of #8C00BA

#8C00BA
(140,0,186)
#9617C0
(150,23,192)
#A02EC6
(160,46,198)
#AA45CC
(170,69,204)
#B45CD2
(180,92,210)
#BE73D8
(190,115,216)
#C88ADE
(200,138,222)
#D2A1E4
(210,161,228)
#DCB8EA
(220,184,234)
#E6CFF0
(230,207,240)
#F0E6F6
(240,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C00BA; }

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

This text font color is #8C00BA.


Background Color

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

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

This div background color is #8C00BA.


Border color

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

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

This div border color is #8C00BA.


Opacity

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

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

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

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

This text has shadow with #8C00BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C00BA on black background.


Color preview on white background

This text has color #8C00BA on white background.



Black color preview on #8C00BA background

This text has black color on #8C00BA background.


White color preview on #8C00BA background

This text has white color on #8C00BA background.