#814080

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

Shades of Vivid Violet #814080

Tints of Vivid Violet #814080

Color information

#814080 (or 0x814080) is unknown color: approx Vivid Violet. HEX triplet: 81, 40 and 80. RGB value is (129,64,128). Sum of RGB (Red+Green+Blue) = 129+64+128=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814080 is #7EBF7F. Grayscale: #5A5A5A. Windows color (decimal): -8306560 or 8405121. OLE color: 8405121.

HSL color Cylindrical-coordinate representation of color #814080: hue angle of 300.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814080 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB12964128-
CMYK00.500.010.49
HSL300.92º33.68%37.84%-
HSV(B)300.92º50.39%50.59%-
XYZ14.789.8921.55-
YUV90.73149.03155.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=40.19%
G=19.94%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296412800.500.010.49300.9233.6837.84
Hex81408003213112d2226
Octal2011002000621614554246
Binary1000000110000001000000001100101110001100101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814080; }

 p { color: rgb(129,64,128); }

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

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

 a { background-color: rgb(129,64,128); }

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

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

 span { border-color: rgb(129,64,128); }

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