Html Css Color HEX #880EFE Electric Indigo

📋 copy color: '#880EFE'

red 136 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #880EFE

Tints of Electric Indigo #880EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

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

R = 33.66%
G = 3.47%
B = 62.87%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#880EFE (or 0x880EFE) is known color: Electric Indigo. HEX triplet: 88, 0E and FE. RGB value is (136,14,254). Sum of RGB (Red+Green+Blue) = 136+14+254=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #880EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EFE is #77F101. Grayscale: #4D4D4D. Windows color (decimal): -7860482 or 16649864. OLE color: 16649864.

HSL color Cylindrical-coordinate representation of color #880EFE: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EFE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 14 254 -
CMYK 0.46 0.94 0 0.00
HSL 270.5º 0.99% 0.53% -
HSV(B) 270.5º 0.94% 1% -
XYZ 28.2 12.7 94.73 -
YUV 77.84 227.42 169.49 -
System Red Green Blue C M Y K H S L
Decimal 136 14 254 0.46 0.94 0 0.00 270.5 0.99 0.53
Hex 88 E FE 2E 5E 0 0 10E 63 35
Octal 210 16 376 56 136 0 0 416 143 65
Binary 10001000 1110 11111110 101110 1011110 0 0 100001110 1100011 110101

Color Harmonies of #880EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EFE

Black with #880EFE

Text Example


Text Example

White with #880EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880EFE; }

 p { color: rgb(136,14,254); }

 H1.HeaderClassName
 {
   color: #880EFE;
 }
 .AnyTagClassName
 {
   color: #880EFE;
 }
</style>

background-color css

<style>
 a { background-color: #880EFE; }

 a { background-color: rgb(136,14,254); }

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

border-color css

<style>
 span { border-color: #880EFE; }

 span { border-color: rgb(136,14,254); }

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