#824080

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

Shades of Vivid Violet #824080

Tints of Vivid Violet #824080

Color information

#824080 (or 0x824080) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 80. RGB value is (130,64,128). Sum of RGB (Red+Green+Blue) = 130+64+128=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824080 is #7DBF7F. Grayscale: #5A5A5A. Windows color (decimal): -8241024 or 8405122. OLE color: 8405122.

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

Color convert

RGB13064128-
CMYK00.510.020.49
HSL301.82º34.02%38.04%-
HSV(B)301.82º50.77%50.98%-
XYZ14.949.9721.56-
YUV91.03148.87155.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=40.37%
G=19.88%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306412800.510.020.49301.8234.0238.04
Hex82408003323112e2226
Octal2021002000632614564246
Binary10000010100000010000000011001110110001100101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824080; }

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

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

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

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

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

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

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

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