Html Css Color HEX #8500FF Electric Indigo

📋 copy color: '#8500FF'

red 133 ◦ green 0 ◦ blue 255

#8500FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #8500FF

Tints of Electric Indigo #8500FF

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 value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8500FF (or 0x8500FF) is known color: 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

RGB 133 0 255 -
CMYK 0.48 1 0 0
HSL 271.29º 1% 0.5% -
HSV(B) 271.29º 1% 1% -
XYZ 27.72 12.21 95.5 -
YUV 68.84 233.06 173.77 -
System Red Green Blue C M Y K H S L
Decimal 133 0 255 0.48 1 0 0 271.29 1 0.5
Hex 85 0 FF 30 64 0 0 10F 64 32
Octal 205 0 377 60 144 0 0 417 144 62
Binary 10000101 0 11111111 110000 1100100 0 0 100001111 1100100 110010

Color Harmonies of #8500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500FF

Black with #8500FF

Text Example


Text Example

White with #8500FF

Text Example


Text Example

HTML Codes & Css Web 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>