Html Css Color HEX #8215FF Electric Indigo

📋 copy color: '#8215FF'

red 130 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #8215FF

Tints of Electric Indigo #8215FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 255 (100% from 255) = 62.81%

R = 32.02%
G = 5.17%
B = 62.81%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8215FF (or 0x8215FF) is known color: Electric Indigo. HEX triplet: 82, 15 and FF. RGB value is (130,21,255). Sum of RGB (Red+Green+Blue) = 130+21+255=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #8215FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8215FF is #7DEA00. Grayscale: #4F4F4F. Windows color (decimal): -8251905 or 16717186. OLE color: 16717186.

HSL color Cylindrical-coordinate representation of color #8215FF: hue angle of 267.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8215FF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 21 255 -
CMYK 0.49 0.92 0 0
HSL 267.95º 1% 0.54% -
HSV(B) 267.95º 0.92% 1% -
XYZ 27.52 12.5 95.57 -
YUV 80.27 226.61 163.47 -
System Red Green Blue C M Y K H S L
Decimal 130 21 255 0.49 0.92 0 0 267.95 1 0.54
Hex 82 15 FF 31 5C 0 0 10C 64 36
Octal 202 25 377 61 134 0 0 414 144 66
Binary 10000010 10101 11111111 110001 1011100 0 0 100001100 1100100 110110

Color Harmonies of #8215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215FF

Black with #8215FF

Text Example


Text Example

White with #8215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8215FF; }

 p { color: rgb(130,21,255); }

 H1.HeaderClassName
 {
   color: #8215FF;
 }
 .AnyTagClassName
 {
   color: #8215FF;
 }
</style>

background-color css

<style>
 a { background-color: #8215FF; }

 a { background-color: rgb(130,21,255); }

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

border-color css

<style>
 span { border-color: #8215FF; }

 span { border-color: rgb(130,21,255); }

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