Html Css Color HEX #880EFF Electric Indigo

📋 copy color: '#880EFF'

red 136 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #880EFF

Tints of Electric Indigo #880EFF

RGB

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

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

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

R = 33.58%
G = 3.46%
B = 62.96%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#880EFF (or 0x880EFF) is known color: Electric Indigo. HEX triplet: 88, 0E and FF. RGB value is (136,14,255). Sum of RGB (Red+Green+Blue) = 136+14+255=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #880EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EFF is #77F100. Grayscale: #4D4D4D. Windows color (decimal): -7860481 or 16715400. OLE color: 16715400.

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

Color convert

RGB 136 14 255 -
CMYK 0.47 0.95 0 0
HSL 270.37º 1% 0.53% -
HSV(B) 270.37º 0.95% 1% -
XYZ 28.36 12.77 95.58 -
YUV 77.95 227.92 169.4 -
System Red Green Blue C M Y K H S L
Decimal 136 14 255 0.47 0.95 0 0 270.37 1 0.53
Hex 88 E FF 2F 5F 0 0 10E 64 35
Octal 210 16 377 57 137 0 0 416 144 65
Binary 10001000 1110 11111111 101111 1011111 0 0 100001110 1100100 110101

Color Harmonies of #880EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EFF

Black with #880EFF

Text Example


Text Example

White with #880EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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