COLOR #8C00FF

HEX: #8C00FF
RGB: (140,0,255)

Color info

#8C00FF contains mainly blue color. Web safe color of #8C00FF is #9900FF (or #90F).

RGB color model

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

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

RGB channels and saturation

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

140
0
255

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

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 255 = 395 (100%)
R 140 of 395 ~ 35.44%
G 0 of 395 ~ 0%
B 255 of 395 ~ 64.56%

%35.44
%64.56

CMYK color model

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

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

CMYK percentages

%45.1
%100
%0
%0

Codes

Color #8C00FF in popluar color models

8C00FF
RGB1400255
HSL273°100.00%50.00%
HSB/HSV273°100.00%100.00%
CMYK45.10%100.00%0.00%
0.00%

Color #8C00FF in popluar number systems.

HEX8C00FF
Decimal1400255
Binary10001100011111111
Octal2140377

Shades and tints

Shades of #8C00FF

#8C00FF
(140,0,255)
#8000E8
(128,0,232)
#7400D1
(116,0,209)
#6800BA
(104,0,186)
#5C00A3
(92,0,163)
#50008C
(80,0,140)
#440075
(68,0,117)
#38005E
(56,0,94)
#2C0047
(44,0,71)
#200030
(32,0,48)
#140019
(20,0,25)
#000000
(0,0,0)

Tints of #8C00FF

#8C00FF
(140,0,255)
#9617FF
(150,23,255)
#A02EFF
(160,46,255)
#AA45FF
(170,69,255)
#B45CFF
(180,92,255)
#BE73FF
(190,115,255)
#C88AFF
(200,138,255)
#D2A1FF
(210,161,255)
#DCB8FF
(220,184,255)
#E6CFFF
(230,207,255)
#F0E6FF
(240,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C00FF; }

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

This text font color is #8C00FF.


Background Color

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

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

This div background color is #8C00FF.


Border color

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

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

This div border color is #8C00FF.


Opacity

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

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

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

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

This text has shadow with #8C00FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C00FF on black background.


Color preview on white background

This text has color #8C00FF on white background.



Black color preview on #8C00FF background

This text has black color on #8C00FF background.


White color preview on #8C00FF background

This text has white color on #8C00FF background.