#824099

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

Shades of Vivid Violet #824099

Tints of Vivid Violet #824099

Color information

#824099 (or 0x824099) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 99. RGB value is (130,64,153). Sum of RGB (Red+Green+Blue) = 130+64+153=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #824099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824099 is #7DBF66. Grayscale: #5D5D5D. Windows color (decimal): -8240999 or 10043522. OLE color: 10043522.

HSL color Cylindrical-coordinate representation of color #824099: hue angle of 284.49º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824099 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13064153-
CMYK0.150.5800.4
HSL284.49º41.01%42.55%-
HSV(B)284.49º58.17%60%-
XYZ16.7910.7131.32-
YUV93.88161.37153.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=37.46%
G=18.44%
B=44.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130641530.150.5800.4284.4941.0142.55
Hex824099F3A02811c292b
Octal20210023117720504345153
Binary1000001010000001001100111111110100101000100011100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824099; }

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

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

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

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

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

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

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

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