#8506FA

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

Shades of Electric Indigo #8506FA

Tints of Electric Indigo #8506FA

Color information

#8506FA (or 0x8506FA) is unknown color: approx Electric Indigo. HEX triplet: 85, 06 and FA. RGB value is (133,6,250). Sum of RGB (Red+Green+Blue) = 133+6+250=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8506FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506FA is #7AF905. Grayscale: #464646. Windows color (decimal): -8059142 or 16385669. OLE color: 16385669.

HSL color Cylindrical-coordinate representation of color #8506FA: hue angle of 271.23º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8506FA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1336250-
CMYK0.470.9800.02
HSL271.23º96.06%50.2%-
HSV(B)271.23º97.6%98.04%-
XYZ26.9912.0291.34-
YUV71.79228.58171.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 250 (98.05% from 255) = 64.27%
R=34.19%
G=1.54%
B=64.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal13362500.470.9800.02271.2396.0650.2
Hex856FA2F620210f6032
Octal2056372571420241714062
Binary100001011101111101010111111000100101000011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8506FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8506FA; }

 p { color: rgb(133,6,250); }

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

<style>
 a { background-color: #8506FA; }

 a { background-color: rgb(133,6,250); }

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

<style>
 span { border-color: #8506FA; }

 span { border-color: rgb(133,6,250); }

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