#8029A9

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

Shades of Vivid Violet #8029A9

Tints of Vivid Violet #8029A9

Color information

#8029A9 (or 0x8029A9) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and A9. RGB value is (128,41,169). Sum of RGB (Red+Green+Blue) = 128+41+169=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #8029A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029A9 is #7FD656. Grayscale: #515151. Windows color (decimal): -8377943 or 11086208. OLE color: 11086208.

HSL color Cylindrical-coordinate representation of color #8029A9: hue angle of 280.78º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8029A9 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12841169-
CMYK0.240.7600.34
HSL280.78º60.95%41.18%-
HSV(B)280.78º75.74%66.27%-
XYZ16.869.0438.39-
YUV81.6177.32161.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 169 (66.41% from 255) = 50%
R=37.87%
G=12.13%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128411690.240.7600.34280.7860.9541.18
Hex8029A9184C0221193d29
Octal20051251301140424317551
Binary10000000101001101010011100010011000100010100011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8029A9; }

 p { color: rgb(128,41,169); }

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

<style>
 a { background-color: #8029A9; }

 a { background-color: rgb(128,41,169); }

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

<style>
 span { border-color: #8029A9; }

 span { border-color: rgb(128,41,169); }

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