Html Css Color HEX #8310FE Electric Indigo

📋 copy color: '#8310FE'

red 131 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #8310FE

Tints of Electric Indigo #8310FE

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

 GREEN value IS 16 (6.64% from 255) = 3.99%

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

R = 32.67%
G = 3.99%
B = 63.34%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8310FE (or 0x8310FE) is known color: Electric Indigo. HEX triplet: 83, 10 and FE. RGB value is (131,16,254). Sum of RGB (Red+Green+Blue) = 131+16+254=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #8310FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8310FE is #7CEF01. Grayscale: #4C4C4C. Windows color (decimal): -8187650 or 16650371. OLE color: 16650371.

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

Color convert

RGB 131 16 254 -
CMYK 0.48 0.94 0 0.00
HSL 268.99º 0.99% 0.53% -
HSV(B) 268.99º 0.94% 1% -
XYZ 27.43 12.35 94.7 -
YUV 77.52 227.6 166.15 -
System Red Green Blue C M Y K H S L
Decimal 131 16 254 0.48 0.94 0 0.00 268.99 0.99 0.53
Hex 83 10 FE 30 5E 0 0 10D 63 35
Octal 203 20 376 60 136 0 0 415 143 65
Binary 10000011 10000 11111110 110000 1011110 0 0 100001101 1100011 110101

Color Harmonies of #8310FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310FE

Black with #8310FE

Text Example


Text Example

White with #8310FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,16,254); }

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

background-color css

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

 a { background-color: rgb(131,16,254); }

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

border-color css

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

 span { border-color: rgb(131,16,254); }

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