Html Css Color HEX #8A01FF Electric Indigo

📋 copy color: '#8A01FF'

red 138 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #8A01FF

Tints of Electric Indigo #8A01FF

RGB

 RED value IS 138 (54.3% from 255) = 35.03%

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

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

R = 35.03%
G = 0.25%
B = 64.72%

CMYK

 C value IS 0.46

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A01FF (or 0x8A01FF) is known color: Electric Indigo. HEX triplet: 8A, 01 and FF. RGB value is (138,1,255). Sum of RGB (Red+Green+Blue) = 138+1+255=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A01FF is #75FE00. Grayscale: #464646. Windows color (decimal): -7732737 or 16712074. OLE color: 16712074.

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

Color convert

RGB 138 1 255 -
CMYK 0.46 1.00 0 0
HSL 272.36º 1% 0.5% -
HSV(B) 272.36º 1% 1% -
XYZ 28.54 12.64 95.54 -
YUV 70.92 231.89 175.85 -
System Red Green Blue C M Y K H S L
Decimal 138 1 255 0.46 1.00 0 0 272.36 1 0.5
Hex 8A 1 FF 2E 64 0 0 110 64 32
Octal 212 1 377 56 144 0 0 420 144 62
Binary 10001010 1 11111111 101110 1100100 0 0 100010000 1100100 110010

Color Harmonies of #8A01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A01FF

Black with #8A01FF

Text Example


Text Example

White with #8A01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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