#8511FF

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

Shades of Electric Indigo #8511FF

Tints of Electric Indigo #8511FF

Color information

#8511FF (or 0x8511FF) is unknown color: approx Electric Indigo. HEX triplet: 85, 11 and FF. RGB value is (133,17,255). Sum of RGB (Red+Green+Blue) = 133+17+255=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 17 (7.03% from 255 or 4.20% 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 #8511FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511FF is #7AEE00. Grayscale: #4D4D4D. Windows color (decimal): -8056321 or 16716165. OLE color: 16716165.

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

Color convert

RGB13317255-
CMYK0.480.9300
HSL269.24º100%53.33%-
HSV(B)269.24º93.33%100%-
XYZ27.9212.6195.57-
YUV78.82227.43166.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 17 (7.03% from 255) = 4.20%
BLUE value IS 255 (100% from 255) = 62.96%
R=32.84%
G=4.20%
B=62.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133172550.480.9300269.2410053.33
Hex8511FF305D0010d6435
Octal20521377601350041514465
Binary1000010110001111111111100001011101001000011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8511FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,17,255); }

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

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

 a { background-color: rgb(133,17,255); }

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

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

 span { border-color: rgb(133,17,255); }

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