#801FA6

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

Shades of Vivid Violet #801FA6

Tints of Vivid Violet #801FA6

Color information

#801FA6 (or 0x801FA6) is unknown color: approx Vivid Violet. HEX triplet: 80, 1F and A6. RGB value is (128,31,166). Sum of RGB (Red+Green+Blue) = 128+31+166=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #801FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801FA6 is #7FE059. Grayscale: #4A4A4A. Windows color (decimal): -8380506 or 10887040. OLE color: 10887040.

HSL color Cylindrical-coordinate representation of color #801FA6: hue angle of 283.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801FA6 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12831166-
CMYK0.230.8100.35
HSL283.11º68.53%38.63%-
HSV(B)283.11º81.33%65.1%-
XYZ16.288.3236.82-
YUV75.39179.14165.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=39.38%
G=9.54%
B=51.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128311660.230.8100.35283.1168.5338.63
Hex801FA6175102311b4527
Octal200372462712104343310547
Binary10000000111111010011010111101000101000111000110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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