#8500F2

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

Shades of Electric Indigo #8500F2

Tints of Electric Indigo #8500F2

Color information

#8500F2 (or 0x8500F2) is unknown color: approx Electric Indigo. HEX triplet: 85, 00 and F2. RGB value is (133,0,242). Sum of RGB (Red+Green+Blue) = 133+0+242=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #8500F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500F2 is #7AFF0D. Grayscale: #424242. Windows color (decimal): -8060686 or 15859845. OLE color: 15859845.

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

Color convert

RGB1330242-
CMYK0.45100.05
HSL272.98º100%47.45%-
HSV(B)272.98º100%94.9%-
XYZ25.711.484.85-
YUV67.35226.56174.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 242 (94.92% from 255) = 64.53%
R=35.47%
G=0%
B=64.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13302420.45100.05272.9810047.45
Hex850F22D6405111642f
Octal2050362551440542114457
Binary10000101011110010101101110010001011000100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8500F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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