#801FAE

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

Shades of Vivid Violet #801FAE

Tints of Vivid Violet #801FAE

Color information

#801FAE (or 0x801FAE) is unknown color: approx Vivid Violet. HEX triplet: 80, 1F and AE. RGB value is (128,31,174). Sum of RGB (Red+Green+Blue) = 128+31+174=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #801FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801FAE is #7FE051. Grayscale: #4B4B4B. Windows color (decimal): -8380498 or 11411328. OLE color: 11411328.

HSL color Cylindrical-coordinate representation of color #801FAE: hue angle of 280.7º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801FAE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12831174-
CMYK0.260.8200.32
HSL280.7º69.76%40.2%-
HSV(B)280.7º82.18%68.24%-
XYZ17.038.6340.81-
YUV76.3183.14164.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=38.44%
G=9.31%
B=52.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128311740.260.8200.32280.769.7640.2
Hex801FAE1A520201194628
Octal200372563212204043110650
Binary10000000111111010111011010101001001000001000110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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