Html Css Color HEX #8111F9 Electric Indigo

📋 copy color: '#8111F9'

red 129 ◦ green 17 ◦ blue 249

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

Shades of Electric Indigo #8111F9

Tints of Electric Indigo #8111F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.04%

R = 32.66%
G = 4.3%
B = 63.04%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8111F9 (or 0x8111F9) is known color: Electric Indigo. HEX triplet: 81, 11 and F9. RGB value is (129,17,249). Sum of RGB (Red+Green+Blue) = 129+17+249=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #8111F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111F9 is #7EEE06. Grayscale: #4C4C4C. Windows color (decimal): -8318471 or 16322945. OLE color: 16322945.

HSL color Cylindrical-coordinate representation of color #8111F9: hue angle of 268.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8111F9 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 17 249 -
CMYK 0.48 0.93 0 0.02
HSL 268.97º 0.95% 0.52% -
HSV(B) 268.97º 0.93% 0.98% -
XYZ 26.35 11.91 90.53 -
YUV 76.94 225.11 165.14 -
System Red Green Blue C M Y K H S L
Decimal 129 17 249 0.48 0.93 0 0.02 268.97 0.95 0.52
Hex 81 11 F9 30 5D 0 2 10D 5F 34
Octal 201 21 371 60 135 0 2 415 137 64
Binary 10000001 10001 11111001 110000 1011101 0 10 100001101 1011111 110100

Color Harmonies of #8111F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111F9

Black with #8111F9

Text Example


Text Example

White with #8111F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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