Html Css Color HEX #8312FE Electric Indigo

📋 copy color: '#8312FE'

red 131 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #8312FE

Tints of Electric Indigo #8312FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.47%

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

R = 32.51%
G = 4.47%
B = 63.03%

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

#8312FE (or 0x8312FE) is known color: Electric Indigo. HEX triplet: 83, 12 and FE. RGB value is (131,18,254). Sum of RGB (Red+Green+Blue) = 131+18+254=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8312FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312FE is #7CED01. Grayscale: #4D4D4D. Windows color (decimal): -8187138 or 16650883. OLE color: 16650883.

HSL color Cylindrical-coordinate representation of color #8312FE: hue angle of 268.73º 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 #8312FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 18 254 -
CMYK 0.48 0.93 0 0.00
HSL 268.73º 0.99% 0.53% -
HSV(B) 268.73º 0.93% 1% -
XYZ 27.47 12.41 94.71 -
YUV 78.69 226.94 165.31 -
System Red Green Blue C M Y K H S L
Decimal 131 18 254 0.48 0.93 0 0.00 268.73 0.99 0.53
Hex 83 12 FE 30 5D 0 0 10D 63 35
Octal 203 22 376 60 135 0 0 415 143 65
Binary 10000011 10010 11111110 110000 1011101 0 0 100001101 1100011 110101

Color Harmonies of #8312FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312FE

Black with #8312FE

Text Example


Text Example

White with #8312FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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