Html Css Color HEX #8111FD Electric Indigo

📋 copy color: '#8111FD'

red 129 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #8111FD

Tints of Electric Indigo #8111FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 32.33%
G = 4.26%
B = 63.41%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8111FD (or 0x8111FD) is known color: Electric Indigo. HEX triplet: 81, 11 and FD. RGB value is (129,17,253). Sum of RGB (Red+Green+Blue) = 129+17+253=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #8111FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111FD is #7EEE02. Grayscale: #4C4C4C. Windows color (decimal): -8318467 or 16585089. OLE color: 16585089.

HSL color Cylindrical-coordinate representation of color #8111FD: hue angle of 268.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8111FD is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 17 253 -
CMYK 0.49 0.93 0 0.01
HSL 268.47º 0.98% 0.53% -
HSV(B) 268.47º 0.93% 0.99% -
XYZ 26.98 12.16 93.85 -
YUV 77.39 227.11 164.81 -
System Red Green Blue C M Y K H S L
Decimal 129 17 253 0.49 0.93 0 0.01 268.47 0.98 0.53
Hex 81 11 FD 31 5D 0 1 10C 62 35
Octal 201 21 375 61 135 0 1 414 142 65
Binary 10000001 10001 11111101 110001 1011101 0 1 100001100 1100010 110101

Color Harmonies of #8111FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111FD

Black with #8111FD

Text Example


Text Example

White with #8111FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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