Html Css Color HEX #8104F2 Electric Indigo

📋 copy color: '#8104F2'

red 129 ◦ green 4 ◦ blue 242

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

Shades of Electric Indigo #8104F2

Tints of Electric Indigo #8104F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 242 (94.92% from 255) = 64.53%

R = 34.4%
G = 1.07%
B = 64.53%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8104F2 (or 0x8104F2) is known color: Electric Indigo. HEX triplet: 81, 04 and F2. RGB value is (129,4,242). Sum of RGB (Red+Green+Blue) = 129+4+242=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #8104F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8104F2 is #7EFB0D. Grayscale: #434343. Windows color (decimal): -8321806 or 15860865. OLE color: 15860865.

HSL color Cylindrical-coordinate representation of color #8104F2: hue angle of 271.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104F2 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 4 242 -
CMYK 0.47 0.98 0 0.05
HSL 271.51º 0.97% 0.48% -
HSV(B) 271.51º 0.98% 0.95% -
XYZ 25.12 11.16 84.84 -
YUV 68.51 225.91 171.15 -
System Red Green Blue C M Y K H S L
Decimal 129 4 242 0.47 0.98 0 0.05 271.51 0.97 0.48
Hex 81 4 F2 2F 62 0 5 110 61 30
Octal 201 4 362 57 142 0 5 420 141 60
Binary 10000001 100 11110010 101111 1100010 0 101 100010000 1100001 110000

Color Harmonies of #8104F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8104F2

Black with #8104F2

Text Example


Text Example

White with #8104F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8104F2; }

 p { color: rgb(129,4,242); }

 H1.HeaderClassName
 {
   color: #8104F2;
 }
 .AnyTagClassName
 {
   color: #8104F2;
 }
</style>

background-color css

<style>
 a { background-color: #8104F2; }

 a { background-color: rgb(129,4,242); }

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

border-color css

<style>
 span { border-color: #8104F2; }

 span { border-color: rgb(129,4,242); }

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