Html Css Color HEX #8102EE Electric Indigo

📋 copy color: '#8102EE'

red 129 ◦ green 2 ◦ blue 238

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

Shades of Electric Indigo #8102EE

Tints of Electric Indigo #8102EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 34.96%
G = 0.54%
B = 64.5%

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

#8102EE (or 0x8102EE) is known color: Electric Indigo. HEX triplet: 81, 02 and EE. RGB value is (129,2,238). Sum of RGB (Red+Green+Blue) = 129+2+238=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #8102EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8102EE is #7EFD11. Grayscale: #424242. Windows color (decimal): -8322322 or 15598209. OLE color: 15598209.

HSL color Cylindrical-coordinate representation of color #8102EE: hue angle of 272.29º 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 #8102EE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 2 238 -
CMYK 0.46 0.99 0 0.07
HSL 272.29º 0.98% 0.47% -
HSV(B) 272.29º 0.99% 0.93% -
XYZ 24.51 10.88 81.7 -
YUV 66.88 224.58 172.31 -
System Red Green Blue C M Y K H S L
Decimal 129 2 238 0.46 0.99 0 0.07 272.29 0.98 0.47
Hex 81 2 EE 2E 63 0 7 110 62 2F
Octal 201 2 356 56 143 0 7 420 142 57
Binary 10000001 10 11101110 101110 1100011 0 111 100010000 1100010 101111

Color Harmonies of #8102EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8102EE

Black with #8102EE

Text Example


Text Example

White with #8102EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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