Html Css Color HEX #8213FC Electric Indigo

📋 copy color: '#8213FC'

red 130 ◦ green 19 ◦ blue 252

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

Shades of Electric Indigo #8213FC

Tints of Electric Indigo #8213FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

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

R = 32.42%
G = 4.74%
B = 62.84%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8213FC (or 0x8213FC) is known color: Electric Indigo. HEX triplet: 82, 13 and FC. RGB value is (130,19,252). Sum of RGB (Red+Green+Blue) = 130+19+252=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #8213FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8213FC is #7DEC03. Grayscale: #4D4D4D. Windows color (decimal): -8252420 or 16520066. OLE color: 16520066.

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

Color convert

RGB 130 19 252 -
CMYK 0.48 0.92 0 0.01
HSL 268.58º 0.97% 0.53% -
HSV(B) 268.58º 0.92% 0.99% -
XYZ 27.01 12.24 93.03 -
YUV 78.75 225.77 164.55 -
System Red Green Blue C M Y K H S L
Decimal 130 19 252 0.48 0.92 0 0.01 268.58 0.97 0.53
Hex 82 13 FC 30 5C 0 1 10D 61 35
Octal 202 23 374 60 134 0 1 415 141 65
Binary 10000010 10011 11111100 110000 1011100 0 1 100001101 1100001 110101

Color Harmonies of #8213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213FC

Black with #8213FC

Text Example


Text Example

White with #8213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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