Html Css Color HEX #8801FF Electric Indigo

📋 copy color: '#8801FF'

red 136 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #8801FF

Tints of Electric Indigo #8801FF

RGB

 RED value IS 136 (53.52% from 255) = 34.69%

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

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

R = 34.69%
G = 0.26%
B = 65.05%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8801FF (or 0x8801FF) is known color: Electric Indigo. HEX triplet: 88, 01 and FF. RGB value is (136,1,255). Sum of RGB (Red+Green+Blue) = 136+1+255=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #8801FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8801FF is #77FE00. Grayscale: #454545. Windows color (decimal): -7863809 or 16712072. OLE color: 16712072.

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

Color convert

RGB 136 1 255 -
CMYK 0.47 1.00 0 0
HSL 271.89º 1% 0.5% -
HSV(B) 271.89º 1% 1% -
XYZ 28.21 12.48 95.53 -
YUV 70.32 232.23 174.85 -
System Red Green Blue C M Y K H S L
Decimal 136 1 255 0.47 1.00 0 0 271.89 1 0.5
Hex 88 1 FF 2F 64 0 0 110 64 32
Octal 210 1 377 57 144 0 0 420 144 62
Binary 10001000 1 11111111 101111 1100100 0 0 100010000 1100100 110010

Color Harmonies of #8801FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8801FF

Black with #8801FF

Text Example


Text Example

White with #8801FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8801FF; }

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

 H1.HeaderClassName
 {
   color: #8801FF;
 }
 .AnyTagClassName
 {
   color: #8801FF;
 }
</style>

background-color css

<style>
 a { background-color: #8801FF; }

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

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

border-color css

<style>
 span { border-color: #8801FF; }

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

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