#8022AD

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

Shades of Vivid Violet #8022AD

Tints of Vivid Violet #8022AD

Color information

#8022AD (or 0x8022AD) is unknown color: approx Vivid Violet. HEX triplet: 80, 22 and AD. RGB value is (128,34,173). Sum of RGB (Red+Green+Blue) = 128+34+173=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #8022AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8022AD is #7FDD52. Grayscale: #4D4D4D. Windows color (decimal): -8379731 or 11346560. OLE color: 11346560.

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

Color convert

RGB12834173-
CMYK0.260.8000.32
HSL280.58º67.15%40.59%-
HSV(B)280.58º80.35%67.84%-
XYZ17.028.7540.33-
YUV77.95181.64163.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=38.21%
G=10.15%
B=51.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128341730.260.8000.32280.5867.1540.59
Hex8022AD1A500201194329
Octal200422553212004043110351
Binary100000001000101010110111010101000001000001000110011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8022AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8022AD; }

 p { color: rgb(128,34,173); }

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

<style>
 a { background-color: #8022AD; }

 a { background-color: rgb(128,34,173); }

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

<style>
 span { border-color: #8022AD; }

 span { border-color: rgb(128,34,173); }

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