#801AED

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

Shades of Blue Violet #801AED

Tints of Blue Violet #801AED

Color information

#801AED (or 0x801AED) is unknown color: approx Blue Violet. HEX triplet: 80, 1A and ED. RGB value is (128,26,237). Sum of RGB (Red+Green+Blue) = 128+26+237=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #801AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801AED is #7FE512. Grayscale: #4F4F4F. Windows color (decimal): -8381715 or 15538816. OLE color: 15538816.

HSL color Cylindrical-coordinate representation of color #801AED: hue angle of 269º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801AED is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12826237-
CMYK0.460.8900.07
HSL269º85.43%51.57%-
HSV(B)269º89.03%92.94%-
XYZ24.5611.4481.04-
YUV80.55216.29161.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 26 (10.55% from 255) = 6.65%
BLUE value IS 237 (92.97% from 255) = 60.61%
R=32.74%
G=6.65%
B=60.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128262370.460.8900.0726985.4351.57
Hex801AED2E590710d5534
Octal20032355561310741512564
Binary100000001101011101101101110101100101111000011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,237); }

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

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

 a { background-color: rgb(128,26,237); }

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

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

 span { border-color: rgb(128,26,237); }

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