Html Css Color HEX #880FFE Electric Indigo

📋 copy color: '#880FFE'

red 136 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #880FFE

Tints of Electric Indigo #880FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

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

R = 33.58%
G = 3.7%
B = 62.72%

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

#880FFE (or 0x880FFE) is known color: Electric Indigo. HEX triplet: 88, 0F and FE. RGB value is (136,15,254). Sum of RGB (Red+Green+Blue) = 136+15+254=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #880FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FFE is #77F001. Grayscale: #4D4D4D. Windows color (decimal): -7860226 or 16650120. OLE color: 16650120.

HSL color Cylindrical-coordinate representation of color #880FFE: hue angle of 270.38º 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 #880FFE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 15 254 -
CMYK 0.46 0.94 0 0.00
HSL 270.38º 0.99% 0.53% -
HSV(B) 270.38º 0.94% 1% -
XYZ 28.21 12.73 94.74 -
YUV 78.43 227.09 169.07 -
System Red Green Blue C M Y K H S L
Decimal 136 15 254 0.46 0.94 0 0.00 270.38 0.99 0.53
Hex 88 F FE 2E 5E 0 0 10E 63 35
Octal 210 17 376 56 136 0 0 416 143 65
Binary 10001000 1111 11111110 101110 1011110 0 0 100001110 1100011 110101

Color Harmonies of #880FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FFE

Black with #880FFE

Text Example


Text Example

White with #880FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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