Html Css Color HEX #8101EF Electric Indigo

📋 copy color: '#8101EF'

red 129 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #8101EF

Tints of Electric Indigo #8101EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 34.96%
G = 0.27%
B = 64.77%

CMYK

 C value IS 0.46

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8101EF (or 0x8101EF) is known color: Electric Indigo. HEX triplet: 81, 01 and EF. RGB value is (129,1,239). Sum of RGB (Red+Green+Blue) = 129+1+239=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #8101EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8101EF is #7EFE10. Grayscale: #414141. Windows color (decimal): -8322577 or 15663489. OLE color: 15663489.

HSL color Cylindrical-coordinate representation of color #8101EF: hue angle of 272.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8101EF is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 1 239 -
CMYK 0.46 1.00 0 0.06
HSL 272.27º 0.99% 0.47% -
HSV(B) 272.27º 1% 0.94% -
XYZ 24.64 10.92 82.47 -
YUV 66.4 225.41 172.65 -
System Red Green Blue C M Y K H S L
Decimal 129 1 239 0.46 1.00 0 0.06 272.27 0.99 0.47
Hex 81 1 EF 2E 64 0 6 110 63 2F
Octal 201 1 357 56 144 0 6 420 143 57
Binary 10000001 1 11101111 101110 1100100 0 110 100010000 1100011 101111

Color Harmonies of #8101EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8101EF

Black with #8101EF

Text Example


Text Example

White with #8101EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8101EF; }

 p { color: rgb(129,1,239); }

 H1.HeaderClassName
 {
   color: #8101EF;
 }
 .AnyTagClassName
 {
   color: #8101EF;
 }
</style>

background-color css

<style>
 a { background-color: #8101EF; }

 a { background-color: rgb(129,1,239); }

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

border-color css

<style>
 span { border-color: #8101EF; }

 span { border-color: rgb(129,1,239); }

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