#8020AB

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

Shades of Vivid Violet #8020AB

Tints of Vivid Violet #8020AB

Color information

#8020AB (or 0x8020AB) is unknown color: approx Vivid Violet. HEX triplet: 80, 20 and AB. RGB value is (128,32,171). Sum of RGB (Red+Green+Blue) = 128+32+171=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #8020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8020AB is #7FDF54. Grayscale: #4C4C4C. Windows color (decimal): -8380245 or 11214976. OLE color: 11214976.

HSL color Cylindrical-coordinate representation of color #8020AB: hue angle of 281.44º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8020AB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12832171-
CMYK0.250.8100.33
HSL281.44º68.47%39.8%-
HSV(B)281.44º81.29%67.06%-
XYZ16.778.5639.3-
YUV76.55181.3164.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=38.67%
G=9.67%
B=51.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128321710.250.8100.33281.4468.4739.8
Hex8020AB19510211194428
Octal200402533112104143110450
Binary100000001000001010101111001101000101000011000110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8020AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8020AB; }

 p { color: rgb(128,32,171); }

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

<style>
 a { background-color: #8020AB; }

 a { background-color: rgb(128,32,171); }

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

<style>
 span { border-color: #8020AB; }

 span { border-color: rgb(128,32,171); }

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