Html Css Color HEX #8500FD Electric Indigo

📋 copy color: '#8500FD'

red 133 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #8500FD

Tints of Electric Indigo #8500FD

RGB

 RED value IS 133 (52.34% from 255) = 34.46%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 34.46%
G = 0%
B = 65.54%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8500FD (or 0x8500FD) is known color: Electric Indigo. HEX triplet: 85, 00 and FD. RGB value is (133,0,253). Sum of RGB (Red+Green+Blue) = 133+0+253=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #8500FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500FD is #7AFF02. Grayscale: #434343. Windows color (decimal): -8060675 or 16580741. OLE color: 16580741.

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

Color convert

RGB 133 0 253 -
CMYK 0.47 1 0 0.01
HSL 271.54º 1% 0.5% -
HSV(B) 271.54º 1% 0.99% -
XYZ 27.4 12.08 93.82 -
YUV 68.61 232.06 173.93 -
System Red Green Blue C M Y K H S L
Decimal 133 0 253 0.47 1 0 0.01 271.54 1 0.5
Hex 85 0 FD 2F 64 0 1 110 64 32
Octal 205 0 375 57 144 0 1 420 144 62
Binary 10000101 0 11111101 101111 1100100 0 1 100010000 1100100 110010

Color Harmonies of #8500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500FD

Black with #8500FD

Text Example


Text Example

White with #8500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8500FD;
 }
 .AnyTagClassName
 {
   color: #8500FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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