Html Css Color HEX #8111FF Electric Indigo

📋 copy color: '#8111FF'

red 129 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #8111FF

Tints of Electric Indigo #8111FF

RGB

 RED value IS 129 (50.78% from 255) = 32.17%

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

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

R = 32.17%
G = 4.24%
B = 63.59%

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

#8111FF (or 0x8111FF) is known color: Electric Indigo. HEX triplet: 81, 11 and FF. RGB value is (129,17,255). Sum of RGB (Red+Green+Blue) = 129+17+255=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #8111FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111FF is #7EEE00. Grayscale: #4C4C4C. Windows color (decimal): -8318465 or 16716161. OLE color: 16716161.

HSL color Cylindrical-coordinate representation of color #8111FF: hue angle of 268.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 #8111FF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 17 255 -
CMYK 0.49 0.93 0 0
HSL 268.24º 1% 0.53% -
HSV(B) 268.24º 0.93% 1% -
XYZ 27.3 12.29 95.54 -
YUV 77.62 228.11 164.65 -
System Red Green Blue C M Y K H S L
Decimal 129 17 255 0.49 0.93 0 0 268.24 1 0.53
Hex 81 11 FF 31 5D 0 0 10C 64 35
Octal 201 21 377 61 135 0 0 414 144 65
Binary 10000001 10001 11111111 110001 1011101 0 0 100001100 1100100 110101

Color Harmonies of #8111FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111FF

Black with #8111FF

Text Example


Text Example

White with #8111FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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