#8810FF

Color #8810FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8810FF

Tints of Electric Indigo #8810FF

Color information

#8810FF (or 0x8810FF) is unknown color: approx Electric Indigo. HEX triplet: 88, 10 and FF. RGB value is (136,16,255). Sum of RGB (Red+Green+Blue) = 136+16+255=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #8810FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8810FF is #77EF00. Grayscale: #4E4E4E. Windows color (decimal): -7859969 or 16715912. OLE color: 16715912.

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

Color convert

RGB13616255-
CMYK0.470.9400
HSL270.13º100%53.14%-
HSV(B)270.13º93.73%100%-
XYZ28.3912.8295.59-
YUV79.13227.26168.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 16 (6.64% from 255) = 3.93%
BLUE value IS 255 (100% from 255) = 62.65%
R=33.42%
G=3.93%
B=62.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal136162550.470.9400270.1310053.14
Hex8810FF2F5E0010e6435
Octal21020377571360041614465
Binary1000100010000111111111011111011110001000011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8810FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8810FF;
 }
 .AnyTagClassName
 {
   color: #8810FF;
 }
</style>
background-color css

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

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

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

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

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

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