Html Css Color HEX #8511FE Electric Indigo

📋 copy color: '#8511FE'

red 133 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #8511FE

Tints of Electric Indigo #8511FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 32.92%
G = 4.21%
B = 62.87%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8511FE (or 0x8511FE) is known color: Electric Indigo. HEX triplet: 85, 11 and FE. RGB value is (133,17,254). Sum of RGB (Red+Green+Blue) = 133+17+254=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8511FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511FE is #7AEE01. Grayscale: #4D4D4D. Windows color (decimal): -8056322 or 16650629. OLE color: 16650629.

HSL color Cylindrical-coordinate representation of color #8511FE: hue angle of 269.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8511FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 17 254 -
CMYK 0.48 0.93 0 0.00
HSL 269.37º 0.99% 0.53% -
HSV(B) 269.37º 0.93% 1% -
XYZ 27.76 12.54 94.72 -
YUV 78.7 226.93 166.73 -
System Red Green Blue C M Y K H S L
Decimal 133 17 254 0.48 0.93 0 0.00 269.37 0.99 0.53
Hex 85 11 FE 30 5D 0 0 10D 63 35
Octal 205 21 376 60 135 0 0 415 143 65
Binary 10000101 10001 11111110 110000 1011101 0 0 100001101 1100011 110101

Color Harmonies of #8511FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511FE

Black with #8511FE

Text Example


Text Example

White with #8511FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8511FE; }

 p { color: rgb(133,17,254); }

 H1.HeaderClassName
 {
   color: #8511FE;
 }
 .AnyTagClassName
 {
   color: #8511FE;
 }
</style>

background-color css

<style>
 a { background-color: #8511FE; }

 a { background-color: rgb(133,17,254); }

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

border-color css

<style>
 span { border-color: #8511FE; }

 span { border-color: rgb(133,17,254); }

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