#8A05FC

Color #8A05FC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8A05FC

Tints of Electric Indigo #8A05FC

Color information

#8A05FC (or 0x8A05FC) is unknown color: approx Electric Indigo. HEX triplet: 8A, 05 and FC. RGB value is (138,5,252). Sum of RGB (Red+Green+Blue) = 138+5+252=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A05FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A05FC is #75FA03. Grayscale: #484848. Windows color (decimal): -7731716 or 16516490. OLE color: 16516490.

HSL color Cylindrical-coordinate representation of color #8A05FC: hue angle of 272.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05FC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1385252-
CMYK0.450.9800.01
HSL272.31º97.63%50.39%-
HSV(B)272.31º98.02%98.82%-
XYZ28.1112.5493.03-
YUV72.93229.06174.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 252 (98.83% from 255) = 63.80%
R=34.94%
G=1.27%
B=63.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal13852520.450.9800.01272.3197.6350.39
Hex8A5FC2D62011106232
Octal2125374551420142014262
Binary10001010101111111001011011100010011000100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A05FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A05FC; }

 p { color: rgb(138,5,252); }

 H1.HeaderClassName
 {
   color: #8A05FC;
 }
 .AnyTagClassName
 {
   color: #8A05FC;
 }
</style>
background-color css

<style>
 a { background-color: #8A05FC; }

 a { background-color: rgb(138,5,252); }

 div.DivClassName
 {
   background-color: #8A05FC;
 }
 .BgClassName
 {
   background-color: #8A05FC;
 }
</style>
border-color css

<style>
 span { border-color: #8A05FC; }

 span { border-color: rgb(138,5,252); }

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