Html Css Color HEX #8102ED Electric Indigo

📋 copy color: '#8102ED'

red 129 ◦ green 2 ◦ blue 237

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

Shades of Electric Indigo #8102ED

Tints of Electric Indigo #8102ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 35.05%
G = 0.54%
B = 64.4%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8102ED (or 0x8102ED) is known color: Electric Indigo. HEX triplet: 81, 02 and ED. RGB value is (129,2,237). Sum of RGB (Red+Green+Blue) = 129+2+237=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #8102ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8102ED is #7EFD12. Grayscale: #414141. Windows color (decimal): -8322323 or 15532673. OLE color: 15532673.

HSL color Cylindrical-coordinate representation of color #8102ED: hue angle of 272.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102ED is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 2 237 -
CMYK 0.46 0.99 0 0.07
HSL 272.43º 0.98% 0.47% -
HSV(B) 272.43º 0.99% 0.93% -
XYZ 24.36 10.82 80.93 -
YUV 66.76 224.08 172.39 -
System Red Green Blue C M Y K H S L
Decimal 129 2 237 0.46 0.99 0 0.07 272.43 0.98 0.47
Hex 81 2 ED 2E 63 0 7 110 62 2F
Octal 201 2 355 56 143 0 7 420 142 57
Binary 10000001 10 11101101 101110 1100011 0 111 100010000 1100010 101111

Color Harmonies of #8102ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8102ED

Black with #8102ED

Text Example


Text Example

White with #8102ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8102ED; }

 p { color: rgb(129,2,237); }

 H1.HeaderClassName
 {
   color: #8102ED;
 }
 .AnyTagClassName
 {
   color: #8102ED;
 }
</style>

background-color css

<style>
 a { background-color: #8102ED; }

 a { background-color: rgb(129,2,237); }

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

border-color css

<style>
 span { border-color: #8102ED; }

 span { border-color: rgb(129,2,237); }

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