Html Css Color HEX #8511FF Electric Indigo

📋 copy color: '#8511FF'

red 133 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #8511FF

Tints of Electric Indigo #8511FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 32.84%
G = 4.2%
B = 62.96%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8511FF (or 0x8511FF) is known color: Electric Indigo. HEX triplet: 85, 11 and FF. RGB value is (133,17,255). Sum of RGB (Red+Green+Blue) = 133+17+255=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 17 (7.03% from 255 or 4.20% 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 #8511FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511FF is #7AEE00. Grayscale: #4D4D4D. Windows color (decimal): -8056321 or 16716165. OLE color: 16716165.

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

Color convert

RGB 133 17 255 -
CMYK 0.48 0.93 0 0
HSL 269.24º 1% 0.53% -
HSV(B) 269.24º 0.93% 1% -
XYZ 27.92 12.61 95.57 -
YUV 78.82 227.43 166.65 -
System Red Green Blue C M Y K H S L
Decimal 133 17 255 0.48 0.93 0 0 269.24 1 0.53
Hex 85 11 FF 30 5D 0 0 10D 64 35
Octal 205 21 377 60 135 0 0 415 144 65
Binary 10000101 10001 11111111 110000 1011101 0 0 100001101 1100100 110101

Color Harmonies of #8511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511FF

Black with #8511FF

Text Example


Text Example

White with #8511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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