Html Css Color HEX #8313FF Electric Indigo

📋 copy color: '#8313FF'

red 131 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #8313FF

Tints of Electric Indigo #8313FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.69%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 32.35%
G = 4.69%
B = 62.96%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8313FF (or 0x8313FF) is known color: Electric Indigo. HEX triplet: 83, 13 and FF. RGB value is (131,19,255). Sum of RGB (Red+Green+Blue) = 131+19+255=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8313FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8313FF is #7CEC00. Grayscale: #4E4E4E. Windows color (decimal): -8186881 or 16716675. OLE color: 16716675.

HSL color Cylindrical-coordinate representation of color #8313FF: hue angle of 268.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8313FF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 19 255 -
CMYK 0.49 0.93 0 0
HSL 268.47º 1% 0.54% -
HSV(B) 268.47º 0.93% 1% -
XYZ 27.64 12.51 95.57 -
YUV 79.39 227.11 164.81 -
System Red Green Blue C M Y K H S L
Decimal 131 19 255 0.49 0.93 0 0 268.47 1 0.54
Hex 83 13 FF 31 5D 0 0 10C 64 36
Octal 203 23 377 61 135 0 0 414 144 66
Binary 10000011 10011 11111111 110001 1011101 0 0 100001100 1100100 110110

Color Harmonies of #8313FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313FF

Black with #8313FF

Text Example


Text Example

White with #8313FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8313FF; }

 p { color: rgb(131,19,255); }

 H1.HeaderClassName
 {
   color: #8313FF;
 }
 .AnyTagClassName
 {
   color: #8313FF;
 }
</style>

background-color css

<style>
 a { background-color: #8313FF; }

 a { background-color: rgb(131,19,255); }

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

border-color css

<style>
 span { border-color: #8313FF; }

 span { border-color: rgb(131,19,255); }

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