#8021AE

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

Shades of Vivid Violet #8021AE

Tints of Vivid Violet #8021AE

Color information

#8021AE (or 0x8021AE) is unknown color: approx Vivid Violet. HEX triplet: 80, 21 and AE. RGB value is (128,33,174). Sum of RGB (Red+Green+Blue) = 128+33+174=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #8021AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8021AE is #7FDE51. Grayscale: #4D4D4D. Windows color (decimal): -8379986 or 11411840. OLE color: 11411840.

HSL color Cylindrical-coordinate representation of color #8021AE: hue angle of 280.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8021AE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12833174-
CMYK0.260.8100.32
HSL280.43º68.12%40.59%-
HSV(B)280.43º81.03%68.24%-
XYZ17.098.7340.83-
YUV77.48182.47164.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=38.21%
G=9.85%
B=51.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128331740.260.8100.32280.4368.1240.59
Hex8021AE1A510201184429
Octal200412563212104043010451
Binary100000001000011010111011010101000101000001000110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8021AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8021AE; }

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

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

<style>
 a { background-color: #8021AE; }

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

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

<style>
 span { border-color: #8021AE; }

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

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