Html Css Color HEX #8300FF Electric Indigo

📋 copy color: '#8300FF'

red 131 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #8300FF

Tints of Electric Indigo #8300FF

RGB

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

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

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

R = 33.94%
G = 0%
B = 66.06%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8300FF (or 0x8300FF) is known color: Electric Indigo. HEX triplet: 83, 00 and FF. RGB value is (131,0,255). Sum of RGB (Red+Green+Blue) = 131+0+255=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #8300FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300FF is #7CFF00. Grayscale: #434343. Windows color (decimal): -8191745 or 16711811. OLE color: 16711811.

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

Color convert

RGB 131 0 255 -
CMYK 0.49 1 0 0
HSL 270.82º 1% 0.5% -
HSV(B) 270.82º 1% 1% -
XYZ 27.41 12.05 95.49 -
YUV 68.24 233.4 172.77 -
System Red Green Blue C M Y K H S L
Decimal 131 0 255 0.49 1 0 0 270.82 1 0.5
Hex 83 0 FF 31 64 0 0 10F 64 32
Octal 203 0 377 61 144 0 0 417 144 62
Binary 10000011 0 11111111 110001 1100100 0 0 100001111 1100100 110010

Color Harmonies of #8300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300FF

Black with #8300FF

Text Example


Text Example

White with #8300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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