#8029AA

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

Shades of Vivid Violet #8029AA

Tints of Vivid Violet #8029AA

Color information

#8029AA (or 0x8029AA) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and AA. RGB value is (128,41,170). Sum of RGB (Red+Green+Blue) = 128+41+170=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #8029AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029AA is #7FD655. Grayscale: #515151. Windows color (decimal): -8377942 or 11151744. OLE color: 11151744.

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

Color convert

RGB12841170-
CMYK0.250.7600.33
HSL280.47º61.14%41.37%-
HSV(B)280.47º75.88%66.67%-
XYZ16.959.0838.89-
YUV81.72177.82161.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=37.76%
G=12.09%
B=50.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128411700.250.7600.33280.4761.1441.37
Hex8029AA194C0211183d29
Octal20051252311140414307551
Binary10000000101001101010101100110011000100001100011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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