Html Css Color HEX #8F01FE Electric Indigo

📋 copy color: '#8F01FE'

red 143 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #8F01FE

Tints of Electric Indigo #8F01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 35.93%
G = 0.25%
B = 63.82%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F01FE (or 0x8F01FE) is known color: Electric Indigo. HEX triplet: 8F, 01 and FE. RGB value is (143,1,254). Sum of RGB (Red+Green+Blue) = 143+1+254=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F01FE is #70FE01. Grayscale: #474747. Windows color (decimal): -7405058 or 16646543. OLE color: 16646543.

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

Color convert

RGB 143 1 254 -
CMYK 0.44 1.00 0 0.00
HSL 273.68º 0.99% 0.5% -
HSV(B) 273.68º 1% 1% -
XYZ 29.23 13.02 94.74 -
YUV 72.3 230.54 178.43 -
System Red Green Blue C M Y K H S L
Decimal 143 1 254 0.44 1.00 0 0.00 273.68 0.99 0.5
Hex 8F 1 FE 2C 64 0 0 112 63 32
Octal 217 1 376 54 144 0 0 422 143 62
Binary 10001111 1 11111110 101100 1100100 0 0 100010010 1100011 110010

Color Harmonies of #8F01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F01FE

Black with #8F01FE

Text Example


Text Example

White with #8F01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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