Html Css Color HEX #8F00FE Electric Indigo

📋 copy color: '#8F00FE'

red 143 ◦ green 0 ◦ blue 254

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

Shades of Electric Indigo #8F00FE

Tints of Electric Indigo #8F00FE

RGB

 RED value IS 143 (56.25% from 255) = 36.02%

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 36.02%
G = 0%
B = 63.98%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F00FE (or 0x8F00FE) is known color: Electric Indigo. HEX triplet: 8F, 00 and FE. RGB value is (143,0,254). Sum of RGB (Red+Green+Blue) = 143+0+254=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00FE is #70FF01. Grayscale: #464646. Windows color (decimal): -7405314 or 16646287. OLE color: 16646287.

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

Color convert

RGB 143 0 254 -
CMYK 0.44 1 0 0.00
HSL 273.78º 1% 0.5% -
HSV(B) 273.78º 1% 1% -
XYZ 29.22 13 94.73 -
YUV 71.71 230.88 178.85 -
System Red Green Blue C M Y K H S L
Decimal 143 0 254 0.44 1 0 0.00 273.78 1 0.5
Hex 8F 0 FE 2C 64 0 0 112 64 32
Octal 217 0 376 54 144 0 0 422 144 62
Binary 10001111 0 11111110 101100 1100100 0 0 100010010 1100100 110010

Color Harmonies of #8F00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00FE

Black with #8F00FE

Text Example


Text Example

White with #8F00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,254); }

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

background-color css

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

 a { background-color: rgb(143,0,254); }

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

border-color css

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

 span { border-color: rgb(143,0,254); }

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