Html Css Color HEX #8510FF Electric Indigo

📋 copy color: '#8510FF'

red 133 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #8510FF

Tints of Electric Indigo #8510FF

RGB

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

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

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

R = 32.92%
G = 3.96%
B = 63.12%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8510FF (or 0x8510FF) is known color: Electric Indigo. HEX triplet: 85, 10 and FF. RGB value is (133,16,255). Sum of RGB (Red+Green+Blue) = 133+16+255=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8510FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510FF is #7AEF00. Grayscale: #4D4D4D. Windows color (decimal): -8056577 or 16715909. OLE color: 16715909.

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

Color convert

RGB 133 16 255 -
CMYK 0.48 0.94 0 0
HSL 269.37º 1% 0.53% -
HSV(B) 269.37º 0.94% 1% -
XYZ 27.91 12.58 95.56 -
YUV 78.23 227.76 167.07 -
System Red Green Blue C M Y K H S L
Decimal 133 16 255 0.48 0.94 0 0 269.37 1 0.53
Hex 85 10 FF 30 5E 0 0 10D 64 35
Octal 205 20 377 60 136 0 0 415 144 65
Binary 10000101 10000 11111111 110000 1011110 0 0 100001101 1100100 110101

Color Harmonies of #8510FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510FF

Black with #8510FF

Text Example


Text Example

White with #8510FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,16,255); }

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

background-color css

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

 a { background-color: rgb(133,16,255); }

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

border-color css

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

 span { border-color: rgb(133,16,255); }

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