Html Css Color HEX #880FFF Electric Indigo

📋 copy color: '#880FFF'

red 136 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #880FFF

Tints of Electric Indigo #880FFF

RGB

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

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

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

R = 33.5%
G = 3.69%
B = 62.81%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#880FFF (or 0x880FFF) is known color: Electric Indigo. HEX triplet: 88, 0F and FF. RGB value is (136,15,255). Sum of RGB (Red+Green+Blue) = 136+15+255=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #880FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FFF is #77F000. Grayscale: #4D4D4D. Windows color (decimal): -7860225 or 16715656. OLE color: 16715656.

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

Color convert

RGB 136 15 255 -
CMYK 0.47 0.94 0 0
HSL 270.25º 1% 0.53% -
HSV(B) 270.25º 0.94% 1% -
XYZ 28.37 12.8 95.58 -
YUV 78.54 227.59 168.99 -
System Red Green Blue C M Y K H S L
Decimal 136 15 255 0.47 0.94 0 0 270.25 1 0.53
Hex 88 F FF 2F 5E 0 0 10E 64 35
Octal 210 17 377 57 136 0 0 416 144 65
Binary 10001000 1111 11111111 101111 1011110 0 0 100001110 1100100 110101

Color Harmonies of #880FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FFF

Black with #880FFF

Text Example


Text Example

White with #880FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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