#800fff

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

Shades of Electric Indigo #800FFF

Tints of Electric Indigo #800FFF

Color information

#800FFF (or 0x800FFF) is unknown color: approx Electric Indigo. HEX triplet: 80, 0F and FF. RGB value is (128,15,255). Sum of RGB (Red+Green+Blue) = 128+15+255=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #800FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FFF is #7FF000. Grayscale: #4B4B4B. Windows color (decimal): -8384513 or 16715648. OLE color: 16715648.

HSL color Cylindrical-coordinate representation of color #800FFF: hue angle of 268.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800FFF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12815255-
CMYK0.500.9400
HSL268.25º100%52.94%-
HSV(B)268.25º94.12%100%-
XYZ27.1212.1595.52-
YUV76.15228.94164.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 255 (100% from 255) = 64.07%
R=32.16%
G=3.77%
B=64.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal128152550.500.9400268.2510052.94
Hex80FFF325E0010c6435
Octal20017377621360041414465
Binary100000001111111111111100101011110001000011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800fff; }

 p { color: rgb(128,15,255); }

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

<style>
 a { background-color: #800fff; }

 a { background-color: rgb(128,15,255); }

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

<style>
 span { border-color: #800fff; }

 span { border-color: rgb(128,15,255); }

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