#8500FF

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

Shades of Electric Indigo #8500FF

Tints of Electric Indigo #8500FF

Color information

#8500FF (or 0x8500FF) is unknown color: approx Electric Indigo. HEX triplet: 85, 00 and FF. RGB value is (133,0,255). Sum of RGB (Red+Green+Blue) = 133+0+255=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #8500FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500FF is #7AFF00. Grayscale: #434343. Windows color (decimal): -8060673 or 16711813. OLE color: 16711813.

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

Color convert

RGB1330255-
CMYK0.48100
HSL271.29º100%50%-
HSV(B)271.29º100%100%-
XYZ27.7212.2195.5-
YUV68.84233.06173.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 65.72%
R=34.28%
G=0%
B=65.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13302550.48100271.2910050
Hex850FF30640010f6432
Octal2050377601440041714462
Binary100001010111111111100001100100001000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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