Html Css Color HEX #8210FB Electric Indigo

📋 copy color: '#8210FB'

red 130 ◦ green 16 ◦ blue 251

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

Shades of Electric Indigo #8210FB

Tints of Electric Indigo #8210FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 32.75%
G = 4.03%
B = 63.22%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8210FB (or 0x8210FB) is known color: Electric Indigo. HEX triplet: 82, 10 and FB. RGB value is (130,16,251). Sum of RGB (Red+Green+Blue) = 130+16+251=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #8210FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210FB is #7DEF04. Grayscale: #4C4C4C. Windows color (decimal): -8253189 or 16453762. OLE color: 16453762.

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

Color convert

RGB 130 16 251 -
CMYK 0.48 0.94 0 0.02
HSL 269.11º 0.97% 0.52% -
HSV(B) 269.11º 0.94% 0.98% -
XYZ 26.8 12.08 92.19 -
YUV 76.88 226.27 165.89 -
System Red Green Blue C M Y K H S L
Decimal 130 16 251 0.48 0.94 0 0.02 269.11 0.97 0.52
Hex 82 10 FB 30 5E 0 2 10D 61 34
Octal 202 20 373 60 136 0 2 415 141 64
Binary 10000010 10000 11111011 110000 1011110 0 10 100001101 1100001 110100

Color Harmonies of #8210FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210FB

Black with #8210FB

Text Example


Text Example

White with #8210FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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