#801FDE

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

Shades of Blue Violet #801FDE

Tints of Blue Violet #801FDE

Color information

#801FDE (or 0x801FDE) is unknown color: approx Blue Violet. HEX triplet: 80, 1F and DE. RGB value is (128,31,222). Sum of RGB (Red+Green+Blue) = 128+31+222=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #801FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FDE is #7FE021. Grayscale: #515151. Windows color (decimal): -8380450 or 14557056. OLE color: 14557056.

HSL color Cylindrical-coordinate representation of color #801FDE: hue angle of 270.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801FDE is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12831222-
CMYK0.420.8600.13
HSL270.47º75.49%49.61%-
HSV(B)270.47º86.04%87.06%-
XYZ22.5810.8470.01-
YUV81.78207.14160.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=33.60%
G=8.14%
B=58.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128312220.420.8600.13270.4775.4949.61
Hex801FDE2A560D10e4b32
Octal200373365212601541611362
Binary1000000011111110111101010101010110011011000011101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,31,222); }

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

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

 a { background-color: rgb(128,31,222); }

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

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

 span { border-color: rgb(128,31,222); }

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