Html Css Color HEX #8210FC Electric Indigo

📋 copy color: '#8210FC'

red 130 ◦ green 16 ◦ blue 252

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

Shades of Electric Indigo #8210FC

Tints of Electric Indigo #8210FC

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 16 (6.64% from 255) = 4.02%

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 32.66%
G = 4.02%
B = 63.32%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8210FC (or 0x8210FC) is known color: Electric Indigo. HEX triplet: 82, 10 and FC. RGB value is (130,16,252). Sum of RGB (Red+Green+Blue) = 130+16+252=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #8210FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210FC is #7DEF03. Grayscale: #4C4C4C. Windows color (decimal): -8253188 or 16519298. OLE color: 16519298.

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

Color convert

RGB 130 16 252 -
CMYK 0.48 0.94 0 0.01
HSL 268.98º 0.98% 0.53% -
HSV(B) 268.98º 0.94% 0.99% -
XYZ 26.96 12.14 93.02 -
YUV 76.99 226.77 165.81 -
System Red Green Blue C M Y K H S L
Decimal 130 16 252 0.48 0.94 0 0.01 268.98 0.98 0.53
Hex 82 10 FC 30 5E 0 1 10D 62 35
Octal 202 20 374 60 136 0 1 415 142 65
Binary 10000010 10000 11111100 110000 1011110 0 1 100001101 1100010 110101

Color Harmonies of #8210FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210FC

Black with #8210FC

Text Example


Text Example

White with #8210FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8210FC; }

 p { color: rgb(130,16,252); }

 H1.HeaderClassName
 {
   color: #8210FC;
 }
 .AnyTagClassName
 {
   color: #8210FC;
 }
</style>

background-color css

<style>
 a { background-color: #8210FC; }

 a { background-color: rgb(130,16,252); }

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

border-color css

<style>
 span { border-color: #8210FC; }

 span { border-color: rgb(130,16,252); }

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