Html Css Color HEX #8E00FD Electric Indigo

📋 copy color: '#8E00FD'

red 142 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #8E00FD

Tints of Electric Indigo #8E00FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 35.95%
G = 0%
B = 64.05%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E00FD (or 0x8E00FD) is known color: Electric Indigo. HEX triplet: 8E, 00 and FD. RGB value is (142,0,253). Sum of RGB (Red+Green+Blue) = 142+0+253=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00FD is #71FF02. Grayscale: #464646. Windows color (decimal): -7470851 or 16580750. OLE color: 16580750.

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

Color convert

RGB 142 0 253 -
CMYK 0.44 1 0 0.01
HSL 273.68º 1% 0.5% -
HSV(B) 273.68º 1% 0.99% -
XYZ 28.88 12.84 93.88 -
YUV 71.3 230.54 178.43 -
System Red Green Blue C M Y K H S L
Decimal 142 0 253 0.44 1 0 0.01 273.68 1 0.5
Hex 8E 0 FD 2C 64 0 1 112 64 32
Octal 216 0 375 54 144 0 1 422 144 62
Binary 10001110 0 11111101 101100 1100100 0 1 100010010 1100100 110010

Color Harmonies of #8E00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00FD

Black with #8E00FD

Text Example


Text Example

White with #8E00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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