Html Css Color HEX #8C01FF Electric Indigo

📋 copy color: '#8C01FF'

red 140 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #8C01FF

Tints of Electric Indigo #8C01FF

RGB

 RED value IS 140 (55.08% from 255) = 35.35%

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

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

R = 35.35%
G = 0.25%
B = 64.39%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C01FF (or 0x8C01FF) is known color: Electric Indigo. HEX triplet: 8C, 01 and FF. RGB value is (140,1,255). Sum of RGB (Red+Green+Blue) = 140+1+255=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01FF is #73FE00. Grayscale: #464646. Windows color (decimal): -7601665 or 16712076. OLE color: 16712076.

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

Color convert

RGB 140 1 255 -
CMYK 0.45 1.00 0 0
HSL 272.83º 1% 0.5% -
HSV(B) 272.83º 1% 1% -
XYZ 28.88 12.82 95.56 -
YUV 71.52 231.55 176.85 -
System Red Green Blue C M Y K H S L
Decimal 140 1 255 0.45 1.00 0 0 272.83 1 0.5
Hex 8C 1 FF 2D 64 0 0 111 64 32
Octal 214 1 377 55 144 0 0 421 144 62
Binary 10001100 1 11111111 101101 1100100 0 0 100010001 1100100 110010

Color Harmonies of #8C01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01FF

Black with #8C01FF

Text Example


Text Example

White with #8C01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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