Html Css Color HEX #8F01FF Electric Indigo

📋 copy color: '#8F01FF'

red 143 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #8F01FF

Tints of Electric Indigo #8F01FF

RGB

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

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

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

R = 35.84%
G = 0.25%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F01FF (or 0x8F01FF) is known color: Electric Indigo. HEX triplet: 8F, 01 and FF. RGB value is (143,1,255). Sum of RGB (Red+Green+Blue) = 143+1+255=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F01FF is #70FE00. Grayscale: #474747. Windows color (decimal): -7405057 or 16712079. OLE color: 16712079.

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

Color convert

RGB 143 1 255 -
CMYK 0.44 1.00 0 0
HSL 273.54º 1% 0.5% -
HSV(B) 273.54º 1% 1% -
XYZ 29.39 13.08 95.58 -
YUV 72.41 231.04 178.35 -
System Red Green Blue C M Y K H S L
Decimal 143 1 255 0.44 1.00 0 0 273.54 1 0.5
Hex 8F 1 FF 2C 64 0 0 112 64 32
Octal 217 1 377 54 144 0 0 422 144 62
Binary 10001111 1 11111111 101100 1100100 0 0 100010010 1100100 110010

Color Harmonies of #8F01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F01FF

Black with #8F01FF

Text Example


Text Example

White with #8F01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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