#801dfe

Color #801DFE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #801DFE

Tints of Blue Violet #801DFE

Color information

#801DFE (or 0x801DFE) is unknown color: approx Blue Violet. HEX triplet: 80, 1D and FE. RGB value is (128,29,254). Sum of RGB (Red+Green+Blue) = 128+29+254=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #801DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801DFE is #7FE201. Grayscale: #535353. Windows color (decimal): -8380930 or 16653696. OLE color: 16653696.

HSL color Cylindrical-coordinate representation of color #801DFE: hue angle of 266.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801DFE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12829254-
CMYK0.500.8900.00
HSL266.4º99.12%55.49%-
HSV(B)266.4º88.58%99.61%-
XYZ27.2312.6294.77-
YUV84.25223.8159.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 29 (11.72% from 255) = 7.06%
BLUE value IS 254 (99.61% from 255) = 61.80%
R=31.14%
G=7.06%
B=61.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal128292540.500.8900.00266.499.1255.49
Hex801DFE32590010a6337
Octal20035376621310041214367
Binary1000000011101111111101100101011001001000010101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801dfe; }

 p { color: rgb(128,29,254); }

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

<style>
 a { background-color: #801dfe; }

 a { background-color: rgb(128,29,254); }

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

<style>
 span { border-color: #801dfe; }

 span { border-color: rgb(128,29,254); }

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