#8C00FF

Color #8C00FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8C00FF

Tints of Electric Indigo #8C00FF

Color information

#8C00FF (or 0x8C00FF) is unknown color: approx Electric Indigo. HEX triplet: 8C, 00 and FF. RGB value is (140,0,255). Sum of RGB (Red+Green+Blue) = 140+0+255=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C00FF is #73FF00. Grayscale: #464646. Windows color (decimal): -7601921 or 16711820. OLE color: 16711820.

HSL color Cylindrical-coordinate representation of color #8C00FF: hue angle of 272.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00FF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1400255-
CMYK0.45100
HSL272.94º100%50%-
HSV(B)272.94º100%100%-
XYZ28.8712.895.56-
YUV70.93231.88177.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 64.56%
R=35.44%
G=0%
B=64.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal14002550.45100272.9410050
Hex8C0FF2D64001116432
Octal2140377551440042114462
Binary100011000111111111011011100100001000100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C00FF; }

 p { color: rgb(140,0,255); }

 H1.HeaderClassName
 {
   color: #8C00FF;
 }
 .AnyTagClassName
 {
   color: #8C00FF;
 }
</style>
background-color css

<style>
 a { background-color: #8C00FF; }

 a { background-color: rgb(140,0,255); }

 div.DivClassName
 {
   background-color: #8C00FF;
 }
 .BgClassName
 {
   background-color: #8C00FF;
 }
</style>
border-color css

<style>
 span { border-color: #8C00FF; }

 span { border-color: rgb(140,0,255); }

 td.TdClassName
 {
   border-color: #8C00FF;
 }
 .TagClassName
 {
   border-color: #8C00FF;
 }
</style>