#8512FD

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

Shades of Electric Indigo #8512FD

Tints of Electric Indigo #8512FD

Color information

#8512FD (or 0x8512FD) is unknown color: approx Electric Indigo. HEX triplet: 85, 12 and FD. RGB value is (133,18,253). Sum of RGB (Red+Green+Blue) = 133+18+253=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #8512FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512FD is #7AED02. Grayscale: #4E4E4E. Windows color (decimal): -8056067 or 16585349. OLE color: 16585349.

HSL color Cylindrical-coordinate representation of color #8512FD: hue angle of 269.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512FD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13318253-
CMYK0.470.9300.01
HSL269.36º98.33%53.14%-
HSV(B)269.36º92.89%99.22%-
XYZ27.6212.5193.89-
YUV79.18226.1166.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 18 (7.42% from 255) = 4.46%
BLUE value IS 253 (99.22% from 255) = 62.62%
R=32.92%
G=4.46%
B=62.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133182530.470.9300.01269.3698.3353.14
Hex8512FD2F5D0110d6235
Octal20522375571350141514265
Binary1000010110010111111011011111011101011000011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8512FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8512FD; }

 p { color: rgb(133,18,253); }

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

<style>
 a { background-color: #8512FD; }

 a { background-color: rgb(133,18,253); }

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

<style>
 span { border-color: #8512FD; }

 span { border-color: rgb(133,18,253); }

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