#8029AB

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

Shades of Vivid Violet #8029AB

Tints of Vivid Violet #8029AB

Color information

#8029AB (or 0x8029AB) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and AB. RGB value is (128,41,171). Sum of RGB (Red+Green+Blue) = 128+41+171=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8029AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029AB is #7FD654. Grayscale: #515151. Windows color (decimal): -8377941 or 11217280. OLE color: 11217280.

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

Color convert

RGB12841171-
CMYK0.250.7600.33
HSL280.15º61.32%41.57%-
HSV(B)280.15º76.02%67.06%-
XYZ17.059.1239.39-
YUV81.83178.32160.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=37.65%
G=12.06%
B=50.29%

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
Decimal128411710.250.7600.33280.1561.3241.57
Hex8029AB194C0211183d2a
Octal20051253311140414307552
Binary10000000101001101010111100110011000100001100011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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