#801EF9

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

Shades of Blue Violet #801EF9

Tints of Blue Violet #801EF9

Color information

#801EF9 (or 0x801EF9) is unknown color: approx Blue Violet. HEX triplet: 80, 1E and F9. RGB value is (128,30,249). Sum of RGB (Red+Green+Blue) = 128+30+249=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #801EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EF9 is #7FE106. Grayscale: #535353. Windows color (decimal): -8380679 or 16326272. OLE color: 16326272.

HSL color Cylindrical-coordinate representation of color #801EF9: hue angle of 266.85º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801EF9 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12830249-
CMYK0.490.8800.02
HSL266.85º94.81%54.71%-
HSV(B)266.85º87.95%97.65%-
XYZ26.4712.3690.61-
YUV84.27220.97159.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 249 (97.66% from 255) = 61.18%
R=31.45%
G=7.37%
B=61.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128302490.490.8800.02266.8594.8154.71
Hex801EF931580210b5f37
Octal20036371611300241313767
Binary10000000111101111100111000110110000101000010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,30,249); }

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

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

 a { background-color: rgb(128,30,249); }

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

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

 span { border-color: rgb(128,30,249); }

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