Html Css Color HEX #8E00FF Electric Indigo

📋 copy color: '#8E00FF'

red 142 ◦ green 0 ◦ blue 255

#8E00FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #8E00FF

Tints of Electric Indigo #8E00FF

RGB

 RED value IS 142 (55.86% from 255) = 35.77%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 35.77%
G = 0%
B = 64.23%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E00FF (or 0x8E00FF) is known color: Electric Indigo. HEX triplet: 8E, 00 and FF. RGB value is (142,0,255). Sum of RGB (Red+Green+Blue) = 142+0+255=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00FF is #71FF00. Grayscale: #464646. Windows color (decimal): -7470849 or 16711822. OLE color: 16711822.

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

Color convert

RGB 142 0 255 -
CMYK 0.44 1 0 0
HSL 273.41º 1% 0.5% -
HSV(B) 273.41º 1% 1% -
XYZ 29.21 12.97 95.57 -
YUV 71.53 231.54 178.27 -
System Red Green Blue C M Y K H S L
Decimal 142 0 255 0.44 1 0 0 273.41 1 0.5
Hex 8E 0 FF 2C 64 0 0 111 64 32
Octal 216 0 377 54 144 0 0 421 144 62
Binary 10001110 0 11111111 101100 1100100 0 0 100010001 1100100 110010

Color Harmonies of #8E00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00FF

Black with #8E00FF

Text Example


Text Example

White with #8E00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E00FF;
 }
 .AnyTagClassName
 {
   color: #8E00FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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