#8D00FF

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

Shades of Electric Indigo #8D00FF

Tints of Electric Indigo #8D00FF

Color information

#8D00FF (or 0x8D00FF) is unknown color: approx Electric Indigo. HEX triplet: 8D, 00 and FF. RGB value is (141,0,255). Sum of RGB (Red+Green+Blue) = 141+0+255=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00FF is #72FF00. Grayscale: #464646. Windows color (decimal): -7536385 or 16711821. OLE color: 16711821.

HSL color Cylindrical-coordinate representation of color #8D00FF: hue angle of 273.18º 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 #8D00FF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1410255-
CMYK0.45100
HSL273.18º100%50%-
HSV(B)273.18º100%100%-
XYZ29.0312.8895.56-
YUV71.23231.71177.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 64.39%
R=35.61%
G=0%
B=64.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal14102550.45100273.1810050
Hex8D0FF2D64001116432
Octal2150377551440042114462
Binary100011010111111111011011100100001000100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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